com.ibm.commerce.negotiation.objects
Interface MemberAuctionRelationAccessBeanData

All Known Implementing Classes:
MemberAuctionRelationAccessBean

public interface MemberAuctionRelationAccessBeanData


Method Summary
 java.lang.String getAuctionId()
           
 java.lang.String getComment()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getField3()
           
 java.lang.String getMemberId()
           
 java.lang.String getRelationType()
           
 java.lang.String getStatus()
           
 void setAuctionId(java.lang.String newValue)
           
 void setComment(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setField3(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setRelationType(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 

Method Detail

getAuctionId

public java.lang.String getAuctionId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

getComment

public java.lang.String getComment()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

getMemberId

public java.lang.String getMemberId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

getRelationType

public java.lang.String getRelationType()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

getStatus

public java.lang.String getStatus()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

setAuctionId

public void setAuctionId(java.lang.String newValue)

setComment

public void setComment(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setField3

public void setField3(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setRelationType

public void setRelationType(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)