Interface SessionMetadataSPI

All Known Implementing Classes:
SessionMetadataImpl

public interface SessionMetadataSPI
  • Method Details

    • getTitle

      String getTitle()
      Title
      Returns:
      String
    • setTitle

      void setTitle(String title)
    • getCreator

      String getCreator()
      Creator
      Returns:
      String
    • setCreator

      void setCreator(String creator)
    • getAppID

      String getAppID()
      App ID
      Returns:
      String
    • setAppID

      void setAppID(String appID)
    • getSubject

      String getSubject()
      Subject
      Returns:
      String
    • setSubject

      void setSubject(String subject)
    • getDescription

      String getDescription()
      Description
      Returns:
      String
    • setDescription

      void setDescription(String description)
    • getPublisher

      String getPublisher()
      Publisher
      Returns:
      String
    • setPublisher

      void setPublisher(String publisher)
    • getContributor

      String getContributor()
      Contributer
      Returns:
      String
    • setContributor

      void setContributor(String contributer)
    • getDate

      String getDate()
      Date
      Returns:
      String
    • setDate

      void setDate(String date)
    • getType

      String getType()
      Type
      Returns:
      String
    • setType

      void setType(String type)
    • getFormat

      String getFormat()
      Format
      Returns:
      String
    • setFormat

      void setFormat(String format)
    • getIdentifier

      String getIdentifier()
      Identifier
      Returns:
      String
    • setIdentifier

      void setIdentifier(String identifier)
    • getSource

      String getSource()
      Source
      Returns:
      String
    • setSource

      void setSource(String source)
    • getLanguage

      String getLanguage()
      Language
      Returns:
      String
    • setLanguage

      void setLanguage(String language)
    • getRelation

      String getRelation()
      Relation
      Returns:
      String
    • setRelation

      void setRelation(String relation)
    • getCoverage

      String getCoverage()
      Coverage
      Returns:
      String
    • setCoverage

      void setCoverage(String coverage)
    • getRights

      String getRights()
      Rights
      Returns:
      String
    • setRights

      void setRights(String rights)
    • getNumberOfComments

      int getNumberOfComments()
      number of comments
      Returns:
      int
    • getComment

      Comment getComment(int idx)
      get comment at given index
      Parameters:
      idx -
      Returns:
      comment
      Throws:
      ArrayIndexOutOfBoundsException
    • addComment

      void addComment(Comment comment)
      Add comment
      Parameters:
      comment -
    • removeComment

      void removeComment(Comment comment)
      Remove comment
      Parameters:
      comment -
    • removeComment

      void removeComment(int idx)