|
||||||||||
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.PortalDto
public class PortalDto
The Class PortalDto.
Constructor Summary | |
---|---|
PortalDto()
Instantiates a new portal dto. |
|
PortalDto(Long id,
boolean activeByDefault,
String name,
int usageOrder,
String matchesUrl,
String titleDescription)
Instantiates a new portal dto. |
Method Summary | |
---|---|
boolean |
getActiveByDefault()
Gets the active by default. |
Long |
getId()
Gets the id. |
String |
getMatchesUrl()
Gets the matches url. |
String |
getName()
Gets the name. |
String |
getTitleDescription()
Gets the title description. |
int |
getUsageOrder()
Gets the usage order. |
void |
setActiveByDefault(boolean activeByDefault)
Sets the active by default. |
void |
setId(Long id)
Sets the id. |
void |
setMatchesUrl(String matchesUrl)
Sets the matches url. |
void |
setName(String name)
Sets the name. |
void |
setTitleDescription(String titleDescription)
Sets the title description. |
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 PortalDto()
public PortalDto(Long id, boolean activeByDefault, String name, int usageOrder, String matchesUrl, String titleDescription)
id
- the idactiveByDefault
- the active by defaultname
- the nameusageOrder
- the usage ordermatchesUrl
- the matches urltitleDescription
- the title descriptionMethod Detail |
---|
public final boolean getActiveByDefault()
public final Long getId()
public final String getMatchesUrl()
public final String getName()
public final String getTitleDescription()
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 setMatchesUrl(String matchesUrl)
matchesUrl
- the new matches urlpublic final void setName(String name)
name
- the new namepublic final void setTitleDescription(String titleDescription)
titleDescription
- the new title descriptionpublic 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 |