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

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

public class USPSCommitment
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
USPSCommitment()
           
 
Method Summary
 Date getCommitmentDateAndTime()
           
 List<USPSLocation> getLocations()
           
 void setCommitmentDateAndTime(Date commitmentDateAndTime)
           
 void setLocations(List<USPSLocation> locations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

USPSCommitment

public USPSCommitment()
Method Detail

getLocations

public List<USPSLocation> getLocations()

setLocations

public void setLocations(List<USPSLocation> locations)

getCommitmentDateAndTime

public Date getCommitmentDateAndTime()

setCommitmentDateAndTime

public void setCommitmentDateAndTime(Date commitmentDateAndTime)


Copyright © 2012. All Rights Reserved.