|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpeer2me.util.LogElement
public class LogElement
Describing an entry in the log as a LogElement holding LogEntryType and a LogEntryDate along with a textual description of the log-entry.
Method Summary | |
---|---|
LogElementDate |
getDate()
Gets the date/time of the log-entry |
java.lang.String |
getText()
Gets the description of the log-entry |
LogElementType |
getType()
Gets the type of log-entry |
java.lang.String |
toString()
Overrides the default toString() giving a textual description of the object in a better manner. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public LogElementDate getDate()
public LogElementType getType()
public java.lang.String getText()
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 |