ru.smartflex.tools.dbf
Class DbfColumnPosition
java.lang.Object
ru.smartflex.tools.dbf.DbfColumnPosition
public class DbfColumnPosition
- extends java.lang.Object
Contains position data for xBase field.
- Since:
- 1.00
- Author:
- galisha
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DbfColumnPosition
protected DbfColumnPosition(int offset,
int columnLength,
int columnDotAmount)
DbfColumnPosition
protected DbfColumnPosition(int columnLength,
int columnDotAmount)
getOffset
protected int getOffset()
setOffset
protected void setOffset(int offset)
getColumnLength
protected int getColumnLength()
setColumnLength
protected void setColumnLength(int columnLength)
getColumnDotAmount
protected int getColumnDotAmount()
setColumnDotAmount
protected void setColumnDotAmount(int columnDotAmount)