|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.Role
Represents a Oracle Discussions user's role.
A role is represented by a role name and id. Oracle Discussions supports global,category and forum level roles.
. The listing below depicts the roles supported by Oracle Discussions Role ----------- Role Id
Constructor Summary | |
Role() Default constructor |
Method Summary | |
int |
getId() Returns the role id. |
java.lang.String |
getName() Returns the role name. |
boolean |
isCategoryRole() Returns if the role is a category level role. |
boolean |
isForumRole() Returns if the role is a forum level role. |
void |
setId(int id) Sets the role id. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Role()
Method Detail |
public void setId(int id)
id
- - Role idpublic int getId()
public java.lang.String getName()
public boolean isCategoryRole()
public boolean isForumRole()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |