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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetSelectorKindPK(SelectorKindPK selectorKindPK) voidsetThruTime(Long thruTime) voidsetWorkflowPK(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:
getBaseFactoryInstancein classBaseValue<WorkflowSelectorKindPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowSelectorKindPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowSelectorKindPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkflowSelectorKindPK>
-
getWorkflowPK
-
setWorkflowPK
- Throws:
PersistenceNotNullException
-
getWorkflowPKHasBeenModified
-
getSelectorKindPK
-
setSelectorKindPK
- Throws:
PersistenceNotNullException
-
getSelectorKindPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-