ubiware.rdf2bean.social
Class GeoLocation

java.lang.Object
  extended by ubiware.rdf2bean.core.RDFResource
      extended by ubiware.rdf2bean.social.GeoLocation

public class GeoLocation
extends RDFResource


Field Summary
static java.lang.String handledResource
           
 
Fields inherited from class ubiware.rdf2bean.core.RDFResource
properties
 
Constructor Summary
GeoLocation(java.lang.String resourceURI, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> props, Storage s)
           
 
Method Summary
 double getHasLatitude()
           
 double getHasLongitude()
           
 void setHasLatitude(double hasLatitude)
           
 void setHasLongitude(double hasLongitude)
           
 java.lang.String toString()
           
 
Methods inherited from class ubiware.rdf2bean.core.RDFResource
equals, getResourceURI, getSingleResourceValue, getSingleStringValue, getStorage, getUri, giveMeResourceInstance, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

handledResource

public static java.lang.String handledResource
Constructor Detail

GeoLocation

public GeoLocation(java.lang.String resourceURI,
                   java.util.Map<java.lang.String,java.util.Set<java.lang.String>> props,
                   Storage s)
Method Detail

getHasLatitude

public double getHasLatitude()

setHasLatitude

public void setHasLatitude(double hasLatitude)

getHasLongitude

public double getHasLongitude()

setHasLongitude

public void setHasLongitude(double hasLongitude)

toString

public java.lang.String toString()
Overrides:
toString in class RDFResource