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

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

    • BOResourceAddress

      public BOResourceAddress()
  • Method Details

    • getAddress

      public BOAddress getAddress()
      Returns the resource address.
      Returns:
      the address
      See Also:
    • setAddress

      public void setAddress(BOAddress address)
      Sets the resource address.
      Parameters:
      address - the address
      See Also:
    • getDescription

      public String getDescription()
      Returns the resource address description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the resource address description.
      Parameters:
      description - the description
    • getIsDepartureFromHome

      public Boolean getIsDepartureFromHome()
      Checks if the resource address is a departure from home one.
      Returns:
      true if the resource address is a departure from home one, false otherwise
    • setIsDepartureFromHome

      public void setIsDepartureFromHome(Boolean isDepartureFromHome)
      Sets the resource address to a departure from home one.
      Parameters:
      isDepartureFromHome - true if the resource address must be a departure from home one, false otherwise
    • isDeparturePoint

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

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

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

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