Class ExportLiterature


  • public class ExportLiterature
    extends Object
    A class representing study element literature.
    Author:
    Jarkko Leponiemi
    • Field Detail

      • description

        private String description
    • Constructor Detail

      • ExportLiterature

        public ExportLiterature()
      • ExportLiterature

        public ExportLiterature​(String isbn,
                                String description)
    • Method Detail

      • getIsbn

        public String getIsbn()
      • setIsbn

        public void setIsbn​(String isbn)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)