public abstract class Field extends TableModel implements Serializable
_fieldValue_cmdKey| Constructor and Description |
|---|
Field() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
清除数据的方法
|
boolean |
equals(Field field)
比较字段
|
int |
getCmdKey()
操作编码
|
String |
getComment() |
String |
getDefauleValue() |
int |
getDisplaySize() |
String |
getName() |
int |
getPosition() |
int |
getPrecision() |
int |
getScale() |
String |
getStereoType() |
int |
getType() |
boolean |
isAddComment() |
boolean |
isNullAble() |
boolean |
isUnique() |
boolean |
set(ResultSet rs)
根据结果集设定表单的单一记录数据的初始化
|
void |
setAddComment(boolean addComment) |
void |
setCmdKey(int cmdKey)
操作编码
|
void |
setComment(String comment) |
void |
setDefauleValue(String defauleValue) |
void |
setDisplaySize(int displaySize) |
void |
setName(String name) |
void |
setNullAble(boolean nullAble) |
void |
setPosition(int position) |
void |
setPrecision(int precision) |
void |
setScale(int scale) |
void |
setStereoType(String stereoType) |
void |
setType(int type) |
void |
setUnique(boolean unique) |
String |
toString() |
String |
toString(String specDelimiterRecord)
将表数据按照指定的分隔符输出
|
String |
toType() |
getExceptionString, getValueList, getValueListByKey, put, putPropertiesgetKeyRemoveID, getKeyRemoveID, getKeyRemoveStruture, getKeyRemoveStruture, getKeyValue, getKeyValueRemoveID, getKeyValueRemoveID, getKeyValueRemoveStructure, getKeyValueRemoveStructure, getMapData, getMapID, getMapRemoveID, getMapRemoveStructure, getValueStr, getValueStr, invokeGetdeepCopy, fieldContains, getDataWhere, getDelimiterNameValue, getDelimiterRecord, getDyn_data, getGrant, getMsg, getRowNum, getStructureFieldNames, getTableIDFieldName, getTableIDFieldNames, getTableName, getUdfParMap, getUdfParMapInitialize, getValue, methodContains, put, setDataWhere, setDelimiterNameValue, setDelimiterRecord, setDyn_data, setGrant, setMsg, setRowNum, setStructureFieldNames, setTableIDFieldName, setTableIDFieldNames, setTableName, setUdfParMappublic void clear()
Model_rootclear in class Model_rootpublic boolean set(ResultSet rs) throws Exception
Model_rootset in class Model_rootrs - 输入结果集Exception - 可能的异常public String toString()
toString in class Model_rootpublic String toString(String specDelimiterRecord)
Model_roottoString in class Model_rootspecDelimiterRecord - 数据间特殊的分隔符public String toType()
public boolean equals(Field field)
field - 字段public int getPosition()
public void setPosition(int position)
public String getName()
public void setName(String name)
public String getComment()
public void setComment(String comment)
public int getType()
public void setType(int type)
public int getPrecision()
public void setPrecision(int precision)
public String getStereoType()
public void setStereoType(String stereoType)
public String getDefauleValue()
public void setDefauleValue(String defauleValue)
public boolean isNullAble()
public void setNullAble(boolean nullAble)
public boolean isUnique()
public void setUnique(boolean unique)
public int getCmdKey()
Model_rootgetCmdKey in class Model_rootpublic void setCmdKey(int cmdKey)
Model_rootsetCmdKey in class Model_rootcmdKey - cmd keypublic int getScale()
public void setScale(int scale)
public int getDisplaySize()
public void setDisplaySize(int displaySize)
public boolean isAddComment()
public void setAddComment(boolean addComment)
Copyright © 2017. All rights reserved.