public class ColumnMetaData extends Object
| Constructor and Description |
|---|
ColumnMetaData() |
ColumnMetaData(String colName) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColLength()
Returns the colLength.
|
String |
getColName()
Returns the colName.
|
int |
getEndPosition()
Returns the endPosition.
|
int |
getStartPosition()
Returns the startPosition.
|
void |
setColLength(int colLength)
Sets the colLength.
|
void |
setColName(String colName)
Sets the colName.
|
void |
setEndPosition(int endPosition)
Sets the endPosition.
|
void |
setStartPosition(int startPosition)
Sets the startPosition.
|
String |
toString() |
public ColumnMetaData()
public ColumnMetaData(String colName)
colName - column namepublic int getColLength()
public String getColName()
public int getEndPosition()
public int getStartPosition()
public void setColLength(int colLength)
colLength - The colLength to setpublic void setColName(String colName)
colName - The colName to setpublic void setEndPosition(int endPosition)
endPosition - The endPosition to setpublic void setStartPosition(int startPosition)
startPosition - The startPosition to setCopyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.