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