net.spy.info
Class PackageInfo

java.lang.Object
  extended bynet.spy.SpyObject
      extended bynet.spy.info.Info
          extended bynet.spy.info.PackageInfo
Direct Known Subclasses:
FedEx, UPS

public abstract class PackageInfo
extends Info

Abstract class for Info classes that describe shipping information.


Field Summary
 
Fields inherited from class net.spy.info.Info
arg, error, hinfo, info
 
Constructor Summary
PackageInfo()
           
 
Method Summary
 boolean isDelivered()
          True if the package has been delivered.
protected  void setDelivered()
          Set the delivered status.
 
Methods inherited from class net.spy.info.Info
deEntity, get, get, getInfo, goodInfo, parseInfo, setArg, toString, toXML
 
Methods inherited from class net.spy.SpyObject
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageInfo

public PackageInfo()
Method Detail

isDelivered

public boolean isDelivered()
True if the package has been delivered.


setDelivered

protected void setDelivered()
Set the delivered status.