|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LanguageData extends Content, UsageOrder
The Interface LanguageData.
Modifier and Type | Method and Description |
---|---|
void |
addLanguageContentData(LanguageContentData languageContent)
Adds the language content data. |
boolean |
getActiveByDefault()
Gets the active by default. |
List<LanguageContentData> |
getLanguageContentsData()
Gets the language contents data. |
String |
getName()
Gets the name. |
String |
getShortCode()
Gets the short code. |
int |
getUsageOrder()
Gets the usage order. |
void |
removeLanguageContentData(LanguageContentData languageContent)
Removes the language content data. |
void |
setName(String string)
Sets the name. |
void |
setShortCode(String string)
Sets the short code. |
Methods inherited from interface com.hack23.cia.model.api.application.control.UsageOrder |
---|
setActiveByDefault, setUsageOrder |
Methods inherited from interface com.hack23.cia.model.api.common.Resource |
---|
getResourceType |
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
---|
getId, getTypeContext, getVersion, isNew, setId, setVersion |
Method Detail |
---|
void addLanguageContentData(LanguageContentData languageContent)
languageContent
- the language contentboolean getActiveByDefault()
UsageOrder
getActiveByDefault
in interface UsageOrder
List<LanguageContentData> getLanguageContentsData()
String getName()
String getShortCode()
int getUsageOrder()
UsageOrder
getUsageOrder
in interface UsageOrder
void removeLanguageContentData(LanguageContentData languageContent)
languageContent
- the language contentvoid setName(String string)
string
- the new namevoid setShortCode(String string)
string
- the new short code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |