Class CodeSnippetProgramDTO


  • public class CodeSnippetProgramDTO
    extends CodeSnippetDTO
    A code snippet with a program source.
    • 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

      • programmingLanguage

        public java.lang.String programmingLanguage
        The programming language of the code snippet.
      • codeSnippet

        public java.lang.String codeSnippet
        The code snippet.
    • Constructor Detail

      • CodeSnippetProgramDTO

        public CodeSnippetProgramDTO()