Method Summary |
|
public String | getCallbackClassName() Gets the name of the class that has the callback method. |
public CallbackType | getCallbackEvent() Gets the callback event type. |
public String | getClassName() Gets the name of the class that was intercepted by the callback method. |
public int | getId() Gets the entity identifier. |
public long | getInsertionDate() Gets the time in millisencodes in which the entity was inserted in the database. |
public void | setCallbackClassName(String callbackClassName) Sets the cname of the class that has the callback method. |
public void | setCallbackEvent(CallbackType callbackEvent) Sets the callback event type. |
public void | setClassName(String className) Sets the name of the class that was intercepted by the callback method. |
public void | setId(int id) Sets the entity identifier. |
public void | setInsertionDate(long insertionDate) Gets the time in millisencodes in which the entity is inserted in the database. |
public String | toString() String representation of the object. |