java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.base.structure.BOStructure
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOStructure extends DynO
Business object representing a structure
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • BOStructure

      public BOStructure()
  • Method Details

    • getId

      public Long getId()
      Returns the structure id.
      Returns:
      the the structure id
    • setId

      public void setId(Long id)
      Sets the structure id.
      Parameters:
      id - the structure id
    • getDescription

      public LocalizedString getDescription()
      Returns the structure description.
      Returns:
      the description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the structure description.
      Parameters:
      description - the description
    • getOrder

      public Long getOrder()
      Returns the structure order.
      Returns:
      the order
    • setOrder

      public void setOrder(Long order)
      Sets the structure order.
      Parameters:
      order - the order
    • isActive

      public Boolean isActive()
      Checks if the structure is active.
      Returns:
      true if the structure is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the structure to active.
      Parameters:
      active - true if the structure must be active, false otherwise
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • isBooking

      public Boolean isBooking()
    • setBooking

      public void setBooking(Boolean booking)