org.broadleafcommerce.vendor.usps.service.message
Class USPSPostage
java.lang.Object
org.broadleafcommerce.vendor.usps.service.message.USPSPostage
public class USPSPostage
- extends java.lang.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 java.util.Date getCommitmentDate()
setCommitmentDate
public void setCommitmentDate(java.util.Date commitmentDate)
getLocations
public java.util.List<USPSLocation> getLocations()
setLocations
public void setLocations(java.util.List<USPSLocation> locations)
getCommitments
public java.util.List<USPSCommitment> getCommitments()
setCommitments
public void setCommitments(java.util.List<USPSCommitment> commitments)
Copyright © 2012. All Rights Reserved.