Class BOMaterialItem

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.materials.bl.item.BOMaterialItem
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOMaterialItem extends DynO
Business object representing a material item type.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOMaterialItem

      public BOMaterialItem()
  • Method Details

    • getId

      public Long getId()
      Returns the material item type id.
      Returns:
      the the material item type id
    • setId

      public void setId(Long id)
      Sets the material item type id.
      Parameters:
      id - the material item type id
    • getCode

      public String getCode()
      Returns the material item type code.
      Returns:
      the material item type code
    • setCode

      public void setCode(String code)
      Sets the material item type code.
      Parameters:
      code - the material item type code
    • getDescription

      public LocalizedString getDescription()
      Returns the material item type description.
      Returns:
      the material item type description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the material item type description.
      Parameters:
      description - the material item type description
    • getOrder

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

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

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

      public void setActive(Boolean active)
      Sets the material item type to active.
      Parameters:
      active - true if the material item type must be active, false otherwise