|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.beans.SimpleBeanInfo
org.cougaar.tutorial.booksonline.assets.InvListPGImpl
| Nested Class Summary | |
static class |
InvListPGImpl.DQ
|
| Nested classes inherited from class org.cougaar.tutorial.booksonline.assets.InvListPG |
InvListPG.Future, InvListPG.Null_InvListPG |
| Field Summary |
| Fields inherited from interface org.cougaar.tutorial.booksonline.assets.InvListPG |
assetGetter, assetSetter, factoryClass, factoryMethod, mutableClass, nullPG, primaryClass |
| Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
InvListPGImpl()
|
|
InvListPGImpl(InvListPG original)
|
|
| Method Summary | |
boolean |
addToAuthList(AuthorPG _element)
|
boolean |
addToOverviewList(OverviewPG _element)
|
boolean |
addToPriceList(PricePG _element)
|
boolean |
addToPublList(PublisherPG _element)
|
boolean |
addToReviewList(ReviewPG _element)
|
boolean |
addToSpefsList(SpecificsPG _element)
|
boolean |
addToStockList(StockPG _element)
|
void |
clearAuthList()
|
void |
clearOverviewList()
|
void |
clearPriceList()
|
void |
clearPublList()
|
void |
clearReviewList()
|
void |
clearSpefsList()
|
void |
clearStockList()
|
java.lang.Object |
clone()
|
org.cougaar.planning.ldm.asset.PropertyGroup |
copy()
|
java.lang.String |
getAssetGetMethod()
|
java.lang.String |
getAssetSetMethod()
|
java.util.List |
getAuthList()
|
AuthorPG[] |
getAuthListAsArray()
array getter for beans |
org.cougaar.planning.ldm.dq.DataQuality |
getDataQuality()
|
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.lang.Class |
getPrimaryClass()
|
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
|
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 |
hasDataQuality()
|
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 |
org.cougaar.planning.ldm.asset.PropertyGroup |
lock()
|
org.cougaar.planning.ldm.asset.PropertyGroup |
lock(java.lang.Object key)
|
boolean |
removeFromAuthList(AuthorPG _element)
|
boolean |
removeFromOverviewList(OverviewPG _element)
|
boolean |
removeFromPriceList(PricePG _element)
|
boolean |
removeFromPublList(PublisherPG _element)
|
boolean |
removeFromReviewList(ReviewPG _element)
|
boolean |
removeFromSpefsList(SpecificsPG _element)
|
boolean |
removeFromStockList(StockPG _element)
|
void |
setAuthList(java.util.List authList)
|
void |
setOverviewList(java.util.List overviewList)
|
void |
setPriceList(java.util.List priceList)
|
void |
setPublList(java.util.List publList)
|
void |
setReviewList(java.util.List reviewList)
|
void |
setSpefsList(java.util.List spefsList)
|
void |
setStockList(java.util.List stockList)
|
org.cougaar.planning.ldm.asset.NewPropertyGroup |
unlock(java.lang.Object key)
|
| Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InvListPGImpl()
public InvListPGImpl(InvListPG original)
| Method Detail |
public java.util.List getOverviewList()
getOverviewList in interface InvListPGpublic boolean inOverviewList(OverviewPG _element)
InvListPG
inOverviewList in interface InvListPGpublic OverviewPG[] getOverviewListAsArray()
InvListPG
getOverviewListAsArray in interface InvListPGpublic OverviewPG getIndexedOverviewList(int _index)
InvListPG
getIndexedOverviewList in interface InvListPGpublic void setOverviewList(java.util.List overviewList)
setOverviewList in interface NewInvListPGpublic void clearOverviewList()
clearOverviewList in interface NewInvListPGpublic boolean removeFromOverviewList(OverviewPG _element)
removeFromOverviewList in interface NewInvListPGpublic boolean addToOverviewList(OverviewPG _element)
addToOverviewList in interface NewInvListPGpublic java.util.List getAuthList()
getAuthList in interface InvListPGpublic boolean inAuthList(AuthorPG _element)
InvListPG
inAuthList in interface InvListPGpublic AuthorPG[] getAuthListAsArray()
InvListPG
getAuthListAsArray in interface InvListPGpublic AuthorPG getIndexedAuthList(int _index)
InvListPG
getIndexedAuthList in interface InvListPGpublic void setAuthList(java.util.List authList)
setAuthList in interface NewInvListPGpublic void clearAuthList()
clearAuthList in interface NewInvListPGpublic boolean removeFromAuthList(AuthorPG _element)
removeFromAuthList in interface NewInvListPGpublic boolean addToAuthList(AuthorPG _element)
addToAuthList in interface NewInvListPGpublic java.util.List getPublList()
getPublList in interface InvListPGpublic boolean inPublList(PublisherPG _element)
InvListPG
inPublList in interface InvListPGpublic PublisherPG[] getPublListAsArray()
InvListPG
getPublListAsArray in interface InvListPGpublic PublisherPG getIndexedPublList(int _index)
InvListPG
getIndexedPublList in interface InvListPGpublic void setPublList(java.util.List publList)
setPublList in interface NewInvListPGpublic void clearPublList()
clearPublList in interface NewInvListPGpublic boolean removeFromPublList(PublisherPG _element)
removeFromPublList in interface NewInvListPGpublic boolean addToPublList(PublisherPG _element)
addToPublList in interface NewInvListPGpublic java.util.List getSpefsList()
getSpefsList in interface InvListPGpublic boolean inSpefsList(SpecificsPG _element)
InvListPG
inSpefsList in interface InvListPGpublic SpecificsPG[] getSpefsListAsArray()
InvListPG
getSpefsListAsArray in interface InvListPGpublic SpecificsPG getIndexedSpefsList(int _index)
InvListPG
getIndexedSpefsList in interface InvListPGpublic void setSpefsList(java.util.List spefsList)
setSpefsList in interface NewInvListPGpublic void clearSpefsList()
clearSpefsList in interface NewInvListPGpublic boolean removeFromSpefsList(SpecificsPG _element)
removeFromSpefsList in interface NewInvListPGpublic boolean addToSpefsList(SpecificsPG _element)
addToSpefsList in interface NewInvListPGpublic java.util.List getPriceList()
getPriceList in interface InvListPGpublic boolean inPriceList(PricePG _element)
InvListPG
inPriceList in interface InvListPGpublic PricePG[] getPriceListAsArray()
InvListPG
getPriceListAsArray in interface InvListPGpublic PricePG getIndexedPriceList(int _index)
InvListPG
getIndexedPriceList in interface InvListPGpublic void setPriceList(java.util.List priceList)
setPriceList in interface NewInvListPGpublic void clearPriceList()
clearPriceList in interface NewInvListPGpublic boolean removeFromPriceList(PricePG _element)
removeFromPriceList in interface NewInvListPGpublic boolean addToPriceList(PricePG _element)
addToPriceList in interface NewInvListPGpublic java.util.List getReviewList()
getReviewList in interface InvListPGpublic boolean inReviewList(ReviewPG _element)
InvListPG
inReviewList in interface InvListPGpublic ReviewPG[] getReviewListAsArray()
InvListPG
getReviewListAsArray in interface InvListPGpublic ReviewPG getIndexedReviewList(int _index)
InvListPG
getIndexedReviewList in interface InvListPGpublic void setReviewList(java.util.List reviewList)
setReviewList in interface NewInvListPGpublic void clearReviewList()
clearReviewList in interface NewInvListPGpublic boolean removeFromReviewList(ReviewPG _element)
removeFromReviewList in interface NewInvListPGpublic boolean addToReviewList(ReviewPG _element)
addToReviewList in interface NewInvListPGpublic java.util.List getStockList()
getStockList in interface InvListPGpublic boolean inStockList(StockPG _element)
InvListPG
inStockList in interface InvListPGpublic StockPG[] getStockListAsArray()
InvListPG
getStockListAsArray in interface InvListPGpublic StockPG getIndexedStockList(int _index)
InvListPG
getIndexedStockList in interface InvListPGpublic void setStockList(java.util.List stockList)
setStockList in interface NewInvListPGpublic void clearStockList()
clearStockList in interface NewInvListPGpublic boolean removeFromStockList(StockPG _element)
removeFromStockList in interface NewInvListPGpublic boolean addToStockList(StockPG _element)
addToStockList in interface NewInvListPGpublic boolean hasDataQuality()
hasDataQuality in interface org.cougaar.planning.ldm.asset.PropertyGrouppublic org.cougaar.planning.ldm.dq.DataQuality getDataQuality()
getDataQuality in interface org.cougaar.planning.ldm.dq.HasDataQualitypublic org.cougaar.planning.ldm.asset.PropertyGroup lock(java.lang.Object key)
lock in interface org.cougaar.planning.ldm.asset.PropertyGrouppublic org.cougaar.planning.ldm.asset.PropertyGroup lock()
lock in interface org.cougaar.planning.ldm.asset.PropertyGrouppublic org.cougaar.planning.ldm.asset.NewPropertyGroup unlock(java.lang.Object key)
unlock in interface org.cougaar.planning.ldm.asset.PropertyGroup
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface org.cougaar.planning.ldm.asset.PropertyGroupjava.lang.CloneNotSupportedExceptionpublic org.cougaar.planning.ldm.asset.PropertyGroup copy()
copy in interface org.cougaar.planning.ldm.asset.PropertyGrouppublic java.lang.Class getPrimaryClass()
getPrimaryClass in interface org.cougaar.planning.ldm.asset.PropertyGrouppublic java.lang.String getAssetGetMethod()
getAssetGetMethod in interface org.cougaar.planning.ldm.asset.PropertyGrouppublic java.lang.String getAssetSetMethod()
getAssetSetMethod in interface org.cougaar.planning.ldm.asset.PropertyGrouppublic java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface java.beans.BeanInfo
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||