Class DTOOperationRequirementUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.workorders.rs1.operationRequirement.DTOOperationRequirementUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOOperationRequirementUpdate extends DynO
DTO for update operation requirement
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOOperationRequirementUpdate

      public DTOOperationRequirementUpdate()
  • Method Details

    • getOperation

      public final Optional<Long> getOperation()
      Gets the operation.
      Returns:
      the operation
    • setOperation

      public final void setOperation(Optional<Long> operation)
      Sets the operation.
      Parameters:
      operation - the new operation
    • getType

      public final Optional<Long> getType()
      Gets the type.
      Returns:
      the type
    • setType

      public final void setType(Optional<Long> type)
      Sets the type.
      Parameters:
      type - the new type
    • getTeamIdentityNumber

      public final Optional<String> getTeamIdentityNumber()
      Gets the team identity number.
      Returns:
      the team identity number
    • setTeamIdentityNumber

      public final void setTeamIdentityNumber(Optional<String> teamIdentityNumber)
      Sets the team identity number.
      Parameters:
      teamIdentityNumber - the new team identity number
    • getResourceIdentityNumber

      public final Optional<String> getResourceIdentityNumber()
      Gets the resource identity number.
      Returns:
      the resource identity number
    • setResourceIdentityNumber

      public final void setResourceIdentityNumber(Optional<String> resourceIdentityNumber)
      Sets the resource identity number.
      Parameters:
      resourceIdentityNumber - the new resource identity number