Class WorkflowTriggerValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowTriggerPK>
com.echothree.model.data.workflow.server.value.WorkflowTriggerValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WorkflowTriggerValue
extends BaseValue<WorkflowTriggerPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowTriggerValue
(WorkflowEntityStatusPK workflowEntityStatusPK, Long triggerTime, Boolean errorsOccurred) Creates a new instance of WorkflowTriggerValueWorkflowTriggerValue
(WorkflowTriggerPK workflowTriggerPK, WorkflowEntityStatusPK workflowEntityStatusPK, Long triggerTime, Boolean errorsOccurred) Creates a new instance of WorkflowTriggerValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setErrorsOccurred
(Boolean errorsOccurred) void
setTriggerTime
(Long triggerTime) void
setWorkflowEntityStatusPK
(WorkflowEntityStatusPK workflowEntityStatusPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowTriggerValue
public WorkflowTriggerValue(WorkflowTriggerPK workflowTriggerPK, WorkflowEntityStatusPK workflowEntityStatusPK, Long triggerTime, Boolean errorsOccurred) throws PersistenceNotNullException Creates a new instance of WorkflowTriggerValue- Throws:
PersistenceNotNullException
-
WorkflowTriggerValue
public WorkflowTriggerValue(WorkflowEntityStatusPK workflowEntityStatusPK, Long triggerTime, Boolean errorsOccurred) throws PersistenceNotNullException Creates a new instance of WorkflowTriggerValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WorkflowTriggerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowTriggerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowTriggerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkflowTriggerPK>
-
getWorkflowEntityStatusPK
-
setWorkflowEntityStatusPK
public void setWorkflowEntityStatusPK(WorkflowEntityStatusPK workflowEntityStatusPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowEntityStatusPKHasBeenModified
-
getTriggerTime
-
setTriggerTime
- Throws:
PersistenceNotNullException
-
getTriggerTimeHasBeenModified
-
getErrorsOccurred
-
setErrorsOccurred
-
getErrorsOccurredHasBeenModified
-