Class WorkflowSelectorKindValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowSelectorKindPK>
com.echothree.model.data.workflow.server.value.WorkflowSelectorKindValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class WorkflowSelectorKindValue
extends BaseValue<WorkflowSelectorKindPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowSelectorKindValue
(WorkflowPK workflowPK, SelectorKindPK selectorKindPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowSelectorKindValueWorkflowSelectorKindValue
(WorkflowSelectorKindPK selectorKindWorkflowPK, WorkflowPK workflowPK, SelectorKindPK selectorKindPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowSelectorKindValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setSelectorKindPK
(SelectorKindPK selectorKindPK) void
setThruTime
(Long thruTime) void
setWorkflowPK
(WorkflowPK workflowPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowSelectorKindValue
public WorkflowSelectorKindValue(WorkflowSelectorKindPK selectorKindWorkflowPK, WorkflowPK workflowPK, SelectorKindPK selectorKindPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowSelectorKindValue- Throws:
PersistenceNotNullException
-
WorkflowSelectorKindValue
public WorkflowSelectorKindValue(WorkflowPK workflowPK, SelectorKindPK selectorKindPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowSelectorKindValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WorkflowSelectorKindPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkflowSelectorKindPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkflowSelectorKindPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WorkflowSelectorKindPK>
-
getWorkflowPK
-
setWorkflowPK
- Throws:
PersistenceNotNullException
-
getWorkflowPKHasBeenModified
-
getSelectorKindPK
-
setSelectorKindPK
- Throws:
PersistenceNotNullException
-
getSelectorKindPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-