org.broadleafcommerce.vendor.usps.service.message
Class USPSPostage

java.lang.Object
  extended by org.broadleafcommerce.vendor.usps.service.message.USPSPostage
All Implemented Interfaces:
Serializable

public class USPSPostage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
USPSPostage()
           
 
Method Summary
 org.broadleafcommerce.common.money.Money getCommercialRate()
           
 Date getCommitmentDate()
           
 List<USPSCommitment> getCommitments()
           
 List<USPSLocation> getLocations()
           
 org.broadleafcommerce.common.money.Money getRate()
           
 void setCommercialRate(org.broadleafcommerce.common.money.Money commercialRate)
           
 void setCommitmentDate(Date commitmentDate)
           
 void setCommitments(List<USPSCommitment> commitments)
           
 void setLocations(List<USPSLocation> locations)
           
 void setRate(org.broadleafcommerce.common.money.Money rate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

USPSPostage

public USPSPostage()
Method Detail

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.