org.hibernate.property
Class Dom4jAccessor.Dom4jSetter

java.lang.Object
  extended by org.hibernate.property.Dom4jAccessor.Dom4jSetter
All Implemented Interfaces:
java.io.Serializable, Setter
Direct Known Subclasses:
Dom4jAccessor.AttributeSetter, Dom4jAccessor.ElementAttributeSetter, Dom4jAccessor.ElementSetter, Dom4jAccessor.TextSetter
Enclosing class:
Dom4jAccessor

public abstract static class Dom4jAccessor.Dom4jSetter
extends java.lang.Object
implements Setter

See Also:
Serialized Form

Field Summary
protected  Type propertyType
           
 
Method Summary
 java.lang.reflect.Method getMethod()
          Optional operation (return null)
 java.lang.String getMethodName()
          Optional operation (return null)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.hibernate.property.Setter
set
 

Field Detail

propertyType

protected final Type propertyType
Method Detail

getMethodName

public java.lang.String getMethodName()
Optional operation (return null)

Specified by:
getMethodName in interface Setter

getMethod

public java.lang.reflect.Method getMethod()
Optional operation (return null)

Specified by:
getMethod in interface Setter


Copyright © 2008 Hibernate.org. All Rights Reserved.