lumis.portal.page.link
Class PageLinkConfig

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

@StableMinor(version="6.1",
             sinceVersion="4.0")
public class PageLinkConfig
extends java.lang.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
 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

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 java.lang.String getId()
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Parameters:
id - The id to set.

getPageId

public java.lang.String getPageId()
Returns:
Returns the pageId.

setPageId

public void setPageId(java.lang.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 java.lang.String getWebsite()
Returns:
Returns the website.

setWebsite

public void setWebsite(java.lang.String website)
Parameters:
website - The website to set.

getChannelId

public java.lang.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(java.lang.String channelId)
Sets the channel for the page link.

Parameters:
channelId - The channelId to set.
Since:
5.0.0

setCapabilities

public void setCapabilities(java.lang.String capabilities)
Sets the capabilities.

Parameters:
capabilities - the capabilities to store.
Since:
6.0.0

setPriority

public void setPriority(int priority)
Sets the priority.

Parameters:
priority - the priority to store.
Since:
6.0.0

getCapabilities

public java.lang.String getCapabilities()
Returns the capabilities.

Returns:
the capabilities.
Since:
6.0.0

getPriority

public int getPriority()
Returns the priority of the page link.

Returns:
the priority.


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.