org.jiucai.appframework.base.domain
类 KeyValuePair

java.lang.Object
  继承者 org.jiucai.appframework.base.domain.KeyValuePair
所有已实现的接口:
Serializable

public class KeyValuePair
extends Object
implements Serializable

数据格式 键值对 2012-02-20 by zhaidw 增加 跨行跨列 属性

作者:
zhaidw
另请参见:
序列化表格

字段摘要
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
 

字段详细信息

SORTABLE_ENABLED

public static final String SORTABLE_ENABLED
列可排序

另请参见:
常量字段值

SORTABLE_DISABLED

public static final String SORTABLE_DISABLED
列不可排序

另请参见:
常量字段值

code

protected String code

parentCode

protected String parentCode

calcCode

protected String calcCode

aliasCode

protected String aliasCode

text

protected String text

colspan

protected Integer colspan

rowspan

protected Integer rowspan

align

protected String align

className

protected String className

dataColumn

protected Integer dataColumn
是否是数据字段 1 是, 0 否


sortable

protected String sortable
是否为可排序字段 1是,0否

构造方法详细信息

KeyValuePair

public KeyValuePair()

KeyValuePair

public KeyValuePair(String code,
                    String text)

KeyValuePair

public KeyValuePair(String code,
                    String text,
                    String sortable)
需要构造可排序的数据表格时使用 sortable 是否需要排序的标注 1排序,0不排序

方法详细信息

getCode

public String getCode()

setCode

public void setCode(String code)

getParentCode

public String getParentCode()

setParentCode

public void setParentCode(String parentCode)

getCalcCode

public String getCalcCode()

setCalcCode

public void setCalcCode(String calcCode)

getAliasCode

public String getAliasCode()

setAliasCode

public void setAliasCode(String aliasCode)

getText

public String getText()

setText

public void setText(String text)

getColspan

public Integer getColspan()

setColspan

public void setColspan(Integer colspan)

getRowspan

public Integer getRowspan()

setRowspan

public void setRowspan(Integer rowspan)

getAlign

public String getAlign()

setAlign

public void setAlign(String align)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

getDataColumn

public Integer getDataColumn()

setDataColumn

public void setDataColumn(Integer dataColumn)

getSequence

public String getSequence()

setSequence

public void setSequence(String sequence)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.