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.void
setDescription
(String description) Sets the description.void
setEstimatedTimeAllowed
(String estimatedTimeAllowed) Sets the estimatedTimeAllowed.void
setIsDefault
(Boolean isDefault) Sets the isDefault.void
setMaximumTimeAllowed
(String maximumTimeAllowed) Sets the maximumTimeAllowed.void
setScheduledTime
(String scheduledTime) Sets the scheduledTime.void
setSortOrder
(Integer sortOrder) Sets the sortOrder.void
setUnformattedEstimatedTimeAllowed
(Long unformattedEstimatedTimeAllowed) Sets the unformattedEstimatedTimeAllowed.void
setUnformattedMaximumTimeAllowed
(Long unformattedMaximumTimeAllowed) Sets the unformattedMaximumTimeAllowed.void
setUnformattedScheduledTime
(Long unformattedScheduledTime) Sets the unformattedScheduledTime.void
setWorkEfforts
(ListWrapper<WorkEffortTransfer> workEfforts) Sets the workEfforts.void
setWorkEffortScopeName
(String workEffortScopeName) Sets the workEffortScopeName.void
setWorkEffortSequence
(SequenceTransfer workEffortSequence) Sets the workEffortSequence.void
setWorkEffortType
(WorkEffortTypeTransfer workEffortType) Sets the workEffortType.void
setWorkRequirementScopes
(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
-