com.ibm.commerce.order.objects
Interface TradingPositionContainerAccessBeanData

All Known Implementing Classes:
TradingPositionContainerAccessBean

public interface TradingPositionContainerAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getFlags()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getMemberId()
           
 java.lang.String getName()
           
 java.lang.String getPrecedence()
           
 java.lang.String getProductSetId()
           
 java.lang.String getTradingPositionContainerId()
           
 java.lang.String getType()
           
 void setDescription(java.lang.String newValue)
           
 void setFlags(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setPrecedence(java.lang.String newValue)
           
 void setProductSetId(java.lang.String newValue)
           
 void setType(java.lang.String newValue)
           
 

Method Detail

getDescription

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

getFlags

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

getMarkForDelete

public java.lang.String getMarkForDelete()
                                  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

getName

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

getPrecedence

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

getProductSetId

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

getTradingPositionContainerId

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

getType

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

setDescription

public void setDescription(java.lang.String newValue)

setFlags

public void setFlags(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setPrecedence

public void setPrecedence(java.lang.String newValue)

setProductSetId

public void setProductSetId(java.lang.String newValue)

setType

public void setType(java.lang.String newValue)