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.


Constructor Summary
JDOExtension()
           
 
Method Summary
 Collection getExtensions()
           
 String getKey()
           
 String getValue()
           
 String getVendorName()
           
 void setKey(String key)
           
 void setValue(String value)
           
 void setVendorName(String vendorName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOExtension

public JDOExtension()
Method Detail

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 $