Class DTOMobileResourceShiftExceptionRequest

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

@TimeZoneResolver(event=ResourceTimeZoneResolverEvent.class, fieldName="resource") public class DTOMobileResourceShiftExceptionRequest extends DynO
DTO for resource shift exception request
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMobileResourceShiftExceptionRequest

      public DTOMobileResourceShiftExceptionRequest()
  • Method Details

    • getType

      public Long getType()
    • setType

      public void setType(Long type)
    • getTypeDescription

      public String getTypeDescription()
    • setTypeDescription

      public void setTypeDescription(String typeDescription)
    • getStatus

      public Long getStatus()
    • setStatus

      public void setStatus(Long status)
    • getStatusDescription

      public String getStatusDescription()
    • setStatusDescription

      public void setStatusDescription(String statusDescription)
    • getExceptionType

      public Long getExceptionType()
    • setExceptionType

      public void setExceptionType(Long exceptionType)
    • getExceptionTypeDescription

      public LocalizedString getExceptionTypeDescription()
    • setExceptionTypeDescription

      public void setExceptionTypeDescription(LocalizedString exceptionTypeDescription)