java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.schedulingresource.operationcenteraddress.BOOperationCenterResourceAddress
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOOperationCenterResourceAddress extends DynO
Business object representing a operation center resource address.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOOperationCenterResourceAddress

      public BOOperationCenterResourceAddress()
  • Method Details

    • isDeparturePoint

      public boolean isDeparturePoint()
      Checks if the operation center resource address is a departure point.
      Returns:
      true if the operation center resource address is a departure point, false otherwise
    • setDeparturePoint

      public void setDeparturePoint(boolean isDeparturePoint)
      Sets the operation center resource address to departure point.
      Parameters:
      isDeparturePoint - true if the operation center resource address must be a departure point, false otherwise
    • isArrivalPoint

      public boolean isArrivalPoint()
      Checks if the operation center resource address is an arrival point.
      Returns:
      true if the operation center resource address is an arrival point, false otherwise
    • setArrivalPoint

      public void setArrivalPoint(boolean isArrivalPoint)
      Sets the operation center resource address to arrival point.
      Parameters:
      isArrivalPoint - true if the operation center resource address must be an arrival point, false otherwise
    • getAddress

      public BOAddress getAddress()
      Returns the id of the operation center resource address.
      Returns:
      the address id
      See Also:
    • setAddress

      public void setAddress(BOAddress address)
      Sets the id of the operation center resource address.
      Parameters:
      address - the address id
      See Also: