Class BOMaterialType

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

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

    • BOMaterialType

      public BOMaterialType()
  • Method Details

    • getId

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

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

      public String getCode()
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Parameters:
      code - the code to set
    • getDescription

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

      public void setDescription(String description)
      Sets the material type description.
      Parameters:
      description - the material type description