com.hack23.cia.model.api.dto.application
Class LanguageContentDto

Package class diagram package LanguageContentDto
java.lang.Object
  extended by com.hack23.cia.model.api.dto.common.AbstractDto
      extended by com.hack23.cia.model.api.dto.application.LanguageContentDto
All Implemented Interfaces:
DataTransferObject, Serializable

public class LanguageContentDto
extends AbstractDto

The Class LanguageContentDto.

See Also:
Serialized Form

Constructor Summary
LanguageContentDto(String content, String contentPropertyName, String description, LanguageDto languageDto, Long id)
          Instantiates a new language content dto.
 
Method Summary
 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.
 void setContent(String content)
          Sets the content.
 void setContentPropertyName(String contentPropertyName)
          Sets the content property name.
 void setDescription(String description)
          Sets the description.
 void setId(Long id)
          Sets the id.
 void setLanguageDto(LanguageDto languageDto)
          Sets the language dto.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageContentDto

public LanguageContentDto(String content,
                          String contentPropertyName,
                          String description,
                          LanguageDto languageDto,
                          Long id)
Instantiates a new language content dto.

Parameters:
content - the content
contentPropertyName - the content property name
description - the description
languageDto - the language dto
id - the id
Method Detail

getContent

public final String getContent()
Gets the content.

Returns:
the content

getContentPropertyName

public final String getContentPropertyName()
Gets the content property name.

Returns:
the content property name

getDescription

public final String getDescription()
Gets the description.

Returns:
the description

getId

public final Long getId()
Gets the id.

Returns:
the id

getLanguageDto

public final LanguageDto getLanguageDto()
Gets the language dto.

Returns:
the language dto

setContent

public final void setContent(String content)
Sets the content.

Parameters:
content - the new content

setContentPropertyName

public final void setContentPropertyName(String contentPropertyName)
Sets the content property name.

Parameters:
contentPropertyName - the new content property name

setDescription

public final void setDescription(String description)
Sets the description.

Parameters:
description - the new description

setId

public final void setId(Long id)
Sets the id.

Parameters:
id - the new id

setLanguageDto

public final void setLanguageDto(LanguageDto languageDto)
Sets the language dto.

Parameters:
languageDto - the new language dto


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