public class CatalogMeta extends Object
| Constructor and Description |
|---|
CatalogMeta(String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAuthors() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getVersion() |
void |
setAuthors(List<String> authors) |
void |
setDescription(String description) |
void |
setVersion(String version) |
Copyright © 2014. All Rights Reserved.