Class WorkflowDestinationSelectorValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkflowDestinationSelectorPK>
com.echothree.model.data.workflow.server.value.WorkflowDestinationSelectorValue
- All Implemented Interfaces:
Serializable,Cloneable
public class WorkflowDestinationSelectorValue
extends BaseValue<WorkflowDestinationSelectorPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionWorkflowDestinationSelectorValue(WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSelectorValueWorkflowDestinationSelectorValue(WorkflowDestinationSelectorPK workflowDestinationSelectorPK, WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) Creates a new instance of WorkflowDestinationSelectorValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetSelectorPK(SelectorPK selectorPK) voidsetThruTime(Long thruTime) voidsetWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkflowDestinationSelectorValue
public WorkflowDestinationSelectorValue(WorkflowDestinationSelectorPK workflowDestinationSelectorPK, WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowDestinationSelectorValue- Throws:
PersistenceNotNullException
-
WorkflowDestinationSelectorValue
public WorkflowDestinationSelectorValue(WorkflowDestinationPK workflowDestinationPK, SelectorPK selectorPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkflowDestinationSelectorValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<WorkflowDestinationSelectorPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkflowDestinationSelectorPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkflowDestinationSelectorPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkflowDestinationSelectorPK>
-
getWorkflowDestinationPK
-
setWorkflowDestinationPK
public void setWorkflowDestinationPK(WorkflowDestinationPK workflowDestinationPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkflowDestinationPKHasBeenModified
-
getSelectorPK
-
setSelectorPK
- Throws:
PersistenceNotNullException
-
getSelectorPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-