|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.model.jdo.JDOExtensionImpl
An instance of this class represents a JDO vendor specific extension.
Field Summary | |
private java.lang.String |
key
Property key. |
private java.lang.Object |
value
Property value. |
private java.lang.String |
vendorName
Property vendorName. |
Constructor Summary | |
JDOExtensionImpl()
|
Method Summary | |
java.lang.String |
getKey()
Returns the key of this vendor extension. |
java.lang.Object |
getValue()
Returns the value of this vendor extension. |
java.lang.String |
getVendorName()
Returns the vendor name of this vendor extension. |
void |
setKey(java.lang.String key)
Sets the key for this vendor extension. |
void |
setValue(java.lang.Object value)
Sets the value for this vendor extension. |
void |
setVendorName(java.lang.String vendorName)
Sets the vendor name for this vendor extension. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String vendorName
private java.lang.String key
private java.lang.Object value
Constructor Detail |
public JDOExtensionImpl()
Method Detail |
public java.lang.String getVendorName()
getVendorName
in interface JDOExtension
public void setVendorName(java.lang.String vendorName)
setVendorName
in interface JDOExtension
public java.lang.String getKey()
getKey
in interface JDOExtension
public void setKey(java.lang.String key)
setKey
in interface JDOExtension
public java.lang.Object getValue()
getValue
in interface JDOExtension
public void setValue(java.lang.Object value)
setValue
in interface JDOExtension
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |