public class License
extends groovy.lang.GroovyObjectSupport
| Constructor and Description |
|---|
License() |
License(String name,
String description,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
URI |
getUri() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setUri(String uri) |
void |
setUri(URI uri) |