Package com.sun.xml.ws.db.glassfish
Class RawAccessorWrapper
java.lang.Object
com.sun.xml.ws.db.glassfish.RawAccessorWrapper
- All Implemented Interfaces:
PropertyAccessor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RawAccessorWrapper
-
-
Method Details
-
equals
-
get
Description copied from interface:PropertyAccessor
Gets the value of the property of the given bean object.- Specified by:
get
in interfacePropertyAccessor
- Parameters:
bean
- must not be null.- Throws:
DatabindingException
- if failed to set a value. For example, the getter method may throw an exception.
-
hashCode
public int hashCode() -
set
Description copied from interface:PropertyAccessor
Sets the value of the property of the given bean object.- Specified by:
set
in interfacePropertyAccessor
- Parameters:
bean
- must not be null.value
- the value to be set. Setting value to null means resetting to the VM default value (even for primitive properties.)- Throws:
DatabindingException
- if failed to set a value. For example, the setter method may throw an exception.
-
toString
-