Class DTOActivityForecastHeaderInsert

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.header.DTOActivityForecastHeaderInsert
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOActivityForecastHeaderInsert extends DynO
DTO to insert a new activity forecast header.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOActivityForecastHeaderInsert

      public DTOActivityForecastHeaderInsert()
  • Method Details

    • getCode

      public String getCode()
      Returns the activity forecast header's code
      Returns:
      the activity forecast header's code
    • setCode

      public void setCode(String code)
      Sets the activity forecast header's code
      Parameters:
      code - the activity forecast header's code
    • getDescription

      public String getDescription()
      Returns the activity forecast header's description
      Returns:
      the activity forecast header's description
    • setDescription

      public void setDescription(String description)
      Sets the activity forecast header 's description
      Parameters:
      description - the activity forecast header's description
    • getOperationCenter

      public Long getOperationCenter()
      Returns the activity forecast header's operation center
      Returns:
      the operation center's id
      See Also:
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the activity forecast header's operation center
      Parameters:
      operationCenter - the operation center's id
      See Also:
    • getStartDate

      public ZonedDateTime getStartDate()
      Returns the activity forecast header's start date
      Returns:
      the activity forecast header's start date
    • setStartDate

      public void setStartDate(ZonedDateTime startDate)
      Sets the activity forecast header's start date
      Parameters:
      startDate - the activity forecast header's start date
    • getEndDate

      public ZonedDateTime getEndDate()
      Returns the activity forecast header's end date
      Returns:
      the activity forecast header's end date
    • setEndDate

      public void setEndDate(ZonedDateTime endDate)
      Sets the activity forecast header's end date
      Parameters:
      endDate - the activity forecast header's end date