|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LanguageContentData
The Interface LanguageContentData.
Method Summary | |
---|---|
String |
getContent()
Gets the content. |
String |
getContentPropertyName()
Gets the content property name. |
String |
getDescription()
Gets the description. |
LanguageData |
getLanguageData()
Gets the language data. |
void |
setContent(String content)
Sets the content. |
void |
setContentPropertyName(String key)
Sets the content property name. |
void |
setDescription(String string)
Sets the description. |
void |
setLanguageContentType(LanguageContentType agency)
Sets the language content type. |
void |
setLanguageData(LanguageData language)
Sets the language data. |
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 |
---|
String getContent()
String getContentPropertyName()
String getDescription()
LanguageData getLanguageData()
void setContent(String content)
content
- the new contentvoid setContentPropertyName(String key)
key
- the new content property namevoid setDescription(String string)
string
- the new descriptionvoid setLanguageContentType(LanguageContentType agency)
agency
- the new language content typevoid setLanguageData(LanguageData language)
language
- the new language data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |