Class WorkflowEntranceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowEntrancePK>
com.echothree.model.data.workflow.server.value.WorkflowEntranceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WorkflowEntranceValue
extends BaseValue<WorkflowEntrancePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowEntranceValue
(WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) Creates a new instance of WorkflowEntranceValueWorkflowEntranceValue
(WorkflowEntrancePK workflowEntrancePK, WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) Creates a new instance of WorkflowEntranceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(WorkflowEntranceDetailPK activeDetailPK) void
setLastDetailPK
(WorkflowEntranceDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowEntranceValue
public WorkflowEntranceValue(WorkflowEntrancePK workflowEntrancePK, WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceValue- Throws:
PersistenceNotNullException
-
WorkflowEntranceValue
public WorkflowEntranceValue(WorkflowEntranceDetailPK activeDetailPK, WorkflowEntranceDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WorkflowEntrancePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowEntrancePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowEntrancePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkflowEntrancePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-