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