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.DTO
A code snippet.
-
-
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()
-