com.sun.xml.ws.db.glassfish
Class RawAccessorWrapper

java.lang.Object
  extended by com.sun.xml.ws.db.glassfish.RawAccessorWrapper
All Implemented Interfaces:
PropertyAccessor

public class RawAccessorWrapper
extends Object
implements PropertyAccessor


Constructor Summary
RawAccessorWrapper(com.sun.xml.bind.api.RawAccessor a)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object get(Object bean)
          Gets the value of the property of the given bean object.
 int hashCode()
           
 void set(Object bean, Object value)
          Sets the value of the property of the given bean object.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RawAccessorWrapper

public RawAccessorWrapper(com.sun.xml.bind.api.RawAccessor a)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

get

public Object get(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 Object

set

public void set(Object bean,
                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 String toString()
Overrides:
toString in class Object


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.