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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(WorkflowEntranceDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<WorkflowEntrancePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowEntrancePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowEntrancePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkflowEntrancePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-