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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(WorkflowDetailPK activeDetailPK) void
setLastDetailPK
(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:
getBaseFactoryInstance
in classBaseValue<WorkflowPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkflowPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-