org.richfaces.demo.gmap
Class Bean

java.lang.Object
  extended by org.richfaces.demo.gmap.Bean

public class Bean
extends java.lang.Object


Constructor Summary
Bean()
           
 
Method Summary
 java.lang.String getCurrentId()
           
 Place getCurrentPlace()
           
 java.lang.String getGmapkey()
           
 java.util.List<Place> getPoint()
           
 int getZoom()
           
 void setCurrentId(java.lang.String currentId)
           
 void setGmapkey(java.lang.String gmapkey)
           
 void setPoint(java.util.List<Place> point)
           
 void setZoom(int zoom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bean

public Bean()
Method Detail

getCurrentId

public java.lang.String getCurrentId()

setCurrentId

public void setCurrentId(java.lang.String currentId)

getPoint

public java.util.List<Place> getPoint()

setPoint

public void setPoint(java.util.List<Place> point)

getCurrentPlace

public Place getCurrentPlace()

getZoom

public int getZoom()

setZoom

public void setZoom(int zoom)

getGmapkey

public java.lang.String getGmapkey()

setGmapkey

public void setGmapkey(java.lang.String gmapkey)


Copyright © 2009. All Rights Reserved.