net.sf.tacos.components.maps
Class GMapLicense

java.lang.Object
  extended by net.sf.tacos.components.maps.GMapLicense

public class GMapLicense
extends Object

Author:
Andreas Andreou

Constructor Summary
GMapLicense()
           
 
Method Summary
 String getKey()
          Get the license key
 String getUrl()
          Get the url for this license key
 void setKey(String key)
          Set the license key
 void setUrl(String url)
          Set the url for this license key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMapLicense

public GMapLicense()
Method Detail

getKey

public String getKey()
Get the license key


setKey

public void setKey(String key)
Set the license key


getUrl

public String getUrl()
Get the url for this license key


setUrl

public void setUrl(String url)
Set the url for this license key