public class MapItem extends Object implements ItemMethod
| 构造器和说明 |
|---|
MapItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnName() |
Method[] |
getKeyMethod() |
String |
getKeyProperty() |
String |
getName() |
String |
getObjectName() |
String |
getSqlcountitem() |
String |
getSqlitem() |
String |
getSqlType() |
Method |
getValueMethod() |
String |
getValueProperty() |
boolean |
isUpdate() |
void |
setColumnName(String columnName) |
void |
setKeyProperty(String keyProperty) |
void |
setName(String name) |
void |
setObjectName(String objectName) |
void |
setSqlitem(String sqlitem) |
void |
setSqlType(String sqlType) |
void |
setUpdate(boolean update) |
void |
setValueProperty(String valueProperty) |
String |
toString() |
public boolean isUpdate()
public void setUpdate(boolean update)
public String getColumnName()
public void setColumnName(String columnName)
public String getName()
public void setName(String name)
name - the name to setpublic String getSqlitem()
public void setSqlitem(String sqlitem)
sqlitem - the sqlitem to setpublic String getSqlType()
public void setSqlType(String sqlType)
sqlType - the sqlType to setpublic String getKeyProperty()
public void setKeyProperty(String keyProperty)
keyProperty - the keyProperty to setpublic String getValueProperty()
public void setValueProperty(String valueProperty)
valueProperty - the valueProperty to setpublic String getObjectName()
public void setObjectName(String objectName)
objectName - the objectName to setpublic Method[] getKeyMethod()
getKeyMethod 在接口中 ItemMethodpublic Method getValueMethod()
public String getSqlcountitem()
Copyright © 2022. All rights reserved.