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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEstimatedTimeAllowed
(Long estimatedTimeAllowed) void
setFromTime
(Long fromTime) void
setMaximumTimeAllowed
(Long maximumTimeAllowed) void
setThruTime
(Long thruTime) void
setWorkAssignmentSelectorPK
(SelectorPK workAssignmentSelectorPK) void
setWorkEffortScopePK
(WorkEffortScopePK workEffortScopePK) void
setWorkRequirementScopePK
(WorkRequirementScopePK workRequirementScopePK) void
setWorkRequirementSequencePK
(SequencePK workRequirementSequencePK) void
setWorkRequirementTypePK
(WorkRequirementTypePK workRequirementTypePK) void
setWorkTimeSequencePK
(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:
getBaseFactoryInstance
in classBaseValue<WorkRequirementScopeDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WorkRequirementScopeDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WorkRequirementScopeDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-