java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.SchedulingResource

public class SchedulingResource extends Object
Business object representing a scheduling resource.
It consists of a scheduling user BOSchedulingUser, a list of resources addresses BOResourceAddress and a list of operation centers addresses BOOperationCenterResourceAddress
Since:
9.2
GCApi:
bo
  • Constructor Details

    • SchedulingResource

      public SchedulingResource()
  • Method Details

    • getUser

      public BOSchedulingUser getUser()
      Returns the scheduling resource user.
      Returns:
      the user
    • setUser

      public void setUser(BOSchedulingUser user)
      Sets the scheduling resource user.
      Parameters:
      user - the user
    • getResourceAddresses

      public List<BOResourceAddress> getResourceAddresses()
      Returns the resource addresses.
      Returns:
      a list of BO resource address elements of type BOResourceAddress
      See Also:
    • setResourceAddresses

      public void setResourceAddresses(List<BOResourceAddress> resourceAddresses)
      Sets the resource addresses.
      Parameters:
      resourceAddresses - the resource addresses
      See Also:
    • getOperationCenterAddresses

      public List<BOOperationCenterResourceAddress> getOperationCenterAddresses()
      Returns the operation center addresses.
      Returns:
      a list of BO operation center resource address elements of type BOOperationCenterResourceAddress
      See Also:
    • setOperationCenterAddresses

      public void setOperationCenterAddresses(List<BOOperationCenterResourceAddress> operationCenterAddresses)
      Sets the operation center addresses.
      Parameters:
      operationCenterAddresses - the operation center addresses
      See Also: