lumis.portal.page.link
Class PageLinkConfig
java.lang.Object
lumis.portal.page.link.PageLinkConfig
@StableMinor(version="4.1",
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.
Lumisportal 4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.