org.hibernate.property
Class Dom4jAccessor.Dom4jSetter
java.lang.Object
org.hibernate.property.Dom4jAccessor.Dom4jSetter
- All Implemented Interfaces:
- Serializable, Setter
- Direct Known Subclasses:
- Dom4jAccessor.AttributeSetter, Dom4jAccessor.ElementAttributeSetter, Dom4jAccessor.ElementSetter, Dom4jAccessor.TextSetter
- Enclosing class:
- Dom4jAccessor
public abstract static class Dom4jAccessor.Dom4jSetter
- extends Object
- implements Setter
- See Also:
- Serialized Form
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 |
propertyType
protected final Type propertyType
getMethodName
public String getMethodName()
- Optional operation (return null)
- Specified by:
getMethodName
in interface Setter
getMethod
public Method getMethod()
- Optional operation (return null)
- Specified by:
getMethod
in interface Setter