Class RemoteFileObject

  • All Implemented Interfaces:
    Serializable

    public class RemoteFileObject
    extends RemoteFileObjectLight
    Wrapper of FileObject. Represents a file attached to an inventory object
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoteFileObject

        public RemoteFileObject()
      • RemoteFileObject

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

      • getFile

        public byte[] getFile()
      • setFile

        public void setFile​(byte[] file)