com.ibatis.common.beans
Class PropertyAccessPlan.PlanItem

java.lang.Object
  extended by com.ibatis.common.beans.PropertyAccessPlan.PlanItem
Enclosing class:
PropertyAccessPlan

private static class PropertyAccessPlan.PlanItem
extends java.lang.Object


Field Summary
(package private)  java.lang.String fullPropertyName
           
(package private)  java.lang.reflect.Method method
           
(package private)  java.lang.String methodName
           
(package private)  int propertyIndex
           
(package private)  java.lang.String propertyName
           
(package private)  java.lang.Class type
           
 
Constructor Summary
private PropertyAccessPlan.PlanItem()
           
 
Method Summary
 PropertyAccessPlan.PlanItem copy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fullPropertyName

java.lang.String fullPropertyName

propertyName

java.lang.String propertyName

propertyIndex

int propertyIndex

type

java.lang.Class type

method

java.lang.reflect.Method method

methodName

java.lang.String methodName
Constructor Detail

PropertyAccessPlan.PlanItem

private PropertyAccessPlan.PlanItem()
Method Detail

copy

public PropertyAccessPlan.PlanItem copy()