Package com.avoka.fc.core.entity
Class JobEventLog
- java.lang.Object
-
- org.apache.cayenne.PersistentObject
-
- org.apache.cayenne.BaseDataObject
-
- org.apache.cayenne.CayenneDataObject
-
- com.avoka.core.entity.BaseEntity
-
- com.avoka.fc.core.entity.auto._JobEventLog
-
- com.avoka.fc.core.entity.JobEventLog
-
- 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_ERROR
An error eventstatic String
TYPE_INFO
An information eventstatic String[]
TYPE_VALUES
The full set of event typesstatic String
TYPE_WARNING
A warning event-
Fields inherited from class com.avoka.fc.core.entity.auto._JobEventLog
JOB, JOB_ACTION, JOB_ACTION_PROPERTY, JOB_EVENT_LOG_OID_PK_COLUMN, JOB_PROPERTY, MESSAGE, MESSAGE_PROPERTY, TIME_CREATED, TIME_CREATED_PROPERTY, TYPE, TYPE_PROPERTY, USER_LOGIN_NAME, USER_LOGIN_NAME_PROPERTY
-
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description JobEventLog()
-
Method Summary
-
Methods inherited from class com.avoka.fc.core.entity.auto._JobEventLog
getJob, getJobAction, getMessage, getTimeCreated, getType, getUserLoginName, setJob, setJobAction, setMessage, setTimeCreated, setType, setUserLoginName
-
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
-
Methods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
-
Methods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
-
Methods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
-
-
-
-
Field Detail
-
TYPE_INFO
public static final String TYPE_INFO
An information event- See Also:
- Constant Field Values
-
TYPE_WARNING
public static final String TYPE_WARNING
A warning event- See Also:
- Constant Field Values
-
TYPE_ERROR
public static final String TYPE_ERROR
An error event- See Also:
- Constant Field Values
-
TYPE_VALUES
public static final String[] TYPE_VALUES
The full set of event types
-
-