|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.common.impl.BaseEntity com.hack23.cia.model.common.impl.AbstractResource com.hack23.cia.model.application.impl.common.AbstractApplicationResource com.hack23.cia.model.application.impl.common.LanguageContent
@Entity public class LanguageContent
The Class LanguageContent.
Nested Class Summary | |
---|---|
static class |
LanguageContent.LanguageContentType
The Enum LanguageContentType. |
Constructor Summary | |
---|---|
LanguageContent()
Instantiates a new language content. |
Method Summary | |
---|---|
boolean |
getActiveByDefault()
Gets the active by default. |
String |
getContent()
Gets the content. |
String |
getContentPropertyName()
Gets the content property name. |
String |
getDescription()
Gets the description. |
Language |
getLanguage()
Gets the language. |
LanguageContent.LanguageContentType |
getLanguageContentType()
Gets the language content type. |
String |
getName()
Gets the name. |
int |
getUsageOrder()
Gets the usage order. |
void |
setActiveByDefault(boolean activeByDefault)
Sets the active by default. |
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(LanguageContent.LanguageContentType languageContentType)
Sets the language content type. |
void |
setName(String name)
Sets the name. |
void |
setUsageOrder(int usageOrder)
Sets the usage order. |
Methods inherited from class com.hack23.cia.model.common.impl.AbstractResource |
---|
getId, getResourceType, getVersion, setId, setResourceType, setVersion |
Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity |
---|
equals, 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.common.api.Resource |
---|
getResourceType, setResourceType |
Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject |
---|
getId, getVersion, isNew, setId, setVersion |
Constructor Detail |
---|
public LanguageContent()
Method Detail |
---|
public boolean getActiveByDefault()
public String getContent()
public String getContentPropertyName()
public String getDescription()
public Language getLanguage()
public LanguageContent.LanguageContentType getLanguageContentType()
public String getName()
public int getUsageOrder()
public void setActiveByDefault(boolean activeByDefault)
activeByDefault
- the new active by defaultpublic void setContent(String content)
content
- the new contentpublic void setContentPropertyName(String contentPropertyName)
contentPropertyName
- the new content property namepublic void setDescription(String description)
description
- the new descriptionpublic void setLanguage(Language language)
language
- the new languagepublic void setLanguageContentType(LanguageContent.LanguageContentType languageContentType)
languageContentType
- the new language content typepublic 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 |