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

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

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

Subinterfaces of ReviewPG in org.cougaar.tutorial.booksonline.assets
 interface NewReviewPG
           
 

Classes in org.cougaar.tutorial.booksonline.assets that implement ReviewPG
static class ReviewPG.Future
          Future PG implementation for ReviewPG
static class ReviewPG.Null_ReviewPG
          Null_PG implementation for ReviewPG
 class ReviewPGImpl
           
static class ReviewPGImpl.DQ
           
 

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

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

Methods in org.cougaar.tutorial.booksonline.assets with parameters of type ReviewPG
static NewReviewPG PropertyGroupFactory.newReviewPG(ReviewPG prototype)
           
 boolean NewInvListPG.removeFromReviewList(ReviewPG _element)
           
 boolean NewInvListPG.addToReviewList(ReviewPG _element)
           
 boolean InvListPGImpl.inReviewList(ReviewPG _element)
           
 boolean InvListPGImpl.removeFromReviewList(ReviewPG _element)
           
 boolean InvListPGImpl.addToReviewList(ReviewPG _element)
           
 boolean InvListPG.inReviewList(ReviewPG element)
          test to see if an element is a member of the reviewList Collection
 boolean InvListPG.Null_InvListPG.inReviewList(ReviewPG element)
           
 boolean InvListPG.Future.inReviewList(ReviewPG element)
           
 

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