org.apache.openjpa.lib.xml
Class Location

java.lang.Object
  extended by org.apache.openjpa.lib.xml.Location

public class Location
extends Object

Author:
Stephen Kim

Constructor Summary
Location()
           
Location(boolean nullOnNoLocator)
           
 
Method Summary
 String getLocation()
           
 String getLocation(String format)
          for customized responses
 Locator getLocator()
           
 boolean isNullOnNoLocator()
           
 void setLocator(Locator locator)
           
 void setNullOnNoLocator(boolean val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location()

Location

public Location(boolean nullOnNoLocator)
Method Detail

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.