lumis.portal.page.link
Class PageLinkConfig
java.lang.Object
lumis.portal.page.link.PageLinkConfig
@StableMinor(version="5.5",
sinceVersion="4.0")
public class PageLinkConfig
- extends Object
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGE_LINK_TYPE_LOGIN
public static final int PAGE_LINK_TYPE_LOGIN
- See Also:
- Constant Field Values
PAGE_LINK_TYPE_HOME_PAGE
public static final int PAGE_LINK_TYPE_HOME_PAGE
- See Also:
- Constant Field Values
PAGE_LINK_TYPE_ADMINISTRATION
public static final int PAGE_LINK_TYPE_ADMINISTRATION
- See Also:
- Constant Field Values
PageLinkConfig
public PageLinkConfig()
getId
public String getId()
- Returns:
- Returns the id.
setId
public void setId(String id)
- Parameters:
id
- The id to set.
getPageId
public String getPageId()
- Returns:
- Returns the pageId.
setPageId
public void setPageId(String pageId)
- Parameters:
pageId
- The pageId to set.
getType
public int getType()
- Returns:
- Returns the type.
setType
public void setType(int type)
- Parameters:
type
- The type to set.
getWebsite
public String getWebsite()
- Returns:
- Returns the website.
setWebsite
public void setWebsite(String website)
- Parameters:
website
- The website to set.
getChannelId
public String getChannelId()
- The channel id for a page link applies only to the type 0.
- Returns:
- Returns the channelId
- Since:
- 5.0.0
setChannelId
public void setChannelId(String channelId)
- Sets the channel for the page link.
- Parameters:
channelId
- The channelId to set.- Since:
- 5.0.0
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.