org.broadleafcommerce.vendor.usps.service.message
Class USPSPostage
java.lang.Object
org.broadleafcommerce.vendor.usps.service.message.USPSPostage
- All Implemented Interfaces:
- Serializable
public class USPSPostage
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USPSPostage
public USPSPostage()
getRate
public org.broadleafcommerce.common.money.Money getRate()
setRate
public void setRate(org.broadleafcommerce.common.money.Money rate)
getCommercialRate
public org.broadleafcommerce.common.money.Money getCommercialRate()
setCommercialRate
public void setCommercialRate(org.broadleafcommerce.common.money.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.