Class BOResourceAddress

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.resources.bl.resource.address.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:
16.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOResourceAddress

      public BOResourceAddress()
  • Method Details

    • 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
    • isDepartureFromHome

      public Boolean isDepartureFromHome()
      Checks if the resource address is set as 'departure from home'.
      Returns:
      true if is the resource address must be set as 'departure from home', false otherwise
    • setIsDepartureFromHome

      public void setIsDepartureFromHome(Boolean departureFromHome)
      Sets the resource address as 'departure from home'.
      Parameters:
      departureFromHome - true if is the resource address is set as 'departure from home', false otherwise
    • getResource

      public Long getResource()
      Returns the resource id.
      Returns:
      the resource id
    • setResource

      public void setResource(Long resource)
      Sets the resource id.
      Parameters:
      resource - the resource id
    • getAddress

      public Long getAddress()
      Returns the address id.
      Returns:
      the address id
    • setAddress

      public void setAddress(Long address)
      Sets the address id.
      Parameters:
      address - the address id