com.hack23.cia.model.api.application
Interface LanguageData

Package class diagram package LanguageData
All Superinterfaces:
ApplicationResource, Configuration, ModelObject, PersistedModelObject, Resource, Serializable
All Known Implementing Classes:
Language

public interface LanguageData
extends Configuration

The Interface LanguageData.


Method Summary
 void addLanguageContentData(LanguageContentData languageContent)
          Adds the language content data.
 List<LanguageContentData> getLanguageContentsData()
          Gets the language contents data.
 String getName()
          Gets the name.
 String getShortCode()
          Gets the short code.
 void removeLanguageContentData(LanguageContentData languageContent)
          Removes the language content data.
 void setShortCode(String string)
          Sets the short code.
 
Methods inherited from interface com.hack23.cia.model.api.application.Configuration
getActiveByDefault, getUsageOrder, setActiveByDefault, setName, setUsageOrder
 
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
 

Method Detail

addLanguageContentData

void addLanguageContentData(LanguageContentData languageContent)
Adds the language content data.

Parameters:
languageContent - the language content

getLanguageContentsData

List<LanguageContentData> getLanguageContentsData()
Gets the language contents data.

Returns:
the language contents data

getName

String getName()
Description copied from interface: Configuration
Gets the name.

Specified by:
getName in interface Configuration
Returns:
the name

getShortCode

String getShortCode()
Gets the short code.

Returns:
the short code

removeLanguageContentData

void removeLanguageContentData(LanguageContentData languageContent)
Removes the language content data.

Parameters:
languageContent - the language content

setShortCode

void setShortCode(String string)
Sets the short code.

Parameters:
string - the new short code


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.