@StableMinor(version="12.1", sinceVersion="11.1") public interface ISynonym
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the id.
|
Locale |
getLocale()
Returns the locale.
|
String |
getTitle()
Returns the title.
|
Set<String> |
getWords()
Returns the words.
|
void |
setLocale(Locale locale)
Sets the locale.
|
void |
setTitle(String title)
Sets the title.
|
void |
setWords(Set<String> words)
Sets the words.
|
String getTitle()
void setTitle(String title)
title
- the title value to set.IllegalArgumentException
- if the title is null
or empty
.Locale getLocale()
void setLocale(Locale locale)
locale
- the locale value to set.IllegalArgumentException
- if the given locale is null
.void setWords(Set<String> words)
words
- the words value to set.IllegalArgumentException
- if the given set is null
or if it has less than two items.String getId()
LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.