Class CopyTemplate


  • public class CopyTemplate
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CopyTemplate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getTitle()  
      boolean hasTitle()  
      void setDescription​(java.lang.String description)  
      void setTitle​(java.lang.String title)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CopyTemplate

        public CopyTemplate()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String title)
      • hasTitle

        public boolean hasTitle()
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)