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

public class DTOMobileAttachment extends DynO
DTO for mobile media files related to technical objects
Since:
20.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMobileAttachment

      public DTOMobileAttachment()
  • Method Details

    • getId

      public final Long getId()
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Parameters:
      id - the id to set
    • getTechnicalObject

      public final Long getTechnicalObject()
      Returns:
      the technicalObject
    • setTechnicalObject

      public final void setTechnicalObject(Long technicalObject)
      Parameters:
      technicalObject - the technicalObject to set
    • getWorkOrder

      public final Long getWorkOrder()
      Returns:
      the workOrder
    • setWorkOrder

      public final void setWorkOrder(Long workOrder)
      Parameters:
      workOrder - the workOrder to set
    • getWoOperation

      public final Long getWoOperation()
      Returns:
      the woOperation
    • setWoOperation

      public final void setWoOperation(Long woOperation)
      Parameters:
      woOperation - the woOperation to set
    • getFileName

      public final String getFileName()
      Returns:
      the fileName
    • setFileName

      public final void setFileName(String fileName)
      Parameters:
      fileName - the fileName to set
    • getInternalFileName

      public final String getInternalFileName()
      Returns:
      the internalFileName
    • setInternalFileName

      public final void setInternalFileName(String internalFileName)
      Parameters:
      internalFileName - the internalFileName to set
    • getDescription

      public final String getDescription()
      Returns:
      the description
    • setDescription

      public final void setDescription(String description)
      Parameters:
      description - the description to set
    • getType

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

      public final void setType(Long type)
      Parameters:
      type - the type to set
    • getUuid

      public final String getUuid()
      Returns:
      the uuid
    • setUuid

      public final void setUuid(String uuid)
      Parameters:
      uuid - the uuid to set
    • getInsertDate

      public ZonedDateTime getInsertDate()
      Returns:
      the insertDate
    • setInsertDate

      public void setInsertDate(ZonedDateTime insertDate)
      Parameters:
      insertDate - the insertDate to set
    • getResource

      public final DTOMobileSharedResource getResource()
      Returns:
      the resource
    • setResource

      public final void setResource(DTOMobileSharedResource resource)
      Parameters:
      resource - the resource to set