it.amattioli.applicate.properties
Class PropertyWritabilityRetrieverImpl

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.properties.PropertyWritabilityRetrieverImpl
All Implemented Interfaces:
PropertyWritabilityRetriever

public class PropertyWritabilityRetrieverImpl
extends Object
implements PropertyWritabilityRetriever


Constructor Summary
PropertyWritabilityRetrieverImpl(Object bean)
           
 
Method Summary
 boolean isPropertyWritable(String propertyName)
           
 Method writableMethod(String propertyName)
           
static String writableProperty(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyWritabilityRetrieverImpl

public PropertyWritabilityRetrieverImpl(Object bean)
Method Detail

isPropertyWritable

public boolean isPropertyWritable(String propertyName)
Specified by:
isPropertyWritable in interface PropertyWritabilityRetriever

writableProperty

public static String writableProperty(String propertyName)

writableMethod

public Method writableMethod(String propertyName)
                      throws NoSuchMethodException
Throws:
NoSuchMethodException


Copyright © 2011. All Rights Reserved.