Class BOSerializedMaterialModel

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.material.serialized.model.BOSerializedMaterialModel
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOSerializedMaterialModel extends DynO
Business object representing a serialized material model.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOSerializedMaterialModel

      public BOSerializedMaterialModel()
  • Method Details

    • getId

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

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

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

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

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

      public void setDescription(LocalizedString description)
      Sets the serialized material model description.
      Parameters:
      description - the serialized material model description
    • getMaterialClass

      public Long getMaterialClass()
      Returns the material class id.
      Returns:
      the material class id
      See Also:
    • setMaterialClass

      public void setMaterialClass(Long materialClass)
      Sets the material class id.
      Parameters:
      materialClass - the material class id
      See Also:
    • getMeterBrand

      public Long getMeterBrand()
      Returns the meter brand id.
      Returns:
      the meter brand id
      See Also:
    • setMeterBrand

      public void setMeterBrand(Long meterBrand)
      Sets the meter brand id.
      Parameters:
      meterBrand - the meter brand id
      See Also:
    • getOrdering

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

      public void setOrdering(Long ordering)
      Sets the ordering.
      Parameters:
      ordering - the ordering
    • isActive

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

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