Class BOSerializedMaterial

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

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

    • BOSerializedMaterial

      public BOSerializedMaterial()
  • Method Details

    • getId

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

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

      public Long getMaterial()
      Returns the material id.
      Returns:
      the material id
      See Also:
    • setMaterial

      public void setMaterial(Long material)
      Sets the material id.
      Parameters:
      material - the material id
      See Also:
    • getModel

      public Long getModel()
      Returns the model id.
      Returns:
      the model id
      See Also:
    • setModel

      public void setModel(Long model)
      Sets the model id.
      Parameters:
      model - the model id
      See Also:
    • getSerialNumber

      public String getSerialNumber()
      Returns the serialized material serial number.
      Returns:
      the serialized material serial number
    • setSerialNumber

      public void setSerialNumber(String serialNumber)
      Sets the serialized material serial number.
      Parameters:
      serialNumber - the serialized material serial number
    • isActive

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

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

      public String getUuid()
      Returns the serialized material uuid.
      Returns:
      the serialized material uuid
    • setUuid

      public void setUuid(String uuid)
      Sets the serialized material uuid.
      Parameters:
      uuid - the serialized material uuid