Class WorkEffortTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.workeffort.common.transfer.WorkEffortTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkEffortTransfer
(String workEffortName, EntityInstanceTransfer owningEntityInstance, WorkEffortScopeTransfer workEffortScope, Long unformattedScheduledTime, String scheduledTime, Long unformattedScheduledStartTime, String scheduledStartTime, Long unformattedScheduledEndTime, String scheduledEndTime, Long unformattedEstimatedTimeAllowed, String estimatedTimeAllowed, Long unformattedMaximumTimeAllowed, String maximumTimeAllowed) Creates a new instance of WorkEffortTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the estimatedTimeAllowed.Returns the maximumTimeAllowed.Returns the owningEntityInstance.Returns the scheduledEndTime.Returns the scheduledStartTime.Returns the scheduledTime.Returns the unformattedEstimatedTimeAllowed.Returns the unformattedMaximumTimeAllowed.Returns the unformattedScheduledEndTime.Returns the unformattedScheduledStartTime.Returns the unformattedScheduledTime.Returns the workEffortName.Returns the workEffortScope.Returns the workRequirements.void
setEstimatedTimeAllowed
(String estimatedTimeAllowed) Sets the estimatedTimeAllowed.void
setMaximumTimeAllowed
(String maximumTimeAllowed) Sets the maximumTimeAllowed.void
setOwningEntityInstance
(EntityInstanceTransfer owningEntityInstance) Sets the owningEntityInstance.void
setScheduledEndTime
(String scheduledEndTime) Sets the scheduledEndTime.void
setScheduledStartTime
(String scheduledStartTime) Sets the scheduledStartTime.void
setScheduledTime
(String scheduledTime) Sets the scheduledTime.void
setUnformattedEstimatedTimeAllowed
(Long unformattedEstimatedTimeAllowed) Sets the unformattedEstimatedTimeAllowed.void
setUnformattedMaximumTimeAllowed
(Long unformattedMaximumTimeAllowed) Sets the unformattedMaximumTimeAllowed.void
setUnformattedScheduledEndTime
(Long unformattedScheduledEndTime) Sets the unformattedScheduledEndTime.void
setUnformattedScheduledStartTime
(Long unformattedScheduledStartTime) Sets the unformattedScheduledStartTime.void
setUnformattedScheduledTime
(Long unformattedScheduledTime) Sets the unformattedScheduledTime.void
setWorkEffortName
(String workEffortName) Sets the workEffortName.void
setWorkEffortScope
(WorkEffortScopeTransfer workEffortScope) Sets the workEffortScope.void
setWorkRequirements
(ListWrapper<WorkRequirementTransfer> workRequirements) Sets the workRequirements.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
-
WorkEffortTransfer
public WorkEffortTransfer(String workEffortName, EntityInstanceTransfer owningEntityInstance, WorkEffortScopeTransfer workEffortScope, Long unformattedScheduledTime, String scheduledTime, Long unformattedScheduledStartTime, String scheduledStartTime, Long unformattedScheduledEndTime, String scheduledEndTime, Long unformattedEstimatedTimeAllowed, String estimatedTimeAllowed, Long unformattedMaximumTimeAllowed, String maximumTimeAllowed) Creates a new instance of WorkEffortTransfer
-
-
Method Details
-
getWorkEffortName
Returns the workEffortName.- Returns:
- the workEffortName
-
setWorkEffortName
Sets the workEffortName.- Parameters:
workEffortName
- the workEffortName to set
-
getOwningEntityInstance
Returns the owningEntityInstance.- Returns:
- the owningEntityInstance
-
setOwningEntityInstance
Sets the owningEntityInstance.- Parameters:
owningEntityInstance
- the owningEntityInstance to set
-
getWorkEffortScope
Returns the workEffortScope.- Returns:
- the workEffortScope
-
setWorkEffortScope
Sets the workEffortScope.- Parameters:
workEffortScope
- the workEffortScope 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
-
getUnformattedScheduledStartTime
Returns the unformattedScheduledStartTime.- Returns:
- the unformattedScheduledStartTime
-
setUnformattedScheduledStartTime
Sets the unformattedScheduledStartTime.- Parameters:
unformattedScheduledStartTime
- the unformattedScheduledStartTime to set
-
getScheduledStartTime
Returns the scheduledStartTime.- Returns:
- the scheduledStartTime
-
setScheduledStartTime
Sets the scheduledStartTime.- Parameters:
scheduledStartTime
- the scheduledStartTime to set
-
getUnformattedScheduledEndTime
Returns the unformattedScheduledEndTime.- Returns:
- the unformattedScheduledEndTime
-
setUnformattedScheduledEndTime
Sets the unformattedScheduledEndTime.- Parameters:
unformattedScheduledEndTime
- the unformattedScheduledEndTime to set
-
getScheduledEndTime
Returns the scheduledEndTime.- Returns:
- the scheduledEndTime
-
setScheduledEndTime
Sets the scheduledEndTime.- Parameters:
scheduledEndTime
- the scheduledEndTime 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
-
getWorkRequirements
Returns the workRequirements.- Returns:
- the workRequirements
-
setWorkRequirements
Sets the workRequirements.- Parameters:
workRequirements
- the workRequirements to set
-