Class BORoughPlanningResourceResult

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

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

    • BORoughPlanningResourceResult

      public BORoughPlanningResourceResult()
  • Method Details

    • getId

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

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

      public Long getRoughPlanning()
      Returns the rough planning id
      Returns:
      the id
      See Also:
    • setRoughPlanning

      public void setRoughPlanning(Long roughPlanning)
      Sets the rough planning id
      Parameters:
      roughPlanning - the id
    • getResource

      public Long getResource()
      Returns the rough planning resource
      Returns:
      the rough planning resource
    • setResource

      public void setResource(Long resource)
      Sets the rough planning resource
      Parameters:
      resource - the rough planning resource
    • getBucket

      public Long getBucket()
      Returns the rough planning bucket
      Returns:
      the rough planning bucket
    • setBucket

      public void setBucket(Long bucket)
      Sets the rough planning bucket
      Parameters:
      bucket - the rough planning bucket
    • getTotalHours

      public Long getTotalHours()
      Returns the rough planning resource total hours per bucket
      Returns:
      the rough planning resource total hours per bucket
    • setTotalHours

      public void setTotalHours(Long totalHours)
      Sets the rough planning resource total hours per bucket
      Parameters:
      totalHours - the rough planning resource total hours per bucket