|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.service.seo.sitemap.SitemapChannel
public class SitemapChannel
Stores information about which channels are used in a sitemap service instance.
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 |
---|
public SitemapChannel()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- the identifier value to set.public String getChannelId()
public void setChannelId(String channelId)
channelId
- the channel identifier.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |