com.hack23.cia.model.application.impl.common
Class Language
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.AbstractAgencyConfiguration
com.hack23.cia.model.application.impl.common.Language
- All Implemented Interfaces:
- Configuration, ApplicationResource, ModelObject, PersistedModelObject, Resource, Serializable
@Entity
public class Language
- extends AbstractAgencyConfiguration
The Class Language.
- See Also:
- Serialized Form
Constructor Summary |
Language()
Instantiates a new language. |
SWEDISH_LANGUAGE_CODE
public static final String SWEDISH_LANGUAGE_CODE
- The Constant SWEDISH_LANGUAGE_CODE.
- See Also:
- Constant Field Values
Language
public Language()
- Instantiates a new language.
getLanguageContents
public List<LanguageContent> getLanguageContents()
- Gets the language contents.
- Returns:
- the language contents
getShortCode
public String getShortCode()
- Gets the short code.
- Returns:
- the short code
setLanguageContents
public void setLanguageContents(List<LanguageContent> languageContents)
- Sets the language contents.
- Parameters:
languageContents
- the new language contents
setShortCode
public void setShortCode(String shortCode)
- Sets the short code.
- Parameters:
shortCode
- the new short code
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.