|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.user.objects.RoleBean
This bean provides access to the ROLE table.
The following is a description of this table:
This table stores the roles defined in WebSphere Commerce. Once a role is created, you cannot change the name or description of a role using a graphical user interface tool.
Constructor Summary | |
RoleBean()
|
Method Summary | |
java.lang.String |
getName()
IBM internal use only. |
java.lang.Integer |
getRoleId()
IBM internal use only. |
void |
setName(java.lang.String aName)
IBM internal use only. |
void |
setRoleId(java.lang.Integer aRoleId)
IBM internal use only. |
Constructor Detail |
public RoleBean()
Method Detail |
public java.lang.String getName()
IBM internal use only.
public java.lang.Integer getRoleId()
IBM internal use only.
public void setName(java.lang.String aName)
IBM internal use only.
aName
- java.lang.Stringpublic 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 |