|
||||||||||
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.AgencyDto
public class AgencyDto
The Class AgencyDto.
Constructor Summary | |
---|---|
AgencyDto(Long id,
String name)
Instantiates a new agency dto. |
Method Summary | |
---|---|
Long |
getId()
Gets the id. |
Set<LanguageDto> |
getLanguages()
Gets the languages. |
String |
getName()
Gets the name. |
Set<PortalDto> |
getPortals()
Gets the portals. |
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgencyDto(Long id, String name)
id
- the idname
- the nameMethod Detail |
---|
public final Long getId()
public final Set<LanguageDto> getLanguages()
public final String getName()
public final Set<PortalDto> getPortals()
public final void setId(Long id)
id
- the new idpublic final void setName(String name)
name
- the new name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |