com.hack23.cia.model.api.dto.common
Interface LanguageContentDto

Package class diagram package LanguageContentDto
All Superinterfaces:
DataTransferObject, Serializable
All Known Implementing Classes:
LanguageContentDtoImpl

public interface LanguageContentDto
extends DataTransferObject

The Interface LanguageContentDto.


Method Summary
Modifier and Type Method and Description
 String getContent()
          Gets the content.
 String getContentPropertyName()
          Gets the content property name.
 String getDescription()
          Gets the description.
 Long getId()
          Gets the id.
 LanguageDto getLanguageDto()
          Gets the language dto.
 

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

getId

Long getId()
Gets the id.

Returns:
the id

getLanguageDto

LanguageDto getLanguageDto()
Gets the language dto.

Returns:
the language dto


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