net.kencochrane.a4j.beans
Class SellerProfile

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

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

http://www.KenCochrane.net Ken Cochrane Date: May 16, 2003 Time: 3:44:20 PM

See Also:
Serialized Form

Constructor Summary
SellerProfile()
           
 
Method Summary
 SellerProfileDetails getSellerProfileDetails()
           
 void setSellerProfileDetails(SellerProfileDetails sellerProfile)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SellerProfile

public SellerProfile()
Method Detail

getSellerProfileDetails

public SellerProfileDetails getSellerProfileDetails()

setSellerProfileDetails

public void setSellerProfileDetails(SellerProfileDetails sellerProfile)

toString

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