public interface Definition
Modifier and Type | Method and Description |
---|---|
boolean |
displayOnText()
Get the displayOnText.
|
Set<String> |
getAllForms()
Get all forms.
|
String |
getContent()
Get the content.
|
Set<String> |
getVariants()
Get the variants.
|
String |
getWord()
Get the word.
|
void |
setContent(String content)
Set the content.
|
void |
setDisplayOnText(boolean displayOnText)
Set the displayOnText.
|
void |
setVariants(Collection<String> variants)
Set the variants.
|
void |
setWord(String word)
Set the word.
|
String getWord() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.void setWord(String word) throws AmetysRepositoryException
word
- the word to setAmetysRepositoryException
- if an error occurs.Set<String> getVariants() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.void setVariants(Collection<String> variants) throws AmetysRepositoryException
variants
- the variants to setAmetysRepositoryException
- if an error occurs.String getContent() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.void setContent(String content) throws AmetysRepositoryException
content
- the content to setAmetysRepositoryException
- if an error occurs.boolean displayOnText() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.void setDisplayOnText(boolean displayOnText) throws AmetysRepositoryException
displayOnText
- the displayOnText to setAmetysRepositoryException
- if an error occurs.Set<String> getAllForms() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.