Class DTOMobileWorkOrderOperation

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.rs3.workorderdetails.DTOMobileWorkOrderOperation
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOMobileWorkOrderOperation extends DynO
DTO for mobile work order operation.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMobileWorkOrderOperation

      public DTOMobileWorkOrderOperation()
  • Method Details

    • getId

      public Long getId()
      Returns the work order operation id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets the work order operation id.
      Parameters:
      id - the id
    • getStateDescription

      public String getStateDescription()
      Returns the work order operation state description.
      Returns:
      the state description
    • setStateDescription

      public void setStateDescription(String stateDescription)
      Sets the work order operation state description.
      Parameters:
      stateDescription - the state description
    • getTypeDescription

      public LocalizedString getTypeDescription()
      Returns the work order operation type description.
      Returns:
      the type description
    • setTypeDescription

      public void setTypeDescription(LocalizedString typeDescription)
      Sets the work order operation type description.
      Parameters:
      typeDescription - the type description