public class CustomerCreditFieldSetMapper extends java.lang.Object implements FieldSetMapper<CustomerCredit>
Modifier and Type | Field and Description |
---|---|
static int |
CREDIT_COLUMN |
static int |
ID_COLUMN |
static int |
NAME_COLUMN |
Constructor and Description |
---|
CustomerCreditFieldSetMapper() |
Modifier and Type | Method and Description |
---|---|
CustomerCredit |
mapFieldSet(FieldSet fieldSet)
Method used to map data obtained from a
FieldSet into an object. |
public static final int ID_COLUMN
public static final int NAME_COLUMN
public static final int CREDIT_COLUMN
public CustomerCredit mapFieldSet(FieldSet fieldSet)
FieldSetMapper
FieldSet
into an object.mapFieldSet
in interface FieldSetMapper<CustomerCredit>
fieldSet
- the FieldSet
to map