|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.MapProvider
public class MapProvider
MapProvider
Constructor Summary | |
---|---|
MapProvider()
|
Method Summary | |
---|---|
java.lang.String |
getDisplayedName()
Gets the displayed name |
java.lang.String |
getHtmlCode()
Gets the html code |
java.lang.String |
getKey()
Gets the key. |
void |
setDisplayedName(java.lang.String displayedName)
Set the displayed name |
void |
setHtmlCode(java.lang.String htmlCode)
Sets the html code |
void |
setKey(java.lang.String key)
Sets the key |
fr.paris.lutece.util.ReferenceItem |
toRefItem()
Builds a new ReferenceItem for the map provider |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapProvider()
Method Detail |
---|
public java.lang.String getKey()
getKey
in interface IMapProvider
public void setKey(java.lang.String key)
key
- the keypublic java.lang.String getDisplayedName()
getDisplayedName
in interface IMapProvider
public void setDisplayedName(java.lang.String displayedName)
displayedName
- the displayed namepublic java.lang.String getHtmlCode()
getHtmlCode
in interface IMapProvider
public void setHtmlCode(java.lang.String htmlCode)
htmlCode
- the html codepublic fr.paris.lutece.util.ReferenceItem toRefItem()
ReferenceItem
for the map provider
toRefItem
in interface IMapProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |