Class JobEventLog

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
All Implemented Interfaces:
IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

public class JobEventLog extends _JobEventLog
Provides a transaction job event entity.
Since:
4.0.0
See Also:
  • Field Details

  • Constructor Details

    • JobEventLog

      public JobEventLog()
  • Method Details

    • setTimeCreated

      public void setTimeCreated(Date timeCreated)
      Description copied from class: _JobEventLog
      Set the timeCreated value.
      Overrides:
      setTimeCreated in class _JobEventLog
      Parameters:
      timeCreated - the timeCreated value to set