Class WorkflowEntranceSelectorValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowEntranceSelectorPK>
com.echothree.model.data.workflow.server.value.WorkflowEntranceSelectorValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WorkflowEntranceSelectorValue
extends BaseValue<WorkflowEntranceSelectorPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowEntranceSelectorValue
(WorkflowEntrancePK workflowEntrancePK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceSelectorValueWorkflowEntranceSelectorValue
(WorkflowEntranceSelectorPK workflowEntranceSelectorPK, WorkflowEntrancePK workflowEntrancePK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowEntranceSelectorValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setSelectorPK
(SelectorPK selectorPK) void
setThruTime
(Long thruTime) void
setWorkflowEntrancePK
(WorkflowEntrancePK workflowEntrancePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowEntranceSelectorValue
public WorkflowEntranceSelectorValue(WorkflowEntranceSelectorPK workflowEntranceSelectorPK, WorkflowEntrancePK workflowEntrancePK, SelectorPK selectorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceSelectorValue- Throws:
PersistenceNotNullException
-
WorkflowEntranceSelectorValue
public WorkflowEntranceSelectorValue(WorkflowEntrancePK workflowEntrancePK, SelectorPK selectorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowEntranceSelectorValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WorkflowEntranceSelectorPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowEntranceSelectorPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowEntranceSelectorPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkflowEntranceSelectorPK>
-
getWorkflowEntrancePK
-
setWorkflowEntrancePK
public void setWorkflowEntrancePK(WorkflowEntrancePK workflowEntrancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowEntrancePKHasBeenModified
-
getSelectorPK
-
setSelectorPK
- Throws:
PersistenceNotNullException
-
getSelectorPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-