| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.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 BaseEntitypublic String getContent()
LanguageContentData
getContent in interface LanguageContentDatapublic String getContentPropertyName()
LanguageContentData
getContentPropertyName in interface LanguageContentDatapublic String getDescription()
LanguageContentData
getDescription in interface LanguageContentDatapublic Language getLanguage()
public LanguageContentType getLanguageContentType()
public LanguageData getLanguageData()
LanguageContentData
getLanguageData in interface LanguageContentDatapublic String getName()
public int getUsageOrder()
public void setContent(String content)
LanguageContentData
setContent in interface LanguageContentDatacontent - the new contentpublic void setContentPropertyName(String contentPropertyName)
LanguageContentData
setContentPropertyName in interface LanguageContentDatacontentPropertyName - the new content property namepublic void setDescription(String description)
LanguageContentData
setDescription in interface LanguageContentDatadescription - the new descriptionpublic void setLanguage(Language language)
language - the new languagepublic void setLanguageContentType(LanguageContentType languageContentType)
LanguageContentData
setLanguageContentType in interface LanguageContentDatalanguageContentType - the new language content typepublic void setLanguageData(LanguageData language)
LanguageContentData
setLanguageData in interface LanguageContentDatalanguage - 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 | |||||||||