public class FieldLocation extends Object
FieldLocationPredicate| Constructor and Description |
|---|
FieldLocation()
Creates a new FieldLocation with default values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Field |
getField()
Gets the field at this location.
|
int |
getFieldIndex()
Gets the zero-based field index (column position) of this field location.
|
Record |
getRecord()
Gets the record containing the field at this location.
|
long |
getRowIndex()
Gets the zero-based row index of this field location.
|
int |
hashCode() |
FieldLocation |
setField(Field field)
Sets the field at this location.
|
FieldLocation |
setFieldIndex(int fieldIndex)
Sets the zero-based field index (column position) of this field location.
|
FieldLocation |
setRecord(Record record)
Sets the record containing the field at this location.
|
FieldLocation |
setRowIndex(long rowIndex)
Sets the zero-based row index of this field location.
|
String |
toString() |
public FieldLocation()
public long getRowIndex()
public FieldLocation setRowIndex(long rowIndex)
rowIndex - the row index to setpublic int getFieldIndex()
public FieldLocation setFieldIndex(int fieldIndex)
fieldIndex - the field index to setpublic Field getField()
public FieldLocation setField(Field field)
field - the field to setpublic Record getRecord()
public FieldLocation setRecord(Record record)
record - the record to setCopyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.