public class Namespace extends Object
| Constructor and Description |
|---|
Namespace() |
| Modifier and Type | Method and Description |
|---|---|
List<Designation> |
getDesignations()
Gets the designations.
|
String |
getName()
Gets the name.
|
boolean |
isWriteable()
Checks if the namespace is writeable.
|
void |
setDesignations(List<Designation> designations)
Sets the designations.
|
void |
setName(String name)
Sets the name.
|
void |
setWriteable(boolean writeable)
Sets the writeable.
|
public String getName()
public void setName(String name)
name - the new namepublic boolean isWriteable()
public void setWriteable(boolean writeable)
writeable - the new writeablepublic List<Designation> getDesignations()
public void setDesignations(List<Designation> designations)
designations - the new designationsCopyright © 2022 Samply Community. All rights reserved.