Class SerializedMaterialWithAccount

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

public class SerializedMaterialWithAccount extends DynO
Business object representing serialized material with accounting details.
Since:
14.0
See Also:
  • Constructor Details

    • SerializedMaterialWithAccount

      public SerializedMaterialWithAccount()
  • Method Details

    • getSerializedMaterial

      public BOSerializedMaterial getSerializedMaterial()
      Returns the serialized material.
      Returns:
      the serialized material
    • setSerializedMaterial

      public void setSerializedMaterial(BOSerializedMaterial serializedMaterial)
      Sets the serialized material.
      Parameters:
      serializedMaterial - the serialized material
    • getAccountedMaterial

      public BOAccountedSerializedMaterial getAccountedMaterial()
      Returns the accounted material.
      Returns:
      the accounted material
    • setAccountedMaterial

      public void setAccountedMaterial(BOAccountedSerializedMaterial accountedMaterial)
      Sets the accounted material.
      Parameters:
      accountedMaterial - the accounted material