Class WorkflowValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowPK>
com.echothree.model.data.workflow.server.value.WorkflowValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowValue(WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) Creates a new instance of WorkflowValueWorkflowValue(WorkflowPK workflowPK, WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) Creates a new instance of WorkflowValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(WorkflowDetailPK activeDetailPK) voidsetLastDetailPK(WorkflowDetailPK lastDetailPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowValue
public WorkflowValue(WorkflowPK workflowPK, WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of WorkflowValue- Throws:
PersistenceNotNullException
-
WorkflowValue
public WorkflowValue(WorkflowDetailPK activeDetailPK, WorkflowDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of WorkflowValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<WorkflowPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkflowPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-