|
||||||||||
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 | |
---|---|
java.lang.String |
getClassName()
Get the path for acces to the Class resourceRss |
java.lang.String |
getKey()
Get resource rss type |
java.lang.String |
getTitle()
Get the title of the resourceRss type |
java.lang.String |
getTitleI18nKey()
Get title key of the resourceRss type |
void |
setClassName(java.lang.String className)
set the path for acces to the Class resourceRss |
void |
setKey(java.lang.String key)
Set the key of the resourceRss type |
void |
setTitle(java.lang.String title)
Set the title of the resourceRss type |
void |
setTitleI18nKey(java.lang.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 java.lang.String getKey()
getKey
in interface IResourceRssType
public void setKey(java.lang.String key)
setKey
in interface IResourceRssType
key
- title the key of the text typepublic java.lang.String getTitleI18nKey()
getTitleI18nKey
in interface IResourceRssType
public void setTitleI18nKey(java.lang.String title)
setTitleI18nKey
in interface IResourceRssType
title
- the title of the resourceRss typepublic java.lang.String getClassName()
getClassName
in interface IResourceRssType
public void setClassName(java.lang.String className)
setClassName
in interface IResourceRssType
className
- the path for acces to the Class resourceRsspublic java.lang.String getTitle()
getTitle
in interface IResourceRssType
public void setTitle(java.lang.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 |