Class WorkEffortTransfer

java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.workeffort.common.transfer.WorkEffortTransfer
All Implemented Interfaces:
Serializable

public class WorkEffortTransfer extends BaseTransfer
See Also:
  • Constructor Details

  • Method Details

    • getWorkEffortName

      Returns the workEffortName.
      Returns:
      the workEffortName
    • setWorkEffortName

      public void setWorkEffortName(String workEffortName)
      Sets the workEffortName.
      Parameters:
      workEffortName - the workEffortName to set
    • getOwningEntityInstance

      Returns the owningEntityInstance.
      Returns:
      the owningEntityInstance
    • setOwningEntityInstance

      public void setOwningEntityInstance(EntityInstanceTransfer owningEntityInstance)
      Sets the owningEntityInstance.
      Parameters:
      owningEntityInstance - the owningEntityInstance to set
    • getWorkEffortScope

      Returns the workEffortScope.
      Returns:
      the workEffortScope
    • setWorkEffortScope

      public void setWorkEffortScope(WorkEffortScopeTransfer workEffortScope)
      Sets the workEffortScope.
      Parameters:
      workEffortScope - the workEffortScope to set
    • getUnformattedScheduledTime

      Returns the unformattedScheduledTime.
      Returns:
      the unformattedScheduledTime
    • setUnformattedScheduledTime

      public void setUnformattedScheduledTime(Long unformattedScheduledTime)
      Sets the unformattedScheduledTime.
      Parameters:
      unformattedScheduledTime - the unformattedScheduledTime to set
    • getScheduledTime

      Returns the scheduledTime.
      Returns:
      the scheduledTime
    • setScheduledTime

      public void setScheduledTime(String scheduledTime)
      Sets the scheduledTime.
      Parameters:
      scheduledTime - the scheduledTime to set
    • getUnformattedScheduledStartTime

      Returns the unformattedScheduledStartTime.
      Returns:
      the unformattedScheduledStartTime
    • setUnformattedScheduledStartTime

      public void setUnformattedScheduledStartTime(Long unformattedScheduledStartTime)
      Sets the unformattedScheduledStartTime.
      Parameters:
      unformattedScheduledStartTime - the unformattedScheduledStartTime to set
    • getScheduledStartTime

      Returns the scheduledStartTime.
      Returns:
      the scheduledStartTime
    • setScheduledStartTime

      public void setScheduledStartTime(String scheduledStartTime)
      Sets the scheduledStartTime.
      Parameters:
      scheduledStartTime - the scheduledStartTime to set
    • getUnformattedScheduledEndTime

      Returns the unformattedScheduledEndTime.
      Returns:
      the unformattedScheduledEndTime
    • setUnformattedScheduledEndTime

      public void setUnformattedScheduledEndTime(Long unformattedScheduledEndTime)
      Sets the unformattedScheduledEndTime.
      Parameters:
      unformattedScheduledEndTime - the unformattedScheduledEndTime to set
    • getScheduledEndTime

      Returns the scheduledEndTime.
      Returns:
      the scheduledEndTime
    • setScheduledEndTime

      public void setScheduledEndTime(String scheduledEndTime)
      Sets the scheduledEndTime.
      Parameters:
      scheduledEndTime - the scheduledEndTime to set
    • getUnformattedEstimatedTimeAllowed

      Returns the unformattedEstimatedTimeAllowed.
      Returns:
      the unformattedEstimatedTimeAllowed
    • setUnformattedEstimatedTimeAllowed

      public void setUnformattedEstimatedTimeAllowed(Long unformattedEstimatedTimeAllowed)
      Sets the unformattedEstimatedTimeAllowed.
      Parameters:
      unformattedEstimatedTimeAllowed - the unformattedEstimatedTimeAllowed to set
    • getEstimatedTimeAllowed

      Returns the estimatedTimeAllowed.
      Returns:
      the estimatedTimeAllowed
    • setEstimatedTimeAllowed

      public void setEstimatedTimeAllowed(String estimatedTimeAllowed)
      Sets the estimatedTimeAllowed.
      Parameters:
      estimatedTimeAllowed - the estimatedTimeAllowed to set
    • getUnformattedMaximumTimeAllowed

      Returns the unformattedMaximumTimeAllowed.
      Returns:
      the unformattedMaximumTimeAllowed
    • setUnformattedMaximumTimeAllowed

      public void setUnformattedMaximumTimeAllowed(Long unformattedMaximumTimeAllowed)
      Sets the unformattedMaximumTimeAllowed.
      Parameters:
      unformattedMaximumTimeAllowed - the unformattedMaximumTimeAllowed to set
    • getMaximumTimeAllowed

      Returns the maximumTimeAllowed.
      Returns:
      the maximumTimeAllowed
    • setMaximumTimeAllowed

      public void setMaximumTimeAllowed(String maximumTimeAllowed)
      Sets the maximumTimeAllowed.
      Parameters:
      maximumTimeAllowed - the maximumTimeAllowed to set
    • getWorkRequirements

      Returns the workRequirements.
      Returns:
      the workRequirements
    • setWorkRequirements

      public void setWorkRequirements(ListWrapper<WorkRequirementTransfer> workRequirements)
      Sets the workRequirements.
      Parameters:
      workRequirements - the workRequirements to set