org.broadleafcommerce.vendor.usps.service.message
Class USPSPostage
java.lang.Object
org.broadleafcommerce.vendor.usps.service.message.USPSPostage
public class USPSPostage
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USPSPostage
public USPSPostage()
getRate
public Money getRate()
setRate
public void setRate(Money rate)
getCommercialRate
public Money getCommercialRate()
setCommercialRate
public void setCommercialRate(Money commercialRate)
getCommitmentDate
public Date getCommitmentDate()
setCommitmentDate
public void setCommitmentDate(Date commitmentDate)
getLocations
public List<USPSLocation> getLocations()
setLocations
public void setLocations(List<USPSLocation> locations)
getCommitments
public List<USPSCommitment> getCommitments()
setCommitments
public void setCommitments(List<USPSCommitment> commitments)
Copyright © 2012. All Rights Reserved.