Class WorkEffortScopeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.workeffort.common.transfer.WorkEffortScopeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkEffortScopeTransfer(WorkEffortTypeTransfer workEffortType, String workEffortScopeName, SequenceTransfer workEffortSequence, Long unformattedScheduledTime, String scheduledTime, Long unformattedEstimatedTimeAllowed, String estimatedTimeAllowed, Long unformattedMaximumTimeAllowed, String maximumTimeAllowed, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of WorkEffortScopeTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the estimatedTimeAllowed.Returns the isDefault.Returns the maximumTimeAllowed.Returns the scheduledTime.Returns the sortOrder.Returns the unformattedEstimatedTimeAllowed.Returns the unformattedMaximumTimeAllowed.Returns the unformattedScheduledTime.Returns the workEfforts.Returns the workEffortScopeName.Returns the workEffortSequence.Returns the workEffortType.Returns the workRequirementScopes.voidsetDescription(String description) Sets the description.voidsetEstimatedTimeAllowed(String estimatedTimeAllowed) Sets the estimatedTimeAllowed.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetMaximumTimeAllowed(String maximumTimeAllowed) Sets the maximumTimeAllowed.voidsetScheduledTime(String scheduledTime) Sets the scheduledTime.voidsetSortOrder(Integer sortOrder) Sets the sortOrder.voidsetUnformattedEstimatedTimeAllowed(Long unformattedEstimatedTimeAllowed) Sets the unformattedEstimatedTimeAllowed.voidsetUnformattedMaximumTimeAllowed(Long unformattedMaximumTimeAllowed) Sets the unformattedMaximumTimeAllowed.voidsetUnformattedScheduledTime(Long unformattedScheduledTime) Sets the unformattedScheduledTime.voidsetWorkEfforts(ListWrapper<WorkEffortTransfer> workEfforts) Sets the workEfforts.voidsetWorkEffortScopeName(String workEffortScopeName) Sets the workEffortScopeName.voidsetWorkEffortSequence(SequenceTransfer workEffortSequence) Sets the workEffortSequence.voidsetWorkEffortType(WorkEffortTypeTransfer workEffortType) Sets the workEffortType.voidsetWorkRequirementScopes(ListWrapper<WorkRequirementScopeTransfer> workRequirementScopes) Sets the workRequirementScopes.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
WorkEffortScopeTransfer
public WorkEffortScopeTransfer(WorkEffortTypeTransfer workEffortType, String workEffortScopeName, SequenceTransfer workEffortSequence, Long unformattedScheduledTime, String scheduledTime, Long unformattedEstimatedTimeAllowed, String estimatedTimeAllowed, Long unformattedMaximumTimeAllowed, String maximumTimeAllowed, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of WorkEffortScopeTransfer
-
-
Method Details
-
getWorkEffortType
Returns the workEffortType.- Returns:
- the workEffortType
-
setWorkEffortType
Sets the workEffortType.- Parameters:
workEffortType- the workEffortType to set
-
getWorkEffortScopeName
Returns the workEffortScopeName.- Returns:
- the workEffortScopeName
-
setWorkEffortScopeName
Sets the workEffortScopeName.- Parameters:
workEffortScopeName- the workEffortScopeName to set
-
getWorkEffortSequence
Returns the workEffortSequence.- Returns:
- the workEffortSequence
-
setWorkEffortSequence
Sets the workEffortSequence.- Parameters:
workEffortSequence- the workEffortSequence to set
-
getUnformattedScheduledTime
Returns the unformattedScheduledTime.- Returns:
- the unformattedScheduledTime
-
setUnformattedScheduledTime
Sets the unformattedScheduledTime.- Parameters:
unformattedScheduledTime- the unformattedScheduledTime to set
-
getScheduledTime
Returns the scheduledTime.- Returns:
- the scheduledTime
-
setScheduledTime
Sets the scheduledTime.- Parameters:
scheduledTime- the scheduledTime to set
-
getUnformattedEstimatedTimeAllowed
Returns the unformattedEstimatedTimeAllowed.- Returns:
- the unformattedEstimatedTimeAllowed
-
setUnformattedEstimatedTimeAllowed
Sets the unformattedEstimatedTimeAllowed.- Parameters:
unformattedEstimatedTimeAllowed- the unformattedEstimatedTimeAllowed to set
-
getEstimatedTimeAllowed
Returns the estimatedTimeAllowed.- Returns:
- the estimatedTimeAllowed
-
setEstimatedTimeAllowed
Sets the estimatedTimeAllowed.- Parameters:
estimatedTimeAllowed- the estimatedTimeAllowed to set
-
getUnformattedMaximumTimeAllowed
Returns the unformattedMaximumTimeAllowed.- Returns:
- the unformattedMaximumTimeAllowed
-
setUnformattedMaximumTimeAllowed
Sets the unformattedMaximumTimeAllowed.- Parameters:
unformattedMaximumTimeAllowed- the unformattedMaximumTimeAllowed to set
-
getMaximumTimeAllowed
Returns the maximumTimeAllowed.- Returns:
- the maximumTimeAllowed
-
setMaximumTimeAllowed
Sets the maximumTimeAllowed.- Parameters:
maximumTimeAllowed- the maximumTimeAllowed to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
getWorkRequirementScopes
Returns the workRequirementScopes.- Returns:
- the workRequirementScopes
-
setWorkRequirementScopes
public void setWorkRequirementScopes(ListWrapper<WorkRequirementScopeTransfer> workRequirementScopes) Sets the workRequirementScopes.- Parameters:
workRequirementScopes- the workRequirementScopes to set
-
getWorkEfforts
Returns the workEfforts.- Returns:
- the workEfforts
-
setWorkEfforts
Sets the workEfforts.- Parameters:
workEfforts- the workEfforts to set
-