Class DTOAssetBatchUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.assets.rs1.asset.DTOAssetBatchUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@EntityRef(AssetEntity.class) public class DTOAssetBatchUpdate extends DynO
DTO representing an element to update a batch of assets.
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAssetBatchUpdate

      public DTOAssetBatchUpdate()
  • Method Details

    • getId

      public final Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getOperationCenter

      public final Optional<Long> getOperationCenter()
      Gets the operation center.
      Returns:
      the operation center
    • setOperationCenter

      public final void setOperationCenter(Optional<Long> operationCenter)
      Sets the operation center.
      Parameters:
      operationCenter - the new operation center
    • getDescription

      public final Optional<String> getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public final void setDescription(Optional<String> description)
      Sets the description.
      Parameters:
      description - the new description
    • getStatus

      public final Optional<Long> getStatus()
      Gets the status.
      Returns:
      the status
    • setStatus

      public final void setStatus(Optional<Long> status)
      Sets the status.
      Parameters:
      status - the new status
    • getNote

      public final Optional<String> getNote()
      Gets the note.
      Returns:
      the note
    • setNote

      public final void setNote(Optional<String> note)
      Sets the note.
      Parameters:
      note - the new note
    • getWorkCenter

      public final Optional<Long> getWorkCenter()
      Gets the work center.
      Returns:
      the work center
    • setWorkCenter

      public final void setWorkCenter(Optional<Long> workCenter)
      Sets the work center.
      Parameters:
      workCenter - the new work center