Class CodeSnippetDTO

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String description
      Short description of this code snippet (optional).
      java.lang.String id
      Id of this code snippet.
      java.lang.String title
      Title of this code snippet (optional).
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeSnippetDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        public java.lang.String id
        Id of this code snippet.
      • title

        public java.lang.String title
        Title of this code snippet (optional).
      • description

        public java.lang.String description
        Short description of this code snippet (optional).
    • Constructor Detail

      • CodeSnippetDTO

        public CodeSnippetDTO()