lumis.service.seo.sitemap
Class SitemapChannel

Package class diagram package SitemapChannel
java.lang.Object
  extended by lumis.service.seo.sitemap.SitemapChannel

public class SitemapChannel
extends Object

Stores information about which channels are used in a sitemap service instance.

Since:
5.0.0

Constructor Summary
SitemapChannel()
           
 
Method Summary
 String getChannelId()
          Returns the channel identifier.
 String getId()
          Returns the identifier.
 void setChannelId(String channelId)
          Sets the channel identifier.
 void setId(String id)
          Sets the identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemapChannel

public SitemapChannel()
Method Detail

getId

public String getId()
Returns the identifier.

Returns:
the identifier.
Since:
5.0.0

setId

public void setId(String id)
Sets the identifier.

Parameters:
id - the identifier value to set.
Since:
5.0.0

getChannelId

public String getChannelId()
Returns the channel identifier.

Returns:
the channel identifier.
Since:
5.0.0

setChannelId

public void setChannelId(String channelId)
Sets the channel identifier.

Parameters:
channelId - the channel identifier.
Since:
5.0.0


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