public class RowsChainRelativeModel extends Object implements Serializable
| 构造器和说明 |
|---|
RowsChainRelativeModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDefaultValue() |
Integer |
getEndRow() |
String |
getFormat() |
String |
getGroupColumn() |
int |
getMultiply() |
int |
getRadixSize() |
String[] |
getRelativeColumns() |
Integer[] |
getRelativeIndexs() |
Integer |
getStartRow() |
boolean |
isInsert() |
boolean |
isReduceOne() |
boolean |
isReverse() |
void |
setDefaultValue(String defaultValue) |
void |
setEndRow(Integer endRow) |
void |
setFormat(String format) |
void |
setGroupColumn(String groupColumn) |
void |
setInsert(boolean insert) |
void |
setMultiply(int multiply) |
void |
setRadixSize(int radixSize) |
void |
setReduceOne(boolean reduceOne) |
void |
setRelativeColumns(String[] relativeColumns) |
void |
setRelativeIndexs(Integer[] relativeIndexs) |
void |
setReverse(boolean reverse) |
void |
setStartRow(Integer startRow) |
public boolean isReduceOne()
public void setReduceOne(boolean reduceOne)
public int getMultiply()
public void setMultiply(int multiply)
public String getGroupColumn()
public void setGroupColumn(String groupColumn)
public boolean isInsert()
public void setInsert(boolean insert)
public Integer[] getRelativeIndexs()
public void setRelativeIndexs(Integer[] relativeIndexs)
public Integer getStartRow()
public void setStartRow(Integer startRow)
public boolean isReverse()
public void setReverse(boolean reverse)
public int getRadixSize()
public void setRadixSize(int radixSize)
public String getFormat()
public void setFormat(String format)
public String[] getRelativeColumns()
public void setRelativeColumns(String[] relativeColumns)
public Integer getEndRow()
public void setEndRow(Integer endRow)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
Copyright © 2023. All rights reserved.