java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.material.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:
13.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
    • getOrdering

      public Long getOrdering()
      Returns the material class ordering.
      Returns:
      the material class ordering
    • setOrdering

      public void setOrdering(Long ordering)
      Sets the material class ordering.
      Parameters:
      ordering - the material class ordering
    • 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