|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Nested Class Summary | |
static class |
InvListPG.Future
Future PG implementation for InvListPG |
static class |
InvListPG.Null_InvListPG
Null_PG implementation for InvListPG |
| Field Summary | |
static java.lang.String |
assetGetter
|
static java.lang.String |
assetSetter
|
static java.lang.Class |
factoryClass
the factory class |
static java.lang.String |
factoryMethod
the method of factoryClass that creates this type |
static java.lang.String |
mutableClass
the (mutable) class type returned by factoryMethod |
static InvListPG |
nullPG
The Null instance for indicating that the PG definitely has no value |
static java.lang.Class |
primaryClass
the (immutable) class type returned by domain factory |
| Method Summary | |
java.util.List |
getAuthList()
|
AuthorPG[] |
getAuthListAsArray()
array getter for beans |
AuthorPG |
getIndexedAuthList(int index)
indexed getter for beans |
OverviewPG |
getIndexedOverviewList(int index)
indexed getter for beans |
PricePG |
getIndexedPriceList(int index)
indexed getter for beans |
PublisherPG |
getIndexedPublList(int index)
indexed getter for beans |
ReviewPG |
getIndexedReviewList(int index)
indexed getter for beans |
SpecificsPG |
getIndexedSpefsList(int index)
indexed getter for beans |
StockPG |
getIndexedStockList(int index)
indexed getter for beans |
java.util.List |
getOverviewList()
|
OverviewPG[] |
getOverviewListAsArray()
array getter for beans |
java.util.List |
getPriceList()
|
PricePG[] |
getPriceListAsArray()
array getter for beans |
java.util.List |
getPublList()
|
PublisherPG[] |
getPublListAsArray()
array getter for beans |
java.util.List |
getReviewList()
|
ReviewPG[] |
getReviewListAsArray()
array getter for beans |
java.util.List |
getSpefsList()
|
SpecificsPG[] |
getSpefsListAsArray()
array getter for beans |
java.util.List |
getStockList()
|
StockPG[] |
getStockListAsArray()
array getter for beans |
boolean |
inAuthList(AuthorPG element)
test to see if an element is a member of the authList Collection |
boolean |
inOverviewList(OverviewPG element)
test to see if an element is a member of the overviewList Collection |
boolean |
inPriceList(PricePG element)
test to see if an element is a member of the priceList Collection |
boolean |
inPublList(PublisherPG element)
test to see if an element is a member of the publList Collection |
boolean |
inReviewList(ReviewPG element)
test to see if an element is a member of the reviewList Collection |
boolean |
inSpefsList(SpecificsPG element)
test to see if an element is a member of the spefsList Collection |
boolean |
inStockList(StockPG element)
test to see if an element is a member of the stockList Collection |
| Methods inherited from interface org.cougaar.planning.ldm.asset.PropertyGroup |
clone, copy, getAssetGetMethod, getAssetSetMethod, getPrimaryClass, hasDataQuality, lock, lock, unlock |
| Methods inherited from interface org.cougaar.planning.ldm.dq.HasDataQuality |
getDataQuality |
| Field Detail |
public static final java.lang.String factoryMethod
public static final java.lang.String mutableClass
public static final java.lang.Class factoryClass
public static final java.lang.Class primaryClass
public static final java.lang.String assetSetter
public static final java.lang.String assetGetter
public static final InvListPG nullPG
| Method Detail |
public java.util.List getOverviewList()
public boolean inOverviewList(OverviewPG element)
public OverviewPG[] getOverviewListAsArray()
public OverviewPG getIndexedOverviewList(int index)
public java.util.List getAuthList()
public boolean inAuthList(AuthorPG element)
public AuthorPG[] getAuthListAsArray()
public AuthorPG getIndexedAuthList(int index)
public java.util.List getPublList()
public boolean inPublList(PublisherPG element)
public PublisherPG[] getPublListAsArray()
public PublisherPG getIndexedPublList(int index)
public java.util.List getSpefsList()
public boolean inSpefsList(SpecificsPG element)
public SpecificsPG[] getSpefsListAsArray()
public SpecificsPG getIndexedSpefsList(int index)
public java.util.List getPriceList()
public boolean inPriceList(PricePG element)
public PricePG[] getPriceListAsArray()
public PricePG getIndexedPriceList(int index)
public java.util.List getReviewList()
public boolean inReviewList(ReviewPG element)
public ReviewPG[] getReviewListAsArray()
public ReviewPG getIndexedReviewList(int index)
public java.util.List getStockList()
public boolean inStockList(StockPG element)
public StockPG[] getStockListAsArray()
public StockPG getIndexedStockList(int index)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||