Class DTOOperationRequirementInsert

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

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

    • DTOOperationRequirementInsert

      public DTOOperationRequirementInsert()
  • Method Details

    • getOperation

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

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

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

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

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

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

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

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