com.sun.xml.ws.db.glassfish
Class RawAccessorWrapper
java.lang.Object
com.sun.xml.ws.db.glassfish.RawAccessorWrapper
- All Implemented Interfaces:
- PropertyAccessor
public class RawAccessorWrapper
- extends java.lang.Object
- implements PropertyAccessor
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
get(java.lang.Object bean)
Gets the value of the property of the given bean object. |
int |
hashCode()
|
void |
set(java.lang.Object bean,
java.lang.Object value)
Sets the value of the property of the given bean object. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
RawAccessorWrapper
public RawAccessorWrapper(com.sun.xml.bind.api.RawAccessor a)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
get
public java.lang.Object get(java.lang.Object bean)
throws DatabindingException
- Description copied from interface:
PropertyAccessor
- Gets the value of the property of the given bean object.
- Specified by:
get in interface PropertyAccessor
- Parameters:
bean - must not be null.
- Throws:
DatabindingException
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
set
public void set(java.lang.Object bean,
java.lang.Object value)
throws DatabindingException
- Description copied from interface:
PropertyAccessor
- Sets the value of the property of the given bean object.
- Specified by:
set in interface PropertyAccessor
- 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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.