|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.MemberRoleBean
This bean provides access to the MBRROLE table.
The following is a description of this table:
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.
Constructor Summary | |
MemberRoleBean()
|
Method Summary | |
java.lang.Long |
getMemberId()
This method provides access to the MBRROLE.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrgEntityId()
This method provides access to the MBRROLE.ORGENTITY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getRoleId()
IBM internal use only. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRROLE.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrgEntityId(java.lang.Long aOrgEntityId)
This method provides access to the MBRROLE.ORGENTITY_ID column of DB2 type BIGINT NOT NULL. |
void |
setRoleId(java.lang.Integer aRoleId)
IBM internal use only. |
Constructor Detail |
public MemberRoleBean()
Method Detail |
public java.lang.Long getMemberId()
This method provides access to the MBRROLE.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table for the member who plays this role.
public java.lang.Long getOrgEntityId()
This method provides access to the MBRROLE.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORGENTITY table for the orgEntity for which the member plays this role.
public java.lang.Integer getRoleId()
IBM internal use only.
public void setMemberId(java.lang.Long aMemberId)
This method provides access to the MBRROLE.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table for the member who plays this role.
aMemberId
- java.lang.Longpublic void setOrgEntityId(java.lang.Long aOrgEntityId)
This method provides access to the MBRROLE.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORGENTITY table for the orgEntity for which the member plays this role.
aOrgEntityId
- java.lang.Longpublic void setRoleId(java.lang.Integer aRoleId)
IBM internal use only.
aRoleId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |