net.sf.hibernate.property
Interface Setter

All Known Implementing Classes:
BasicPropertyAccessor.BasicSetter, DirectPropertyAccessor.DirectSetter

public interface Setter

Sets values to a particular property

Author:
Gavin King

Method Summary
 Method getMethod()
          Optional operation (return null)
 String getMethodName()
          Optional operation (return null)
 void set(Object target, Object value)
          Set the property value from the given instance
 

Method Detail

set

public void set(Object target,
                Object value)
         throws HibernateException
Set the property value from the given instance

Throws:
HibernateException

getMethodName

public String getMethodName()
Optional operation (return null)


getMethod

public Method getMethod()
Optional operation (return null)