Class FileObjectLight

  • Direct Known Subclasses:
    FileObject

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

      • fileOjectId

        protected long fileOjectId
        File object id
      • name

        protected String name
        The name of the file
      • tags

        protected String tags
        Tags associated to the binary file that can be used to index it or find it in searches
      • creationDate

        protected long creationDate
        Creation date
    • Constructor Detail

      • FileObjectLight

        public FileObjectLight​(long fileOjectId,
                               String name,
                               String tags,
                               long creationDate)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getFileOjectId

        public long getFileOjectId()
      • setFileOjectId

        public void setFileOjectId​(long fileOjectId)
      • getTags

        public String getTags()
      • setTags

        public void setTags​(String tags)
      • getCreationDate

        public long getCreationDate()
      • setCreationDate

        public void setCreationDate​(long creationDate)