com.ibm.commerce.user.objects
Interface OrganizationCodeAccessBeanData

All Known Implementing Classes:
OrganizationCodeAccessBean

public interface OrganizationCodeAccessBeanData

This table contains the unique identification of an OrgEntity under different identification systems or domains. This can be used to identify buyer organizations and supplier organizations to each other in procurement systems.


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
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCode

public void setCode(java.lang.String newValue)

getOrganizationCodeId

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

setOrganizationCodeId

public void setOrganizationCodeId(java.lang.String newValue)

getCodeType

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

setCodeType

public void setCodeType(java.lang.String newValue)

getOrganizationId

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

setOrganizationId

public void setOrganizationId(java.lang.String newValue)

Feedback