com.ibm.commerce.user.objects
Interface OrganizationCodeAccessBeanData

All Known Implementing Classes:
OrganizationCodeAccessBean

public interface OrganizationCodeAccessBeanData


Method Summary
 java.lang.String getCode()
           
 java.lang.String getCodeType()
           
 java.lang.String getOrganizationCodeId()
           
 java.lang.String getOrganizationId()
           
 void setCode(java.lang.String newValue)
           
 void setCodeType(java.lang.String newValue)
           
 void setOrganizationCodeId(java.lang.String newValue)
           
 void setOrganizationId(java.lang.String newValue)
           
 

Method Detail

getCode

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

getCodeType

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

getOrganizationCodeId

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

getOrganizationId

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

setCode

public void setCode(java.lang.String newValue)

setCodeType

public void setCodeType(java.lang.String newValue)

setOrganizationCodeId

public void setOrganizationCodeId(java.lang.String newValue)

setOrganizationId

public void setOrganizationId(java.lang.String newValue)