public class NameSpace extends Object
| Constructor and Description |
|---|
NameSpace(long id,
String name,
String description) |
NameSpace(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
long |
getId() |
String |
getName() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setName(String name) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.