org.apache.openjpa.lib.xml
Class Location
java.lang.Object
  
org.apache.openjpa.lib.xml.Location
public class Location
- extends Object
 
- Author:
 
  - Stephen Kim
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Location
public Location()
Location
public Location(boolean nullOnNoLocator)
getLocation
public String getLocation(String format)
- for customized responses
 
 
getLocation
public String getLocation()
 
setLocator
public void setLocator(Locator locator)
 
getLocator
public Locator getLocator()
 
setNullOnNoLocator
public void setNullOnNoLocator(boolean val)
 
isNullOnNoLocator
public boolean isNullOnNoLocator()
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.