lumis.portal.page.link
Class PageLinkConfig

Package class diagram package PageLinkConfig
java.lang.Object
  extended by lumis.portal.page.link.PageLinkConfig

@StableMinor(version="5.5",
             sinceVersion="4.0")
public class PageLinkConfig
extends Object

Since:
4.0.0

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
 String getChannelId()
          The channel id for a page link applies only to the type 0.
 String getId()
           
 String getPageId()
           
 int getType()
           
 String getWebsite()
           
 void setChannelId(String channelId)
          Sets the channel for the page link.
 void setId(String id)
           
 void setPageId(String pageId)
           
 void setType(int type)
           
 void setWebsite(String website)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PageLinkConfig

public PageLinkConfig()
Method Detail

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.