com.ibm.commerce.user.objects
Interface BusinessProfileAccessBeanData

All Known Implementing Classes:
BusinessProfileAccessBean

public interface BusinessProfileAccessBeanData


Method Summary
 java.lang.String getAlternateId()
           
 java.lang.String getDepartmentNumber()
           
 java.lang.String getEmployeeId()
           
 java.lang.String getEmployeeType()
           
 java.lang.String getManager()
           
 java.lang.String getOrganizationId()
           
 java.lang.String getOrganizationUnitId()
           
 java.lang.String getRequistionerId()
           
 java.lang.String getSecretary()
           
 java.lang.String getUserId()
           
 void setAlternateId(java.lang.String newValue)
           
 void setDepartmentNumber(java.lang.String newValue)
           
 void setEmployeeId(java.lang.String newValue)
           
 void setEmployeeType(java.lang.String newValue)
           
 void setManager(java.lang.String newValue)
           
 void setOrganizationId(java.lang.String newValue)
           
 void setOrganizationUnitId(java.lang.String newValue)
           
 void setRequistionerId(java.lang.String newValue)
           
 void setSecretary(java.lang.String newValue)
           
 void setUserId(java.lang.String newValue)
           
 

Method Detail

getAlternateId

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

getDepartmentNumber

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

getEmployeeId

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

getEmployeeType

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

getManager

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

getOrganizationUnitId

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

getRequistionerId

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

getSecretary

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

getUserId

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

setAlternateId

public void setAlternateId(java.lang.String newValue)

setDepartmentNumber

public void setDepartmentNumber(java.lang.String newValue)

setEmployeeId

public void setEmployeeId(java.lang.String newValue)

setEmployeeType

public void setEmployeeType(java.lang.String newValue)

setManager

public void setManager(java.lang.String newValue)

setOrganizationId

public void setOrganizationId(java.lang.String newValue)

setOrganizationUnitId

public void setOrganizationUnitId(java.lang.String newValue)

setRequistionerId

public void setRequistionerId(java.lang.String newValue)

setSecretary

public void setSecretary(java.lang.String newValue)

setUserId

public void setUserId(java.lang.String newValue)