public class DictionaryTable extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
allFields |
protected int |
cacheTimeout |
protected String |
defaultCondition |
protected com.wisedu.emap.biz.dictionary.DicType |
dicType |
protected String |
expression |
protected String |
foreignColumn |
protected String |
id |
protected String |
keyColumn |
protected String |
name |
protected String |
orderColumn |
protected Set<String> |
otherFields |
protected String |
parentColumn |
protected String |
ref |
protected String |
typeColumn |
protected String |
valueColumn |
| 构造器和说明 |
|---|
DictionaryTable() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCacheTimeout() |
String |
getDefaultCondition() |
com.wisedu.emap.biz.dictionary.DicType |
getDicType() |
String |
getExpression() |
String |
getForeignColumn() |
String |
getId() |
String |
getKeyColumn() |
String |
getName() |
String |
getOrderColumn() |
Set<String> |
getOtherFields() |
String |
getParentColumn() |
String |
getRef() |
String |
getTypeColumn() |
String |
getValueColumn() |
boolean |
isAllFields() |
void |
setAllFields(boolean allFields) |
void |
setCacheTimeout(int cacheTimeout) |
void |
setDefaultCondition(String condition) |
void |
setDicTypeName(String type) |
void |
setExpression(String expression) |
void |
setForeignColumn(String foreignColumn) |
void |
setId(String id) |
void |
setKeyColumn(String keyCol) |
void |
setName(String name) |
void |
setOrderColumn(String orderCol) |
void |
setOtherFieldNames(String names) |
void |
setParentColumn(String parentCol) |
void |
setRef(String ref) |
void |
setTypeColumn(String typeCol) |
void |
setValueColumn(String valueCol) |
protected String id
protected String name
protected com.wisedu.emap.biz.dictionary.DicType dicType
protected String ref
protected String parentColumn
protected String keyColumn
protected String valueColumn
protected String foreignColumn
protected String typeColumn
protected String orderColumn
protected String defaultCondition
protected String expression
protected boolean allFields
protected int cacheTimeout
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public com.wisedu.emap.biz.dictionary.DicType getDicType()
public void setDicTypeName(String type)
public String getRef()
public void setRef(String ref)
public void setOtherFieldNames(String names)
public boolean isAllFields()
public void setAllFields(boolean allFields)
public String getParentColumn()
public void setParentColumn(String parentCol)
public String getKeyColumn()
public void setKeyColumn(String keyCol)
public String getValueColumn()
public void setValueColumn(String valueCol)
public String getForeignColumn()
public void setForeignColumn(String foreignColumn)
public String getTypeColumn()
public void setTypeColumn(String typeCol)
public String getOrderColumn()
public void setOrderColumn(String orderCol)
public String getDefaultCondition()
public void setDefaultCondition(String condition)
public String getExpression()
public void setExpression(String expression)
public int getCacheTimeout()
public void setCacheTimeout(int cacheTimeout)
Copyright © 2022. All rights reserved.