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

public class DTOForecastActivityImportFromCO extends DynO
DTO to import real activities from operation center.
Since:
15.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOForecastActivityImportFromCO

      public DTOForecastActivityImportFromCO()
  • Method Details

    • getOperationActivities

      public Collection<Long> getOperationActivities()
      Returns the collection of real activities' ids
      Returns:
      the operation Ativities
    • setOperationActivities

      public void setOperationActivities(Collection<Long> opertionActivities)
      Sets the list of real activities' ids
      Parameters:
      opertionActivities - the operation activities
    • isWithSkill

      public boolean isWithSkill()
      Returns the flag to import the skills (if true -> it imports the skills from the real activities)
      Returns:
      the import skills flag
    • setWithSkill

      public void setWithSkill(boolean withSkill)
      Sets the flag to import the skills (if true -> it imports the skills from the real activities)
      Parameters:
      withSkill - the import skills flag
    • getCardinality

      public Long getCardinality()
      Returns the cardinality of the skills
      Returns:
      the cardinality
    • setCardinality

      public void setCardinality(Long cardinality)
      Sets the cardinality of the skills
      Parameters:
      cardinality - the cardinality
    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center
      Returns:
      the operation center
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the the operation center
      Parameters:
      operationCenter - the operation center