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

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

public interface LanguageData
extends Content, UsageOrder

The Interface LanguageData.


Method Summary
Modifier and Type Method and Description
 void addLanguageContentData(LanguageContentData languageContent)
          Adds the language content data.
 boolean getActiveByDefault()
          Gets the active by default.
 List<LanguageContentData> getLanguageContentsData()
          Gets the language contents data.
 String getName()
          Gets the name.
 String getShortCode()
          Gets the short code.
 int getUsageOrder()
          Gets the usage order.
 void removeLanguageContentData(LanguageContentData languageContent)
          Removes the language content data.
 void setName(String string)
          Sets the name.
 void setShortCode(String string)
          Sets the short code.
 
Methods inherited from interface com.hack23.cia.model.api.application.control.UsageOrder
setActiveByDefault, 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

getActiveByDefault

boolean getActiveByDefault()
Description copied from interface: UsageOrder
Gets the active by default.

Specified by:
getActiveByDefault in interface UsageOrder
Returns:
the active by default

getLanguageContentsData

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

Returns:
the language contents data

getName

String getName()
Gets the name.

Returns:
the name

getShortCode

String getShortCode()
Gets the short code.

Returns:
the short code

getUsageOrder

int getUsageOrder()
Description copied from interface: UsageOrder
Gets the usage order.

Specified by:
getUsageOrder in interface UsageOrder
Returns:
the usage order

removeLanguageContentData

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

Parameters:
languageContent - the language content

setName

void setName(String string)
Sets the name.

Parameters:
string - the new name

setShortCode

void setShortCode(String string)
Sets the short code.

Parameters:
string - the new short code


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