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

Package class diagram package LanguageContentData
All Superinterfaces:
ApplicationResource, Content, ModelObject, PersistedModelObject, Resource, Serializable
All Known Implementing Classes:
LanguageContent

public interface LanguageContentData
extends Content

The Interface LanguageContentData.


Method Summary
 String getContent()
          Gets the content.
 String getContentPropertyName()
          Gets the content property name.
 String getDescription()
          Gets the description.
 LanguageData getLanguageData()
          Gets the language data.
 void setContent(String content)
          Sets the content.
 void setContentPropertyName(String key)
          Sets the content property name.
 void setDescription(String string)
          Sets the description.
 void setLanguageContentType(LanguageContentType agency)
          Sets the language content type.
 void setLanguageData(LanguageData language)
          Sets the language data.
 
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

getContent

String getContent()
Gets the content.

Returns:
the content

getContentPropertyName

String getContentPropertyName()
Gets the content property name.

Returns:
the content property name

getDescription

String getDescription()
Gets the description.

Returns:
the description

getLanguageData

LanguageData getLanguageData()
Gets the language data.

Returns:
the language data

setContent

void setContent(String content)
Sets the content.

Parameters:
content - the new content

setContentPropertyName

void setContentPropertyName(String key)
Sets the content property name.

Parameters:
key - the new content property name

setDescription

void setDescription(String string)
Sets the description.

Parameters:
string - the new description

setLanguageContentType

void setLanguageContentType(LanguageContentType agency)
Sets the language content type.

Parameters:
agency - the new language content type

setLanguageData

void setLanguageData(LanguageData language)
Sets the language data.

Parameters:
language - the new language data


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