|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccc.migration.LogEntryBean
public class LogEntryBean
A java bean representing a log entry record in CCC6.
Constructor Summary | |
---|---|
LogEntryBean(int actor,
java.util.Date happenedOn)
Constructor. |
Method Summary | |
---|---|
int |
getActor()
Accessor. |
java.util.Date |
getHappenedOn()
Accessor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogEntryBean(int actor, java.util.Date happenedOn)
actor
- The actor that performed the action.happenedOn
- The date the action happened.Method Detail |
---|
public int getActor()
public java.util.Date getHappenedOn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |