com.ibm.commerce.contract.objects
Interface TradingDescriptionAccessBeanData

All Known Implementing Classes:
TradingDescriptionAccessBean

public interface TradingDescriptionAccessBeanData


Method Summary
 java.lang.String getLanguageId()
           
 java.lang.String getLongDescription()
           
 java.lang.String getShortDescription()
           
 java.lang.String getTimeCreated()
           
 java.lang.String getTimeUpdated()
           
 java.lang.String getTradingId()
           
 void setLanguageId(java.lang.String newValue)
           
 void setLongDescription(java.lang.String newValue)
           
 void setShortDescription(java.lang.String newValue)
           
 void setTimeCreated(java.lang.String newValue)
           
 void setTimeUpdated(java.lang.String newValue)
           
 void setTradingId(java.lang.String newValue)
           
 

Method Detail

getLanguageId

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

getLongDescription

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

getShortDescription

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

getTimeCreated

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

getTimeUpdated

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

getTradingId

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

setLanguageId

public void setLanguageId(java.lang.String newValue)

setLongDescription

public void setLongDescription(java.lang.String newValue)

setShortDescription

public void setShortDescription(java.lang.String newValue)

setTimeCreated

public void setTimeCreated(java.lang.String newValue)

setTimeUpdated

public void setTimeUpdated(java.lang.String newValue)

setTradingId

public void setTradingId(java.lang.String newValue)