T - the type of the sandbox recordpublic abstract class SandboxLog<T extends SandboxLogRecord>
extends java.lang.Object
implements java.lang.Iterable<T>
| Constructor and Description |
|---|
SandboxLog() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCreatedBy()
Returns the user that persisted this log.
|
java.util.Date |
getCreationDate()
Returns the date this log was persisted.
|
java.lang.Long |
getId()
Returns the persistence ID of the log.
|
java.lang.String |
getSummary()
Returns the summary of this log.
|
java.lang.String |
toString() |
public java.lang.String getSummary()
null if there is no summarypublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Long getId()
null if this log has
not been persisted or if the ID is unknownpublic java.util.Date getCreationDate()
null if this log has
not been persisted or if the date is unkonwnpublic java.lang.String getCreatedBy()
null if this log has
not been persisted or if the user is unknown