Class BOMaterialClass

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

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

    • BOMaterialClass

      public BOMaterialClass()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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