Class BOAccountedSerializedMaterial

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

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

    • BOAccountedSerializedMaterial

      public BOAccountedSerializedMaterial()
  • Method Details

    • getId

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

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

      public Long getOperation()
      Returns the work order operation id.
      Returns:
      the work order operation id
      See Also:
    • setOperation

      public void setOperation(Long operation)
      Sets the work order operation id.
      Parameters:
      operation - the work order operation id
      See Also:
    • getAgenda

      public Long getAgenda()
      Returns the agenda id.
      Returns:
      the agenda id
      See Also:
    • setAgenda

      public void setAgenda(Long agenda)
      Sets the agenda id.
      Parameters:
      agenda - the agenda id
      See Also:
    • getUser

      public Long getUser()
      Returns the user id.
      Returns:
      the user id
      See Also:
    • setUser

      public void setUser(Long user)
      Sets the user id.
      Parameters:
      user - the user id
      See Also:
    • 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:
    • getAccountingType

      public Long getAccountingType()
      Returns the accounting type id.
      Returns:
      the accounting type id
      See Also:
    • setAccountingType

      public void setAccountingType(Long accountingType)
      Sets the accounting type id.
      Parameters:
      accountingType - the accounting type id
      See Also:
    • getUseDate

      public Date getUseDate()
      Returns the accounted serialized material use date.
      Returns:
      the accounted serialized material use date
    • setUseDate

      public void setUseDate(Date useDate)
      Sets the accounted serialized material use date.
      Parameters:
      useDate - the accounted serialized material use date
    • getIsWithdrawn

      public Boolean getIsWithdrawn()
      Checks if is the accounted serialized material is withdrawn.
      Returns:
      true if the accounted serialized material is withdrawn, false otherwise
    • setIsWithdrawn

      public void setIsWithdrawn(Boolean isWithdrawn)
      Sets the accounted serialized material to withdrawn as filter.
      Parameters:
      isWithdrawn - true if the accounted serialized material must be withdrawn, false otherwise