Class AttachmentVO

    • Constructor Detail

      • AttachmentVO

        public AttachmentVO()
      • AttachmentVO

        public AttachmentVO​(String fileName,
                            String fullPatch)
    • Method Detail

      • getFileName

        public String getFileName()
      • setFileName

        public void setFileName​(String fileName)
      • getPathName

        public String getPathName()
      • setPathName

        public void setPathName​(String pathName)
      • getIconPath

        public String getIconPath()
      • setIconPath

        public void setIconPath​(String iconPath)
      • getFileSize

        public long getFileSize()
      • setFileSize

        public void setFileSize​(long fileSize)
      • getPrincipal

        public Boolean getPrincipal()
      • setPrincipal

        public void setPrincipal​(Boolean principal)
      • getAttach

        public Boolean getAttach()
      • setAttach

        public void setAttach​(Boolean attach)
      • getDescriptor

        public Boolean getDescriptor()
      • setDescriptor

        public void setDescriptor​(Boolean descriptor)
      • getFullPatch

        public String getFullPatch()
      • setFullPatch

        public void setFullPatch​(String fullPatch)
      • setFileSelected

        public void setFileSelected​(AttachmentVO fileSelected)
      • getEditing

        public Boolean getEditing()
      • setEditing

        public void setEditing​(Boolean editing)
      • getFilecontent

        public byte[] getFilecontent()
      • setFilecontent

        public void setFilecontent​(byte[] filecontent)
      • getMobile

        public Boolean getMobile()
      • setMobile

        public void setMobile​(Boolean mobile)