Class WorkRequirementScopeDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WorkRequirementScopeDetailPK>
com.echothree.model.data.workrequirement.server.value.WorkRequirementScopeDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class WorkRequirementScopeDetailValue
extends BaseValue<WorkRequirementScopeDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionWorkRequirementScopeDetailValue(WorkRequirementScopeDetailPK workRequirementScopeDetailPK, WorkRequirementScopePK workRequirementScopePK, WorkEffortScopePK workEffortScopePK, WorkRequirementTypePK workRequirementTypePK, SequencePK workRequirementSequencePK, SequencePK workTimeSequencePK, SelectorPK workAssignmentSelectorPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) Creates a new instance of WorkRequirementScopeDetailValueWorkRequirementScopeDetailValue(WorkRequirementScopePK workRequirementScopePK, WorkEffortScopePK workEffortScopePK, WorkRequirementTypePK workRequirementTypePK, SequencePK workRequirementSequencePK, SequencePK workTimeSequencePK, SelectorPK workAssignmentSelectorPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) Creates a new instance of WorkRequirementScopeDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetEstimatedTimeAllowed(Long estimatedTimeAllowed) voidsetFromTime(Long fromTime) voidsetMaximumTimeAllowed(Long maximumTimeAllowed) voidsetThruTime(Long thruTime) voidsetWorkAssignmentSelectorPK(SelectorPK workAssignmentSelectorPK) voidsetWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) voidsetWorkRequirementScopePK(WorkRequirementScopePK workRequirementScopePK) voidsetWorkRequirementSequencePK(SequencePK workRequirementSequencePK) voidsetWorkRequirementTypePK(WorkRequirementTypePK workRequirementTypePK) voidsetWorkTimeSequencePK(SequencePK workTimeSequencePK) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WorkRequirementScopeDetailValue
public WorkRequirementScopeDetailValue(WorkRequirementScopeDetailPK workRequirementScopeDetailPK, WorkRequirementScopePK workRequirementScopePK, WorkEffortScopePK workEffortScopePK, WorkRequirementTypePK workRequirementTypePK, SequencePK workRequirementSequencePK, SequencePK workTimeSequencePK, SelectorPK workAssignmentSelectorPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkRequirementScopeDetailValue- Throws:
PersistenceNotNullException
-
WorkRequirementScopeDetailValue
public WorkRequirementScopeDetailValue(WorkRequirementScopePK workRequirementScopePK, WorkEffortScopePK workEffortScopePK, WorkRequirementTypePK workRequirementTypePK, SequencePK workRequirementSequencePK, SequencePK workTimeSequencePK, SelectorPK workAssignmentSelectorPK, Long estimatedTimeAllowed, Long maximumTimeAllowed, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WorkRequirementScopeDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<WorkRequirementScopeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WorkRequirementScopeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WorkRequirementScopeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<WorkRequirementScopeDetailPK>
-
getWorkRequirementScopePK
-
setWorkRequirementScopePK
public void setWorkRequirementScopePK(WorkRequirementScopePK workRequirementScopePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkRequirementScopePKHasBeenModified
-
getWorkEffortScopePK
-
setWorkEffortScopePK
public void setWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkEffortScopePKHasBeenModified
-
getWorkRequirementTypePK
-
setWorkRequirementTypePK
public void setWorkRequirementTypePK(WorkRequirementTypePK workRequirementTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWorkRequirementTypePKHasBeenModified
-
getWorkRequirementSequencePK
-
setWorkRequirementSequencePK
-
getWorkRequirementSequencePKHasBeenModified
-
getWorkTimeSequencePK
-
setWorkTimeSequencePK
-
getWorkTimeSequencePKHasBeenModified
-
getWorkAssignmentSelectorPK
-
setWorkAssignmentSelectorPK
-
getWorkAssignmentSelectorPKHasBeenModified
-
getEstimatedTimeAllowed
-
setEstimatedTimeAllowed
-
getEstimatedTimeAllowedHasBeenModified
-
getMaximumTimeAllowed
-
setMaximumTimeAllowed
-
getMaximumTimeAllowedHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-