com.ibm.commerce.contract.objects
Interface TermConditionDescriptionAccessBeanData

All Known Implementing Classes:
TermConditionDescriptionAccessBean

public interface TermConditionDescriptionAccessBeanData


Method Summary
 java.lang.String getLanguageId()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getLongDescription()
           
 java.lang.String getShortDescription()
           
 java.lang.String getTcId()
           
 java.lang.String getTimeCreated()
           
 void setLanguageId(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setLongDescription(java.lang.String newValue)
           
 void setShortDescription(java.lang.String newValue)
           
 void setTcId(java.lang.String newValue)
           
 void setTimeCreated(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

getLastUpdate

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

getTcId

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

setLanguageId

public void setLanguageId(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setLongDescription

public void setLongDescription(java.lang.String newValue)

setShortDescription

public void setShortDescription(java.lang.String newValue)

setTcId

public void setTcId(java.lang.String newValue)

setTimeCreated

public void setTimeCreated(java.lang.String newValue)