Class SilverpeasKeyData

    • Constructor Summary

      Constructors 
      Constructor Description
      SilverpeasKeyData()
      -------------------------------------------------------------------------- ------------------------------
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getAuthor()
      -------------------------------------------------------------------------- ------------------------------
      Date getCreationDate()
      -------------------------------------------------------------------------- ------------------------------
      String getDesc()
      -------------------------------------------------------------------------- ------------------------------
      String getProperty​(String key)
      -------------------------------------------------------------------------- ------------------------------
      String getText()
      -------------------------------------------------------------------------- ------------------------------
      String getTitle()
      -------------------------------------------------------------------------- ------------------------------
      void setAuthor​(String author)
      -------------------------------------------------------------------------- ------------------------------
      void setCreationDate​(Date date)
      -------------------------------------------------------------------------- ------------------------------
      void setDesc​(String desc)
      -------------------------------------------------------------------------- ------------------------------
      void setProperty​(String key, String value)
      -------------------------------------------------------------------------- ------------------------------
      void setText​(String text)
      -------------------------------------------------------------------------- ------------------------------
      void setTitle​(String title)
      -------------------------------------------------------------------------- ------------------------------
    • Constructor Detail

      • SilverpeasKeyData

        public SilverpeasKeyData()
        -------------------------------------------------------------------------- ------------------------------
    • Method Detail

      • setTitle

        public void setTitle​(String title)
        -------------------------------------------------------------------------- ------------------------------
      • setAuthor

        public void setAuthor​(String author)
        -------------------------------------------------------------------------- ------------------------------
      • setCreationDate

        public void setCreationDate​(Date date)
        -------------------------------------------------------------------------- ------------------------------
      • setDesc

        public void setDesc​(String desc)
        -------------------------------------------------------------------------- ------------------------------
      • setText

        public void setText​(String text)
        -------------------------------------------------------------------------- ------------------------------
      • setProperty

        public void setProperty​(String key,
                                String value)
                         throws SKDException
        -------------------------------------------------------------------------- ------------------------------
        Throws:
        SKDException
      • getTitle

        public String getTitle()
        -------------------------------------------------------------------------- ------------------------------
      • getAuthor

        public String getAuthor()
        -------------------------------------------------------------------------- ------------------------------
      • getCreationDate

        public Date getCreationDate()
        -------------------------------------------------------------------------- ------------------------------
      • getDesc

        public String getDesc()
        -------------------------------------------------------------------------- ------------------------------
      • getText

        public String getText()
        -------------------------------------------------------------------------- ------------------------------
      • getProperty

        public String getProperty​(String key)
        -------------------------------------------------------------------------- ------------------------------