|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.jiucai.appframework.base.domain.KeyValuePair
public class KeyValuePair
数据格式 键值对
| 字段摘要 | |
|---|---|
protected String |
aliasCode
|
protected String |
align
|
protected String |
calcCode
|
protected String |
className
|
protected String |
code
|
protected Integer |
colspan
|
protected Integer |
dataColumn
是否是数据字段 1 是, 0 否 |
protected String |
parentCode
|
protected Integer |
rowspan
|
protected String |
sortable
是否为可排序字段 1是,0否 |
static String |
SORTABLE_DISABLED
列不可排序 |
static String |
SORTABLE_ENABLED
列可排序 |
protected String |
text
|
| 构造方法摘要 | |
|---|---|
KeyValuePair()
|
|
KeyValuePair(String code,
String text)
|
|
KeyValuePair(String code,
String text,
String sortable)
需要构造可排序的数据表格时使用 sortable 是否需要排序的标注 1排序,0不排序 |
|
| 方法摘要 | |
|---|---|
String |
getAliasCode()
|
String |
getAlign()
|
String |
getCalcCode()
|
String |
getClassName()
|
String |
getCode()
|
Integer |
getColspan()
|
Integer |
getDataColumn()
|
String |
getParentCode()
|
Integer |
getRowspan()
|
String |
getSequence()
|
String |
getText()
|
void |
setAliasCode(String aliasCode)
|
void |
setAlign(String align)
|
void |
setCalcCode(String calcCode)
|
void |
setClassName(String className)
|
void |
setCode(String code)
|
void |
setColspan(Integer colspan)
|
void |
setDataColumn(Integer dataColumn)
|
void |
setParentCode(String parentCode)
|
void |
setRowspan(Integer rowspan)
|
void |
setSequence(String sequence)
|
void |
setText(String text)
|
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
public static final String SORTABLE_ENABLED
public static final String SORTABLE_DISABLED
protected String code
protected String parentCode
protected String calcCode
protected String aliasCode
protected String text
protected Integer colspan
protected Integer rowspan
protected String align
protected String className
protected Integer dataColumn
protected String sortable
| 构造方法详细信息 |
|---|
public KeyValuePair()
public KeyValuePair(String code,
String text)
public KeyValuePair(String code,
String text,
String sortable)
| 方法详细信息 |
|---|
public String getCode()
public void setCode(String code)
public String getParentCode()
public void setParentCode(String parentCode)
public String getCalcCode()
public void setCalcCode(String calcCode)
public String getAliasCode()
public void setAliasCode(String aliasCode)
public String getText()
public void setText(String text)
public Integer getColspan()
public void setColspan(Integer colspan)
public Integer getRowspan()
public void setRowspan(Integer rowspan)
public String getAlign()
public void setAlign(String align)
public String getClassName()
public void setClassName(String className)
public Integer getDataColumn()
public void setDataColumn(Integer dataColumn)
public String getSequence()
public void setSequence(String sequence)
public String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||