Class BORoughPlanning

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.roughplanning.bl.BORoughPlanning
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BORoughPlanning extends DynO
Business object representing a row of a rough planning
Since:
18.0
See Also:
  • Constructor Details

    • BORoughPlanning

      public BORoughPlanning()
  • Method Details

    • getId

      public Long getId()
      Returns the rough planning id
      Returns:
      the rough planning id
    • setId

      public void setId(Long id)
      Sets the rough planning id
      Parameters:
      id - the rough planning id
    • getOperationCenter

      public Long getOperationCenter()
      Returns the rough planning operation center's id
      Returns:
      the operation center's id
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the rough planning operation center's id
      Parameters:
      operationCenter - the operation center's id
    • getCode

      public String getCode()
      Returns the rough planning code
      Returns:
      the rough planning code
    • setCode

      public void setCode(String code)
      Sets the rough planning code
      Parameters:
      code - the rough planning code
    • getDescription

      public String getDescription()
      Returns the rough planning description
      Returns:
      the rough planning description
    • setDescription

      public void setDescription(String description)
      Sets the rough planning description
      Parameters:
      description - the rough planning description
    • getState

      public Long getState()
      Returns the rough planning state's id
      Returns:
      the state's id
    • setState

      public void setState(Long state)
      Sets the rough planning state's id
      Parameters:
      state - the rough planning state's id
    • getCreationDate

      public Date getCreationDate()
      Returns the rough planning start date
      Returns:
      the rough planning start date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the rough planning creation date
      Parameters:
      creationDate - the rough planning creation date
    • getCreationUser

      public Long getCreationUser()
      Returns the rough planning creation user
      Returns:
      the rough planning creation user
    • setCreationUser

      public void setCreationUser(Long creationUser)
      Sets the rough planning creation user
      Parameters:
      creationUser - the rough planning creation user
    • getWorkloadDistributionRule

      public Long getWorkloadDistributionRule()
      Returns the rough planning workload distribution rule
      Returns:
      the rough planning workload distribution rule
    • setWorkloadDistributionRule

      public void setWorkloadDistributionRule(Long workloadDistributionRule)
      Sets the rough planning workload distribution rule
      Parameters:
      workloadDistributionRule - the rough planning workload distribution rule
    • getTimeSize

      public Long getTimeSize()
      Returns the rough planning time size
      Returns:
      the rough planning time size
    • setTimeSize

      public void setTimeSize(Long timeSize)
      Sets the rough planning time size
      Parameters:
      timeSize - the rough planning time size
    • getTimeUnit

      public Long getTimeUnit()
      Returns the rough planning time unit
      Returns:
      the rough planning time unit
    • setTimeUnit

      public void setTimeUnit(Long timeUnit)
      Sets the rough planning time unit
      Parameters:
      timeUnit - the rough planning time unit
    • getStartDate

      public Date getStartDate()
      Returns the rough planning start date
      Returns:
      the rough planning start date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the rough planning start date
      Parameters:
      startDate - the rough planning start date
    • getEndDate

      public Date getEndDate()
      Returns the rough planning end date
      Returns:
      the rough planning end date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the rough planning end date
      Parameters:
      endDate - the rough planning end date