|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.page.link.PageLinkConfig
@StableMinor(version="6.1", sinceVersion="4.0") public class PageLinkConfig
Field Summary | |
---|---|
static int |
PAGE_LINK_TYPE_ADMINISTRATION
|
static int |
PAGE_LINK_TYPE_HOME_PAGE
|
static int |
PAGE_LINK_TYPE_LOGIN
|
Constructor Summary | |
---|---|
PageLinkConfig()
|
Method Summary | |
---|---|
java.lang.String |
getCapabilities()
Returns the capabilities. |
java.lang.String |
getChannelId()
The channel id for a page link applies only to the type 0. |
java.lang.String |
getId()
|
java.lang.String |
getPageId()
|
int |
getPriority()
Returns the priority of the page link. |
int |
getType()
|
java.lang.String |
getWebsite()
|
void |
setCapabilities(java.lang.String capabilities)
Sets the capabilities. |
void |
setChannelId(java.lang.String channelId)
Sets the channel for the page link. |
void |
setId(java.lang.String id)
|
void |
setPageId(java.lang.String pageId)
|
void |
setPriority(int priority)
Sets the priority. |
void |
setType(int type)
|
void |
setWebsite(java.lang.String website)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PAGE_LINK_TYPE_LOGIN
public static final int PAGE_LINK_TYPE_HOME_PAGE
public static final int PAGE_LINK_TYPE_ADMINISTRATION
Constructor Detail |
---|
public PageLinkConfig()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to set.public java.lang.String getPageId()
public void setPageId(java.lang.String pageId)
pageId
- The pageId to set.public int getType()
public void setType(int type)
type
- The type to set.public java.lang.String getWebsite()
public void setWebsite(java.lang.String website)
website
- The website to set.public java.lang.String getChannelId()
public void setChannelId(java.lang.String channelId)
channelId
- The channelId to set.public void setCapabilities(java.lang.String capabilities)
capabilities
- the capabilities to store.public void setPriority(int priority)
priority
- the priority to store.public java.lang.String getCapabilities()
public int getPriority()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |