Class FileDescriptor

java.lang.Object
be.gaudry.model.file.metadata.FileDescriptor
Direct Known Subclasses:
MediaDescriptor

public class FileDescriptor extends Object
Allows to use an xml file to store informations about a file. \n Provided by the broldev.file.finder.model project.
Since:
1.0 (Jun 11, 2011), broldev.file.finder.model 0.0.1-SNAPSHOT dependency
Version:
1.0 (Jun 11, 2011)
Author:
Steph GAUDRY
  • Constructor Details

    • FileDescriptor

      public FileDescriptor()
  • Method Details

    • getCreator

      public String getCreator()
      An entity primarily responsible for making the resource.
      Returns:
      the creator
    • setCreator

      public void setCreator(String creator)
      Parameters:
      creator - the creator to set
      See Also:
      getCreator()
    • getDate

      public String getDate()
      A point or period of time associated with an event in the lifecycle of the resource. The date may also be used to make difference between the dates(creation, modification, etc.) of the file and the date of the object of the file(i.e. the publishing date of a book is not the date of the electronic representation of the book). \n Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601.
      Returns:
      the date
    • setDate

      public void setDate(String date)
      Parameters:
      date - the date to set
      See Also:
      getDate()
    • getDescription

      public String getDescription()
      Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
      See Also:
      getDescription()
    • getLanguage

      public String getLanguage()
      A language of the resource. \nRecommended best practice is to use a controlled vocabulary such as RFC 4646.
      Returns:
      the language
    • setLanguage

      public void setLanguage(String language)
      Parameters:
      language - the language to set
      See Also:
      getLanguage()
    • getSubject

      public String getSubject()
      The topic of the resource.
      Returns:
      the subject
    • setSubject

      public void setSubject(String subject)
      Parameters:
      subject - the subject to set
      See Also:
      getSubject()
    • getTitle

      public String getTitle()
      A name given to the resource.
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Parameters:
      title - the title to set
      See Also:
      getTitle()