public class KeyValuePair extends Object implements Serializable
限定符和类型 | 字段和说明 |
---|---|
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
|
KeyValuePair(String code,
String text,
String sortable)
需要构造可排序的数据表格时使用
|
限定符和类型 | 方法和说明 |
---|---|
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() |
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 String getAliasCode()
public String getAlign()
public String getCalcCode()
public String getClassName()
public String getCode()
public Integer getColspan()
public Integer getDataColumn()
public String getParentCode()
public Integer getRowspan()
public String getSequence()
public String getText()
public void setAliasCode(String aliasCode)
public void setAlign(String align)
public void setCalcCode(String calcCode)
public void setClassName(String className)
public void setCode(String code)
public void setColspan(Integer colspan)
public void setDataColumn(Integer dataColumn)
public void setParentCode(String parentCode)
public void setRowspan(Integer rowspan)
public void setSequence(String sequence)
public void setText(String text)
Copyright © 2015 jiucai.org. All rights reserved.