Class BOMaterialManagementType

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

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

    • BOMaterialManagementType

      public BOMaterialManagementType()
  • Method Details

    • getId

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

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

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

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

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

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