Uses of Interface
org.cougaar.tutorial.booksonline.assets.PricePG

Packages that use PricePG
org.cougaar.tutorial.booksonline.assets   
 

Uses of PricePG in org.cougaar.tutorial.booksonline.assets
 

Subinterfaces of PricePG in org.cougaar.tutorial.booksonline.assets
 interface NewPricePG
           
 

Classes in org.cougaar.tutorial.booksonline.assets that implement PricePG
static class PricePG.Future
          Future PG implementation for PricePG
static class PricePG.Null_PricePG
          Null_PG implementation for PricePG
 class PricePGImpl
           
static class PricePGImpl.DQ
           
 

Fields in org.cougaar.tutorial.booksonline.assets declared as PricePG
static PricePG PricePG.nullPG
          The Null instance for indicating that the PG definitely has no value
 

Methods in org.cougaar.tutorial.booksonline.assets that return PricePG
 PricePG[] InvListPGImpl.getPriceListAsArray()
           
 PricePG InvListPGImpl.getIndexedPriceList(int _index)
           
 PricePG[] InvListPG.getPriceListAsArray()
          array getter for beans
 PricePG InvListPG.getIndexedPriceList(int index)
          indexed getter for beans
 PricePG[] InvListPG.Null_InvListPG.getPriceListAsArray()
           
 PricePG InvListPG.Null_InvListPG.getIndexedPriceList(int index)
           
 PricePG[] InvListPG.Future.getPriceListAsArray()
           
 PricePG InvListPG.Future.getIndexedPriceList(int index)
           
 PricePG BookAsset.getPricePG()
           
 PricePG AssetSkeleton.getPricePG()
          Search additional properties for a PricePG instance.
 

Methods in org.cougaar.tutorial.booksonline.assets with parameters of type PricePG
static NewPricePG PropertyGroupFactory.newPricePG(PricePG prototype)
           
 boolean NewInvListPG.removeFromPriceList(PricePG _element)
           
 boolean NewInvListPG.addToPriceList(PricePG _element)
           
 boolean InvListPGImpl.inPriceList(PricePG _element)
           
 boolean InvListPGImpl.removeFromPriceList(PricePG _element)
           
 boolean InvListPGImpl.addToPriceList(PricePG _element)
           
 boolean InvListPG.inPriceList(PricePG element)
          test to see if an element is a member of the priceList Collection
 boolean InvListPG.Null_InvListPG.inPriceList(PricePG element)
           
 boolean InvListPG.Future.inPriceList(PricePG element)
           
 

Constructors in org.cougaar.tutorial.booksonline.assets with parameters of type PricePG
PricePGImpl(PricePG original)
           
PricePGImpl.DQ(PricePG original)