Class FileObject


  • public class FileObject
    extends FileObjectLight
    This is the basic metadata about a file attached to an inventory object, plus the actual object
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    • Constructor Detail

      • FileObject

        public FileObject​(long fileOjectId,
                          String name,
                          String tags,
                          long creationDate,
                          byte[] file)
    • Method Detail

      • getFile

        public byte[] getFile()
      • setFile

        public void setFile​(byte[] file)