|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.api.dto.common.AbstractDto
com.hack23.cia.model.api.dto.application.LanguageDto
public class LanguageDto
The Class LanguageDto.
| Constructor Summary | |
|---|---|
LanguageDto()
Instantiates a new language dto. |
|
LanguageDto(Long id,
boolean activeByDefault,
String name,
int usageOrder,
String shortCode)
Instantiates a new language dto. |
|
| Method Summary | |
|---|---|
boolean |
getActiveByDefault()
Gets the active by default. |
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
String |
getShortCode()
Gets the short code. |
int |
getUsageOrder()
Gets the usage order. |
void |
setActiveByDefault(boolean activeByDefault)
Sets the active by default. |
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setShortCode(String shortCode)
Sets the short code. |
void |
setUsageOrder(int usageOrder)
Sets the usage order. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LanguageDto()
public LanguageDto(Long id,
boolean activeByDefault,
String name,
int usageOrder,
String shortCode)
id - the idactiveByDefault - the active by defaultname - the nameusageOrder - the usage ordershortCode - the short code| Method Detail |
|---|
public final boolean getActiveByDefault()
public final Long getId()
public final String getName()
public final String getShortCode()
public final int getUsageOrder()
public final void setActiveByDefault(boolean activeByDefault)
activeByDefault - the new active by defaultpublic final void setId(Long id)
id - the new idpublic final void setName(String name)
name - the new namepublic final void setShortCode(String shortCode)
shortCode - the new short codepublic final void setUsageOrder(int usageOrder)
usageOrder - the new usage order
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||