|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpeer2me.log.LogElement
public class LogElement
Describing an entry in the log as a
LogElement holding LogElementType
and a
LogElementDate
along with a textual
description.
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()
Gives a better textual description. |
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 |