public class CustomerUpdate extends Object
Constructor and Description |
---|
CustomerUpdate(CustomerOperation operation,
String customerName,
BigDecimal credit) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getCredit() |
String |
getCustomerName() |
CustomerOperation |
getOperation() |
String |
toString() |
public CustomerUpdate(CustomerOperation operation, String customerName, BigDecimal credit)
public CustomerOperation getOperation()
public String getCustomerName()
public BigDecimal getCredit()
Copyright © 2014 Pivotal. All rights reserved.