|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.api.dto.common.AbstractDto com.hack23.cia.model.api.dto.application.LanguageContentDto
public class LanguageContentDto
The Class LanguageContentDto.
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 |
---|
public LanguageContentDto(String content, String contentPropertyName, String description, LanguageDto languageDto, Long id)
content
- the contentcontentPropertyName
- the content property namedescription
- the descriptionlanguageDto
- the language dtoid
- the idMethod Detail |
---|
public final String getContent()
public final String getContentPropertyName()
public final String getDescription()
public final Long getId()
public final LanguageDto getLanguageDto()
public final void setContent(String content)
content
- the new contentpublic final void setContentPropertyName(String contentPropertyName)
contentPropertyName
- the new content property namepublic final void setDescription(String description)
description
- the new descriptionpublic final void setId(Long id)
id
- the new idpublic final void setLanguageDto(LanguageDto languageDto)
languageDto
- the new language dto
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |