public class ColsChainRelativeModel extends Object implements Serializable
| 构造器和说明 |
|---|
ColsChainRelativeModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDefaultValue() |
String |
getEndColumn() |
String |
getFormat() |
int |
getGroupSize() |
int |
getMultiply() |
int |
getRadixSize() |
Integer[] |
getRelativeIndexs() |
int |
getSkipSize() |
String |
getStartColumn() |
boolean |
isInsert() |
boolean |
isReduceOne() |
void |
setDefaultValue(String defaultValue) |
void |
setEndColumn(String endColumn) |
void |
setFormat(String format) |
void |
setGroupSize(int groupSize) |
void |
setInsert(boolean insert) |
void |
setMultiply(int multiply) |
void |
setRadixSize(int radixSize) |
void |
setReduceOne(boolean reduceOne) |
void |
setRelativeIndexs(Integer[] relativeIndexs) |
void |
setSkipSize(int skipSize) |
void |
setStartColumn(String startColumn) |
public boolean isReduceOne()
public void setReduceOne(boolean reduceOne)
public int getMultiply()
public void setMultiply(int multiply)
public int getGroupSize()
public void setGroupSize(int groupSize)
public boolean isInsert()
public void setInsert(boolean insert)
public Integer[] getRelativeIndexs()
public void setRelativeIndexs(Integer[] relativeIndexs)
public String getStartColumn()
public void setStartColumn(String startColumn)
public int getSkipSize()
public void setSkipSize(int skipSize)
public int getRadixSize()
public void setRadixSize(int radixSize)
public String getFormat()
public void setFormat(String format)
public String getEndColumn()
public void setEndColumn(String endColumn)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
Copyright © 2023. All rights reserved.