net.kencochrane.a4j.beans
Class ThirdPartyProductInfo

java.lang.Object
  |
  +--net.kencochrane.a4j.beans.ThirdPartyProductInfo
All Implemented Interfaces:
java.io.Serializable

public class ThirdPartyProductInfo
extends java.lang.Object
implements java.io.Serializable

http://www.KenCochrane.net Ken Cochrane Date: May 16, 2003 Time: 11:18:59 AM

See Also:
Serialized Form

Constructor Summary
ThirdPartyProductInfo()
           
 
Method Summary
 java.util.ArrayList getProductsArrayList()
           
 ThirdPartyProductDetails[] getThirdPartyProductDetails()
           
 void setThirdPartyProductDetails(ThirdPartyProductDetails[] products)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThirdPartyProductInfo

public ThirdPartyProductInfo()
Method Detail

getThirdPartyProductDetails

public ThirdPartyProductDetails[] getThirdPartyProductDetails()

setThirdPartyProductDetails

public void setThirdPartyProductDetails(ThirdPartyProductDetails[] products)

getProductsArrayList

public java.util.ArrayList getProductsArrayList()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object