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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setWorkflowDestinationPK
(WorkflowDestinationPK workflowDestinationPK) void
setWorkflowStepPK
(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:
getBaseFactoryInstance
in classBaseValue<WorkflowDestinationStepPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowDestinationStepPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowDestinationStepPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-