Class WorkflowDestinationStepValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowDestinationStepPK>
com.echothree.model.data.workflow.server.value.WorkflowDestinationStepValue
- All Implemented Interfaces:
Serializable,Cloneable
public class WorkflowDestinationStepValue
extends BaseValue<WorkflowDestinationStepPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowDestinationStepValue(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationStepValueWorkflowDestinationStepValue(WorkflowDestinationStepPK workflowDestinationStepPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationStepValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) voidsetWorkflowStepPK(WorkflowStepPK workflowStepPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowDestinationStepValue
public WorkflowDestinationStepValue(WorkflowDestinationStepPK workflowDestinationStepPK, WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowDestinationStepValue- Throws:
PersistenceNotNullException
-
WorkflowDestinationStepValue
public WorkflowDestinationStepValue(WorkflowDestinationPK workflowDestinationPK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowDestinationStepValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<WorkflowDestinationStepPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowDestinationStepPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowDestinationStepPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkflowDestinationStepPK>
-
getWorkflowDestinationPK
-
setWorkflowDestinationPK
public void setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowDestinationPKHasBeenModified
-
getWorkflowStepPK
-
setWorkflowStepPK
- Throws:
PersistenceNotNullException
-
getWorkflowStepPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-