|
||||||||||
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.content.AbstractApplicationResource com.hack23.cia.model.impl.application.content.LanguageContent
@Entity public class LanguageContent extends AbstractApplicationResource implements LanguageContentData
The Class LanguageContent.
Constructor and Description |
---|
LanguageContent()
Instantiates a new language content. |
Modifier and Type | Method and Description |
---|---|
boolean |
getActiveByDefault()
Gets the active by default. |
protected TypeContext |
getApplicationTypeContext()
Gets the application type context. |
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()
protected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext
in class BaseEntity
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 order
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |