*/
@Override
public SupplierTypeModel getBufferedObjectModel(
PresentationModel presentationModel) {
SupplierTypeModel supplierTypeModel = new SupplierTypeModel(
new SupplierType());
supplierTypeModel.setSupplierTypeId((Integer) presentationModel
.getBufferedValue(PROPERTY_SUPPLIER_TYPE_ID));
supplierTypeModel.setSupplierTypeName((String) presentationModel
.getBufferedValue(PROPERTY_SUPPLIER_TYPE_NAME));
supplierTypeModel.setDescription((String) presentationModel