|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.impl.common.BaseEntity com.hack23.cia.model.impl.common.AbstractResource com.hack23.cia.model.impl.application.common.AbstractApplicationResource com.hack23.cia.model.impl.application.common.LanguageContent
@Entity public class LanguageContent
The Class LanguageContent.
Constructor Summary | |
---|---|
LanguageContent()
Instantiates a new language content. |
Method Summary | |
---|---|
boolean |
getActiveByDefault()
Gets the active by default. |
protected TypeContext |
getApplicationTypeContext()
Gets the application group specification. |
String |
getContent()
Gets the content. |
String |
getContentPropertyName()
Gets the content property name. |
String |
getDescription()
Gets the description. |
Language |
getLanguage()
Gets the language. |
LanguageContentType |
getLanguageContentType()
Gets the language content type. |
LanguageData |
getLanguageData()
Gets the language data. |
String |
getName()
Gets the name. |
int |
getUsageOrder()
Gets the usage order. |
void |
setContent(String content)
Sets the content. |
void |
setContentPropertyName(String contentPropertyName)
Sets the content property name. |
void |
setDescription(String description)
Sets the description. |
void |
setLanguage(Language language)
Sets the language. |
void |
setLanguageContentType(LanguageContentType languageContentType)
Sets the language content type. |
void |
setLanguageData(LanguageData language)
Sets the language data. |
void |
setName(String name)
Sets the name. |
void |
setUsageOrder(int usageOrder)
Sets the usage order. |
Methods inherited from class com.hack23.cia.model.impl.common.AbstractResource |
---|
getId, getResourceType, getVersion, setId, setResourceType, setVersion |
Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity |
---|
equals, getTypeContext, hashCode, isNew |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
---|
public LanguageContent()
Method Detail |
---|
public boolean getActiveByDefault()
public String getContent()
LanguageContentData
getContent
in interface LanguageContentData
public String getContentPropertyName()
LanguageContentData
getContentPropertyName
in interface LanguageContentData
public String getDescription()
LanguageContentData
getDescription
in interface LanguageContentData
public Language getLanguage()
public LanguageContentType getLanguageContentType()
public LanguageData getLanguageData()
LanguageContentData
getLanguageData
in interface LanguageContentData
public String getName()
public int getUsageOrder()
public void setContent(String content)
LanguageContentData
setContent
in interface LanguageContentData
content
- the new contentpublic void setContentPropertyName(String contentPropertyName)
LanguageContentData
setContentPropertyName
in interface LanguageContentData
contentPropertyName
- the new content property namepublic void setDescription(String description)
LanguageContentData
setDescription
in interface LanguageContentData
description
- the new descriptionpublic void setLanguage(Language language)
language
- the new languagepublic void setLanguageContentType(LanguageContentType languageContentType)
LanguageContentData
setLanguageContentType
in interface LanguageContentData
languageContentType
- the new language content typepublic void setLanguageData(LanguageData language)
LanguageContentData
setLanguageData
in interface LanguageContentData
language
- the new language datapublic void setName(String name)
name
- the new namepublic void setUsageOrder(int usageOrder)
usageOrder
- the new usage orderprotected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext
in class BaseEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |