This table stores role assignment for members. Each member can play one or more roles in the WebSphere Commerce system. When a member is assigned a role, the orgEntity for which the member plays that role can also be specified.
Method Summary | |
java.lang.String | getMemberId() |
java.lang.String | getOrgEntityId() |
java.lang.String | getRoleId() |
void | setMemberId(java.lang.String newValue) |
void | setOrgEntityId(java.lang.String newValue) |
void | setRoleId(java.lang.String newValue) |
Method Detail |
public java.lang.String getRoleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setRoleId(java.lang.String newValue)
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
public java.lang.String getOrgEntityId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setOrgEntityId(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.