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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetThruTime(Long thruTime) voidsetWorkflowEntrancePK(WorkflowEntrancePK workflowEntrancePK) voidsetWorkflowStepPK(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:
getBaseFactoryInstancein classBaseValue<WorkflowEntranceStepPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowEntranceStepPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowEntranceStepPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-