Class WorkRequirementScopeDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.workrequirement.server.entity.WorkRequirementScopeDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of WorkRequirementScopeDetailWorkRequirementScopeDetail(WorkRequirementScopeDetailValue value, EntityPermission entityPermission) Creates a new instance of WorkRequirementScopeDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleangetWorkAssignmentSelector(EntityPermission entityPermission) booleangetWorkEffortScope(EntityPermission entityPermission) booleangetWorkRequirementScope(EntityPermission entityPermission) booleangetWorkRequirementSequence(EntityPermission entityPermission) booleangetWorkRequirementType(EntityPermission entityPermission) booleangetWorkTimeSequence(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetEstimatedTimeAllowed(Long estimatedTimeAllowed) voidsetFromTime(Long fromTime) voidsetMaximumTimeAllowed(Long maximumTimeAllowed) voidsetThruTime(Long thruTime) voidsetWorkAssignmentSelector(Selector entity) voidsetWorkAssignmentSelectorPK(SelectorPK workAssignmentSelectorPK) voidsetWorkEffortScope(WorkEffortScope entity) voidsetWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) voidvoidvoidsetWorkRequirementScopePK(WorkRequirementScopePK workRequirementScopePK) voidsetWorkRequirementSequence(Sequence entity) voidsetWorkRequirementSequencePK(SequencePK workRequirementSequencePK) voidvoidsetWorkRequirementTypePK(WorkRequirementTypePK workRequirementTypePK) voidsetWorkTimeSequence(Sequence entity) voidsetWorkTimeSequencePK(SequencePK workTimeSequencePK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
WorkRequirementScopeDetail
Creates a new instance of WorkRequirementScopeDetail- Throws:
PersistenceException
-
WorkRequirementScopeDetail
public WorkRequirementScopeDetail(WorkRequirementScopeDetailValue value, EntityPermission entityPermission) Creates a new instance of WorkRequirementScopeDetail
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getWorkRequirementScopeDetailValue
-
setWorkRequirementScopeDetailValue
public void setWorkRequirementScopeDetailValue(WorkRequirementScopeDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getWorkRequirementScopePK
-
getWorkRequirementScope
-
getWorkRequirementScope
-
getWorkRequirementScopeForUpdate
-
setWorkRequirementScopePK
public void setWorkRequirementScopePK(WorkRequirementScopePK workRequirementScopePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkRequirementScope
-
getWorkRequirementScopePKHasBeenModified
-
getWorkEffortScopePK
-
getWorkEffortScope
-
getWorkEffortScope
-
getWorkEffortScopeForUpdate
-
setWorkEffortScopePK
public void setWorkEffortScopePK(WorkEffortScopePK workEffortScopePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkEffortScope
-
getWorkEffortScopePKHasBeenModified
-
getWorkRequirementTypePK
-
getWorkRequirementType
-
getWorkRequirementType
-
getWorkRequirementTypeForUpdate
-
setWorkRequirementTypePK
public void setWorkRequirementTypePK(WorkRequirementTypePK workRequirementTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkRequirementType
-
getWorkRequirementTypePKHasBeenModified
-
getWorkRequirementSequencePK
-
getWorkRequirementSequence
-
getWorkRequirementSequence
-
getWorkRequirementSequenceForUpdate
-
setWorkRequirementSequencePK
public void setWorkRequirementSequencePK(SequencePK workRequirementSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkRequirementSequence
-
getWorkRequirementSequencePKHasBeenModified
-
getWorkTimeSequencePK
-
getWorkTimeSequence
-
getWorkTimeSequence
-
getWorkTimeSequenceForUpdate
-
setWorkTimeSequencePK
public void setWorkTimeSequencePK(SequencePK workTimeSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkTimeSequence
-
getWorkTimeSequencePKHasBeenModified
-
getWorkAssignmentSelectorPK
-
getWorkAssignmentSelector
-
getWorkAssignmentSelector
-
getWorkAssignmentSelectorForUpdate
-
setWorkAssignmentSelectorPK
public void setWorkAssignmentSelectorPK(SelectorPK workAssignmentSelectorPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWorkAssignmentSelector
-
getWorkAssignmentSelectorPKHasBeenModified
-
getEstimatedTimeAllowed
-
setEstimatedTimeAllowed
public void setEstimatedTimeAllowed(Long estimatedTimeAllowed) throws PersistenceNotNullException, PersistenceReadOnlyException -
getEstimatedTimeAllowedHasBeenModified
-
getMaximumTimeAllowed
-
setMaximumTimeAllowed
public void setMaximumTimeAllowed(Long maximumTimeAllowed) throws PersistenceNotNullException, PersistenceReadOnlyException -
getMaximumTimeAllowedHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-