类 ReflectPropsHandler
- java.lang.Object
-
- org.sagacity.sqltoy.callback.ReflectPropsHandler
-
public abstract class ReflectPropsHandler extends Object
- 版本:
- v1.0,Date:2012-7-14
- 作者:
- zhongxuchen
-
-
构造器概要
构造器 构造器 说明 ReflectPropsHandler()
-
方法概要
所有方法 实例方法 抽象方法 具体方法 已过时的方法 修饰符和类型 方法 说明 HashMap<String,Integer>getPropertyIndexMap()Object[]getRowData()intgetRowIndex()ListgetRowList()ObjectgetValue(String property)booleaninitPropsIndexMap()判断propertyIndexMap是否已经完成初始化abstract voidprocess()抽象方法,需要由实现类实现具体逻辑voidsetEqualNull(Object value, String... properties)已过时。voidsetPropertyIndexMap(HashMap<String,Integer> propertyIndexMap)voidsetRowData(Object[] rowData)voidsetRowIndex(int rowIndex)voidsetRowList(List rowList)voidsetValue(String property, Object value)
-
-
-
方法详细资料
-
process
public abstract void process()
抽象方法,需要由实现类实现具体逻辑
-
getRowIndex
public int getRowIndex()
-
setRowIndex
public void setRowIndex(int rowIndex)
-
initPropsIndexMap
public boolean initPropsIndexMap()
判断propertyIndexMap是否已经完成初始化- 返回:
-
getRowData
public Object[] getRowData()
- 返回:
-
setRowData
public void setRowData(Object[] rowData)
- 参数:
rowData-
-
getRowList
public List getRowList()
- 返回:
- the rowList
-
setRowList
public void setRowList(List rowList)
- 参数:
rowList- the rowList to set
-
setEqualNull
@Deprecated public void setEqualNull(Object value, String... properties)
已过时。- 参数:
value-properties-
-
-