public interface NameableMutableBean extends IdentifiableMutableBean
Modifier and Type | Method and Description |
---|---|
void |
addDescription(java.lang.String locale,
java.lang.String name)
Adds a description, edits the current value if the locale already exists
|
void |
addName(java.lang.String locale,
java.lang.String name)
Adds a name, edits the current value if the locale already exists
|
java.util.List<TextTypeWrapperMutableBean> |
getDescriptions() |
java.lang.String |
getName(boolean defaultIfNull) |
java.util.List<TextTypeWrapperMutableBean> |
getNames() |
void |
setDescriptions(java.util.List<TextTypeWrapperMutableBean> description) |
void |
setNames(java.util.List<TextTypeWrapperMutableBean> names) |
getId, getUri, getUrn, setId, setUri
addAnnotation, addAnnotation, getAnnotations, setAnnotations
getStructureType
void addName(java.lang.String locale, java.lang.String name)
locale
- name
- void addDescription(java.lang.String locale, java.lang.String name)
locale
- name
- java.lang.String getName(boolean defaultIfNull)
java.util.List<TextTypeWrapperMutableBean> getNames()
java.util.List<TextTypeWrapperMutableBean> getDescriptions()
void setNames(java.util.List<TextTypeWrapperMutableBean> names)
void setDescriptions(java.util.List<TextTypeWrapperMutableBean> description)