Class WorkflowEntranceStepValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowEntranceStepPK>
com.echothree.model.data.workflow.server.value.WorkflowEntranceStepValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WorkflowEntranceStepValue
extends BaseValue<WorkflowEntranceStepPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowEntranceStepValue
(WorkflowEntrancePK workflowEntrancePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceStepValueWorkflowEntranceStepValue
(WorkflowEntranceStepPK workflowEntranceStepPK, WorkflowEntrancePK workflowEntrancePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceStepValue -
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
setWorkflowEntrancePK
(WorkflowEntrancePK workflowEntrancePK) void
setWorkflowStepPK
(WorkflowStepPK workflowStepPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowEntranceStepValue
public WorkflowEntranceStepValue(WorkflowEntranceStepPK workflowEntranceStepPK, WorkflowEntrancePK workflowEntrancePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceStepValue- Throws:
PersistenceNotNullException
-
WorkflowEntranceStepValue
public WorkflowEntranceStepValue(WorkflowEntrancePK workflowEntrancePK, WorkflowStepPK workflowStepPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceStepValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WorkflowEntranceStepPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowEntranceStepPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowEntranceStepPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkflowEntranceStepPK>
-
getWorkflowEntrancePK
-
setWorkflowEntrancePK
public void setWorkflowEntrancePK(WorkflowEntrancePK workflowEntrancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowEntrancePKHasBeenModified
-
getWorkflowStepPK
-
setWorkflowStepPK
- Throws:
PersistenceNotNullException
-
getWorkflowStepPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-