Class DTOMobileNotification

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

@TimeZoneResolver(event=TechnicalObjectTimeZoneResolverEvent.class, fieldName="technicalObjectId") public class DTOMobileNotification extends DynO
DTO for mobile notification.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMobileNotification

      public DTOMobileNotification()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getExternalCode

      public String getExternalCode()
    • setExternalCode

      public void setExternalCode(String externalCode)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getRequestStartDate

      public ZonedDateTime getRequestStartDate()
    • setRequestStartDate

      public void setRequestStartDate(ZonedDateTime requestStartDate)
    • getRequestEndDate

      public ZonedDateTime getRequestEndDate()
    • setRequestEndDate

      public void setRequestEndDate(ZonedDateTime requestEndDate)
    • getBreakdownStartDate

      public ZonedDateTime getBreakdownStartDate()
    • setBreakdownStartDate

      public void setBreakdownStartDate(ZonedDateTime breakdownStartDate)
    • getBreakdownEndDate

      public ZonedDateTime getBreakdownEndDate()
    • setBreakdownEndDate

      public void setBreakdownEndDate(ZonedDateTime breakdownEndDate)
    • getClosingDate

      public ZonedDateTime getClosingDate()
    • setClosingDate

      public void setClosingDate(ZonedDateTime closingDate)
    • isCheckDowntime

      public boolean isCheckDowntime()
    • setCheckDowntime

      public void setCheckDowntime(boolean checkDowntime)
    • isDowntime

      public boolean isDowntime()
    • setDowntime

      public void setDowntime(boolean downtime)
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes(String notes)
    • getCreatorId

      public Long getCreatorId()
    • setCreatorId

      public void setCreatorId(Long creatorId)
    • getLastModifiedUser

      public Long getLastModifiedUser()
    • setLastModifiedUser

      public void setLastModifiedUser(Long lastModifiedUser)
    • getReporterId

      public Long getReporterId()
    • setReporterId

      public void setReporterId(Long reporterId)
    • getReporterName

      public String getReporterName()
    • setReporterName

      public void setReporterName(String reporterName)
    • getReporterSurname

      public String getReporterSurname()
    • setReporterSurname

      public void setReporterSurname(String reporterSurname)
    • getStateId

      public Long getStateId()
    • setStateId

      public void setStateId(Long stateId)
    • getStateDescription

      public String getStateDescription()
    • setStateDescription

      public void setStateDescription(String stateDescription)
    • getStateColor

      public String getStateColor()
    • setStateColor

      public void setStateColor(String stateColor)
    • getTypeId

      public Long getTypeId()
    • setTypeId

      public void setTypeId(Long typeId)
    • getTypeDescription

      public LocalizedString getTypeDescription()
    • setTypeDescription

      public void setTypeDescription(LocalizedString typeDescription)
    • getFieldLayout

      public Long getFieldLayout()
    • setFieldLayout

      public void setFieldLayout(Long fieldLayout)
    • getPriorityId

      public Long getPriorityId()
    • setPriorityId

      public void setPriorityId(Long priorityId)
    • getPriorityDescription

      public LocalizedString getPriorityDescription()
    • setPriorityDescription

      public void setPriorityDescription(LocalizedString priorityDescription)
    • getPriorityColor

      public String getPriorityColor()
    • setPriorityColor

      public void setPriorityColor(String priorityColor)
    • getProfileId

      public Long getProfileId()
    • setProfileId

      public void setProfileId(Long profileId)
    • getWorkOrderId

      public Long getWorkOrderId()
    • setWorkOrderId

      public void setWorkOrderId(Long workOrderId)
    • getWorkOrderDescription

      public String getWorkOrderDescription()
    • setWorkOrderDescription

      public void setWorkOrderDescription(String workOrderDescription)
    • getWorkOrderStatus

      public String getWorkOrderStatus()
    • setWorkOrderStatus

      public void setWorkOrderStatus(String workOrderStatus)
    • getGeneratedWorkOrderId

      public Long getGeneratedWorkOrderId()
    • setGeneratedWorkOrderId

      public void setGeneratedWorkOrderId(Long generatedWorkOrderId)
    • getTechnicalObjectId

      public Long getTechnicalObjectId()
    • setTechnicalObjectId

      public void setTechnicalObjectId(Long technicalObjectId)
    • getTechnicalObjectCode

      public String getTechnicalObjectCode()
    • setTechnicalObjectCode

      public void setTechnicalObjectCode(String technicalObjectCode)
    • getTechnicalObjectDescription

      public String getTechnicalObjectDescription()
    • setTechnicalObjectDescription

      public void setTechnicalObjectDescription(String technicalObjectDescription)
    • getTechnicalObjectTypeId

      public Long getTechnicalObjectTypeId()
    • setTechnicalObjectTypeId

      public void setTechnicalObjectTypeId(Long technicalObjectTypeId)
    • getOperationalCenterId

      public Long getOperationalCenterId()
    • setOperationalCenterId

      public void setOperationalCenterId(Long operationalCenterId)
    • getOperationalCenterDescription

      public LocalizedString getOperationalCenterDescription()
    • setOperationalCenterDescription

      public void setOperationalCenterDescription(LocalizedString operationalCenterDescription)
    • getWorkCenterId

      public Long getWorkCenterId()
    • setWorkCenterId

      public void setWorkCenterId(Long workCenterId)
    • getWorkCenterDescription

      public LocalizedString getWorkCenterDescription()
    • setWorkCenterDescription

      public void setWorkCenterDescription(LocalizedString workCenterDescription)
    • getPositions

      public List<DTOMobileNotificationPosition> getPositions()
    • setPositions

      public void setPositions(List<DTOMobileNotificationPosition> positions)