com.ibm.commerce.contract.objects
Interface ContractDisplayAccessBeanData

All Known Implementing Classes:
ContractDisplayAccessBean

public interface ContractDisplayAccessBeanData


Method Summary
 java.lang.String getContractId()
           
 java.lang.String getDevicefmtId()
           
 java.lang.String getDisplayPageName()
           
 java.lang.String getParticipantRoleId()
           
 java.lang.String getReferenceNumber()
           
 void setDisplayPageName(java.lang.String newValue)
           
 void setParticipantRoleId(java.lang.String newValue)
           
 void setReferenceNumber(java.lang.String newValue)
           
 

Method Detail

getContractId

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

getDevicefmtId

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

getDisplayPageName

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

getParticipantRoleId

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

getReferenceNumber

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

setDisplayPageName

public void setDisplayPageName(java.lang.String newValue)

setParticipantRoleId

public void setParticipantRoleId(java.lang.String newValue)

setReferenceNumber

public void setReferenceNumber(java.lang.String newValue)