public class BeanCellMapping extends Object
Constructor and Description |
---|
BeanCellMapping() |
BeanCellMapping(int rowNum,
short cellNum,
String fullPropertyName) |
BeanCellMapping(int rowNum,
short cellNum,
String beanKey,
String propertyName) |
BeanCellMapping(String cell,
String fullPropertyName) |
BeanCellMapping(String cell,
String beanKey,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
String |
getBeanKey() |
String |
getCell() |
String |
getCellName() |
short |
getCol() |
String |
getFullPropertyName() |
String |
getPropertyName() |
Class |
getPropertyType(Map beans) |
int |
getRow() |
String |
getType() |
boolean |
isNullAllowed() |
void |
populateBean(String dataString,
Map beans) |
void |
setBeanKey(String beanKey) |
void |
setCell(String cell) |
void |
setCol(short col) |
protected void |
setConvertUtilsProvider(ConvertUtilsBeanProvider convertUtilsBeanProvider) |
void |
setFullPropertyName(String fullPropertyName) |
void |
setNullAllowed(boolean nullAllowed) |
void |
setPropertyName(String propertyName) |
void |
setRow(int row) |
void |
setType(String type) |
String |
toString() |
public BeanCellMapping(int rowNum, short cellNum, String fullPropertyName)
public BeanCellMapping(int rowNum, short cellNum, String beanKey, String propertyName)
public BeanCellMapping()
protected void setConvertUtilsProvider(ConvertUtilsBeanProvider convertUtilsBeanProvider)
public String getBeanKey()
public void setBeanKey(String beanKey)
public String getFullPropertyName()
public void setFullPropertyName(String fullPropertyName)
public int getRow()
public void setRow(int row)
public short getCol()
public void setCol(short col)
public String getCell()
public void setCell(String cell)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getType()
public void setType(String type)
public boolean isNullAllowed()
public void setNullAllowed(boolean nullAllowed)
public void populateBean(String dataString, Map beans) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException, ClassNotFoundException
public Class getPropertyType(Map beans) throws NoSuchMethodException, IllegalAccessException, InvocationTargetException, ClassNotFoundException
public String getCellName()
Copyright © 2019. All rights reserved.