com.ibm.commerce.me.objects
Interface ProcurementProtocolAccessBeanData

All Known Implementing Classes:
ProcurementProtocolAccessBean

public interface ProcurementProtocolAccessBeanData


Method Summary
 java.lang.String getAuthenticationType()
           
 java.lang.String getClassificationDomain()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getField3()
           
 java.lang.String getProcurementProtocolComment()
           
 java.lang.String getProcurementSystemName()
           
 java.lang.String getProtocolId()
           
 java.lang.String getProtocolName()
           
 java.lang.String getTwoStepMode()
           
 java.lang.String getUomStandard()
           
 java.lang.String getVersion()
           
 void setAuthenticationType(java.lang.String newValue)
           
 void setClassificationDomain(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setField3(java.lang.String newValue)
           
 void setProcurementProtocolComment(java.lang.String newValue)
           
 void setProcurementSystemName(java.lang.String newValue)
           
 void setProtocolId(java.lang.String newValue)
           
 void setProtocolName(java.lang.String newValue)
           
 void setTwoStepMode(java.lang.String newValue)
           
 void setUomStandard(java.lang.String newValue)
           
 void setVersion(java.lang.String newValue)
           
 

Method Detail

getAuthenticationType

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

getClassificationDomain

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

getProcurementProtocolComment

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

getProcurementSystemName

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

getProtocolId

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

getProtocolName

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

getTwoStepMode

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

getUomStandard

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

getVersion

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

setAuthenticationType

public void setAuthenticationType(java.lang.String newValue)

setClassificationDomain

public void setClassificationDomain(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)

setProcurementProtocolComment

public void setProcurementProtocolComment(java.lang.String newValue)

setProcurementSystemName

public void setProcurementSystemName(java.lang.String newValue)

setProtocolId

public void setProtocolId(java.lang.String newValue)

setProtocolName

public void setProtocolName(java.lang.String newValue)

setTwoStepMode

public void setTwoStepMode(java.lang.String newValue)

setUomStandard

public void setUomStandard(java.lang.String newValue)

setVersion

public void setVersion(java.lang.String newValue)