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 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
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.