Class ExtendedData


  • public class ExtendedData
    extends Object
    • Constructor Detail

      • ExtendedData

        public ExtendedData()
    • Method Detail

      • getNotes

        public String getNotes()
        Returns:
        the notes
      • setNotes

        public void setNotes​(String notes)
        Parameters:
        notes - the notes to set
      • getTags

        public List<String> getTags()
        Returns:
        the tags
      • setTags

        public void setTags​(List<String> tags)
        Parameters:
        tags - the tags to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set