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

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

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

Subinterfaces of PublisherPG in org.cougaar.tutorial.booksonline.assets
 interface NewPublisherPG
           
 

Classes in org.cougaar.tutorial.booksonline.assets that implement PublisherPG
static class PublisherPG.Future
          Future PG implementation for PublisherPG
static class PublisherPG.Null_PublisherPG
          Null_PG implementation for PublisherPG
 class PublisherPGImpl
           
static class PublisherPGImpl.DQ
           
 

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

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

Methods in org.cougaar.tutorial.booksonline.assets with parameters of type PublisherPG
static NewPublisherPG PropertyGroupFactory.newPublisherPG(PublisherPG prototype)
           
 boolean NewInvListPG.removeFromPublList(PublisherPG _element)
           
 boolean NewInvListPG.addToPublList(PublisherPG _element)
           
 boolean InvListPGImpl.inPublList(PublisherPG _element)
           
 boolean InvListPGImpl.removeFromPublList(PublisherPG _element)
           
 boolean InvListPGImpl.addToPublList(PublisherPG _element)
           
 boolean InvListPG.inPublList(PublisherPG element)
          test to see if an element is a member of the publList Collection
 boolean InvListPG.Null_InvListPG.inPublList(PublisherPG element)
           
 boolean InvListPG.Future.inPublList(PublisherPG element)
           
 

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