Class CodeSnippetDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- biz.aQute.bnd.reporter.codesnippet.dto.CodeSnippetDTO
-
- Direct Known Subclasses:
CodeSnippetGroupDTO,CodeSnippetProgramDTO
public class CodeSnippetDTO extends org.osgi.dto.DTOA code snippet.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringdescriptionShort description of this code snippet (optional).java.lang.StringidId of this code snippet.java.lang.StringtitleTitle of this code snippet (optional).
-
Constructor Summary
Constructors Constructor Description CodeSnippetDTO()
-