public class CustomerUpdateFieldSetMapper extends java.lang.Object implements FieldSetMapper<CustomerUpdate>
FieldSetMapper
for mapping to a CustomerUpdate
.Constructor and Description |
---|
CustomerUpdateFieldSetMapper() |
Modifier and Type | Method and Description |
---|---|
CustomerUpdate |
mapFieldSet(FieldSet fs)
Method used to map data obtained from a
FieldSet into an object. |
public CustomerUpdate mapFieldSet(FieldSet fs)
FieldSetMapper
FieldSet
into an object.mapFieldSet
in interface FieldSetMapper<CustomerUpdate>
fs
- the FieldSet
to map