|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpeer2me.util.LogElementDate
public class LogElementDate
A simple class for storing the date/time in which a logentry is created. Mainly used to format the date in a more presentable manner.
Method Summary | |
---|---|
java.util.Date |
getDate()
Gets the Date-object |
java.lang.String |
getDateString()
Gets a presentable string of the date/time. |
java.lang.String |
toString()
Overrides the default toString() returning a formatted string of the Date-object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.util.Date getDate()
public java.lang.String getDateString()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |