org.apache.jdo.impl.model.jdo
Class JDOExtensionImpl

java.lang.Object
  extended by org.apache.jdo.impl.model.jdo.JDOExtensionImpl
All Implemented Interfaces:
JDOExtension

public class JDOExtensionImpl
extends java.lang.Object
implements JDOExtension

An instance of this class represents a JDO vendor specific extension.

Author:
Michael Bouschen

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
 

Constructor Detail

JDOExtensionImpl

public JDOExtensionImpl()
Method Detail

getVendorName

public java.lang.String getVendorName()
Returns the vendor name of this vendor extension.

Specified by:
getVendorName in interface JDOExtension

setVendorName

public void setVendorName(java.lang.String vendorName)
Sets the vendor name for this vendor extension.

Specified by:
setVendorName in interface JDOExtension

getKey

public java.lang.String getKey()
Returns the key of this vendor extension.

Specified by:
getKey in interface JDOExtension

setKey

public void setKey(java.lang.String key)
Sets the key for this vendor extension.

Specified by:
setKey in interface JDOExtension

getValue

public java.lang.Object getValue()
Returns the value of this vendor extension.

Specified by:
getValue in interface JDOExtension

setValue

public void setValue(java.lang.Object value)
Sets the value for this vendor extension.

Specified by:
setValue in interface JDOExtension


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.