OptaPlanner core 6.0.1.Final

org.optaplanner.core.impl.domain.common
Interface PropertyAccessor

All Known Implementing Classes:
ReflectionPropertyAccessor

public interface PropertyAccessor


Method Summary
 Object executeGetter(Object bean)
           
 void executeSetter(Object bean, Object value)
           
 String getName()
           
 Class<?> getPropertyType()
           
 Method getReadMethod()
           
 Method getWriteMethod()
           
 

Method Detail

getName

String getName()

getPropertyType

Class<?> getPropertyType()

getReadMethod

Method getReadMethod()

getWriteMethod

Method getWriteMethod()

executeGetter

Object executeGetter(Object bean)

executeSetter

void executeSetter(Object bean,
                   Object value)

OptaPlanner core 6.0.1.Final

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.