org.xorm.util.jdoxml
Class JDOExtension
java.lang.Object
|
+--org.xorm.util.jdoxml.JDOExtension
- public class JDOExtension
- extends Object
Represents a JDO XML extension declaration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDOExtension
public JDOExtension()
getVendorName
public String getVendorName()
setVendorName
public void setVendorName(String vendorName)
getKey
public String getKey()
setKey
public void setKey(String key)
getValue
public String getValue()
setValue
public void setValue(String value)
getExtensions
public Collection getExtensions()
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/util/jdoxml/JDOExtension.html,v 1.6 2004/05/30 08:55:10 wbiggs Exp $