public class JDOExtensionImpl extends java.lang.Object implements JDOExtension
| Constructor and Description |
|---|
JDOExtensionImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.String getVendorName()
getVendorName in interface JDOExtensionpublic void setVendorName(java.lang.String vendorName)
setVendorName in interface JDOExtensionpublic java.lang.String getKey()
getKey in interface JDOExtensionpublic void setKey(java.lang.String key)
setKey in interface JDOExtensionpublic java.lang.Object getValue()
getValue in interface JDOExtensionpublic void setValue(java.lang.Object value)
setValue in interface JDOExtensionCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.