|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.rss.ResourceRssType
public class ResourceRssType
Class ResourceRssType that provides the resources type for rss
Constructor Summary | |
---|---|
ResourceRssType()
|
Method Summary | |
---|---|
String |
getClassName()
Get the path for acces to the Class resourceRss |
String |
getKey()
Get resource rss type |
String |
getTitle()
Get the title of the resourceRss type |
String |
getTitleI18nKey()
Get title key of the resourceRss type |
void |
setClassName(String className)
set the path for acces to the Class resourceRss |
void |
setKey(String key)
Set the key of the resourceRss type |
void |
setTitle(String title)
Set the title of the resourceRss type |
void |
setTitleI18nKey(String title)
Set the I18n title key of the resourceRss type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceRssType()
Method Detail |
---|
public String getKey()
getKey
in interface IResourceRssType
public void setKey(String key)
setKey
in interface IResourceRssType
key
- title the key of the text typepublic String getTitleI18nKey()
getTitleI18nKey
in interface IResourceRssType
public void setTitleI18nKey(String title)
setTitleI18nKey
in interface IResourceRssType
title
- the title of the resourceRss typepublic String getClassName()
getClassName
in interface IResourceRssType
public void setClassName(String className)
setClassName
in interface IResourceRssType
className
- the path for acces to the Class resourceRsspublic String getTitle()
getTitle
in interface IResourceRssType
public void setTitle(String title)
setTitle
in interface IResourceRssType
title
- the title of the resourceRss type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |