Class BORoughPlanningActivityResult

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

public class BORoughPlanningActivityResult extends DynO
Business object representing a row of a rough planning activity result
Since:
19.0
See Also:
  • Constructor Details

    • BORoughPlanningActivityResult

      public BORoughPlanningActivityResult()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the rough planning activity id
      Parameters:
      id - the rough planning activity 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
    • getActivity

      public Long getActivity()
      Returns the rough planning activity
      Returns:
      the rough planning activity
    • setActivity

      public void setActivity(Long activity)
      Sets the rough planning activity
      Parameters:
      activity - the rough planning activity
    • 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
    • getWorkloadTime

      public Long getWorkloadTime()
      Returns the rough planning activity workload per bucket
      Returns:
      the rough planning activity workload per bucket
    • setWorkloadTime

      public void setWorkloadTime(Long workloadTime)
      Sets the rough planning activity workload per bucket
      Parameters:
      workloadTime - the rough planning activity workload per bucket
    • getOperationType

      public Long getOperationType()
      Returns the rough planning operation type
      Returns:
      the rough planning operation type
    • setOperationType

      public void setOperationType(Long operationType)
      Sets the rough planning operation type
      Parameters:
      operationType - the rough planning operation type
    • getUrgency

      public Long getUrgency()
      Returns the rough planning urgency
      Returns:
      the rough planning urgency
    • setUrgency

      public void setUrgency(Long urgency)
      Sets the rough planning urgency
      Parameters:
      urgency - the rough planning urgency
    • getActivityCode

      public String getActivityCode()
      Returns the rough planning activity code
      Returns:
      the rough planning activity code
    • setActivityCode

      public void setActivityCode(String activityCode)
      Sets the rough planning activity code
      Parameters:
      activityCode - the rough planning activity code
    • getOperationTypeCode

      public String getOperationTypeCode()
      Returns the rough planning operation type code
      Returns:
      the rough planning operation type code
    • setOperationTypeCode

      public void setOperationTypeCode(String operationTypeCode)
      Sets the rough planning operation type code
      Parameters:
      operationTypeCode - the rough planning operation type code
    • getUrgencyCode

      public String getUrgencyCode()
      Returns the rough planning urgency code
      Returns:
      the rough planning urgency code
    • setUrgencyCode

      public void setUrgencyCode(String urgencyCode)
      Sets the rough planning urgency code
      Parameters:
      urgencyCode - the rough planning urgency code