Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.authorization
Class CwMemberRoleProperties

java.lang.Object
  extended byoracle.workspaces.authorization.CwMemberRoleProperties

All Implemented Interfaces:
java.io.Serializable

public class CwMemberRoleProperties
extends java.lang.Object
implements java.io.Serializable

The class keeps all the member role properties together, such that caller can update more than one property in one call. The intrinsic properties, which can not be changed, are

The mutable properties, which can be changed, are

See Also:
Serialized Form

Constructor Summary
CwMemberRoleProperties(java.lang.String szId, java.lang.String szName, java.lang.String szDisplayName, java.lang.String szDesc)

Method Summary
java.lang.String getDescription()
Return the desciption of the member role
java.lang.String getDisplayName()
Return the display name of the member role
java.lang.String getId()
Return the Id of the workspace
java.lang.String getName()
Return the name of the member role.
void setDescription(java.lang.String szDesc)
Set the desciption.
void setDisplayName(java.lang.String szDisplayName)
Set the display name.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CwMemberRoleProperties

public CwMemberRoleProperties(java.lang.String szId,
                              java.lang.String szName,
                              java.lang.String szDisplayName,
                              java.lang.String szDesc)

Method Detail

getDescription

public java.lang.String getDescription()
Return the desciption of the member role
Returns:
the desciption of the member role

getDisplayName

public java.lang.String getDisplayName()
Return the display name of the member role
Returns:
the display name of the member role

getId

public java.lang.String getId()
Return the Id of the workspace
Returns:
the Id of the workspace

getName

public java.lang.String getName()
Return the name of the member role. The result is the same as oracle.workspaces.authorization.CwMemberRole#getName.
Returns:
the name of the member role.

setDescription

public void setDescription(java.lang.String szDesc)
Set the desciption. This call does not change the backend until the method oracle.workspaces.authorization.CwMemberRole#setMemberRoleProperties is invoked.

setDisplayName

public void setDisplayName(java.lang.String szDisplayName)
Set the display name. This call does not change the backend until the method oracle.workspaces.authorization.CwMemberRole#setMemberRoleProperties is invoked.

Copyright © 2001, 2005, Oracle. All rights reserved.