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

public class MobileAttachment extends DynO
Business object representing media file and shared resource.
The media file represents the link between a file and an entity such as a work order or a technical object, allowing files to be associated with specific business entities in the system.
Since:
20.0
See Also:
GCApi:
bo
  • Constructor Details

    • MobileAttachment

      public MobileAttachment()
  • Method Details

    • getAttachment

      public final overit.geocallapp.wfm.documents.bl.attachment.BOAttachment getAttachment()
      Returns:
      the attachment
    • setAttachment

      public final void setAttachment(overit.geocallapp.wfm.documents.bl.attachment.BOAttachment attachment)
      Parameters:
      attachment - the attachment to set
    • getResource

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

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