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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetErrorsOccurred(Boolean errorsOccurred) voidsetTriggerTime(Long triggerTime) voidsetWorkflowEntityStatusPK(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:
getBaseFactoryInstancein classBaseValue<WorkflowTriggerPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowTriggerPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowTriggerPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkflowTriggerPK>
-
getWorkflowEntityStatusPK
-
setWorkflowEntityStatusPK
public void setWorkflowEntityStatusPK(WorkflowEntityStatusPK workflowEntityStatusPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowEntityStatusPKHasBeenModified
-
getTriggerTime
-
setTriggerTime
- Throws:
PersistenceNotNullException
-
getTriggerTimeHasBeenModified
-
getErrorsOccurred
-
setErrorsOccurred
-
getErrorsOccurredHasBeenModified
-