Class BOSerializedMaterialHistory

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

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

    • BOSerializedMaterialHistory

      public BOSerializedMaterialHistory()
  • Method Details

    • getId

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

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

      public Long getSerializedMaterial()
      Returns the serialized material id.
      Returns:
      the serialized material id
      See Also:
    • setSerializedMaterial

      public void setSerializedMaterial(Long serializedMaterial)
      Sets the serialized material id.
      Parameters:
      serializedMaterial - the serialized material id
      See Also:
    • 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 serial number.
      Returns:
      the serial number
    • setSerialNumber

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

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

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

      public Date getHistoryDate()
      Returns the history date.
      Returns:
      the history date
    • setHistoryDate

      public void setHistoryDate(Date historyDate)
      Sets the history date.
      Parameters:
      historyDate - the history date
    • getHistoryOperation

      public Long getHistoryOperation()
      Returns the history operation.
      Returns:
      the history operation
    • setHistoryOperation

      public void setHistoryOperation(Long historyOperation)
      Sets the history operation.
      Parameters:
      historyOperation - the history operation