Class RemoteFileObjectLight

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    RemoteFileObject

    public class RemoteFileObjectLight
    extends Object
    implements Serializable
    Wrapper of FileObjectLight. Represents a file attached to an inventory object
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • 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

      • RemoteFileObjectLight

        public RemoteFileObjectLight()
      • RemoteFileObjectLight

        public RemoteFileObjectLight​(long fileOjectId,
                                     String name,
                                     long creationDate,
                                     String tags)
    • 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)