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

B25479-01


oracle.workspaces.authorization
Class CwSubgroupProperties

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


public class CwSubgroupProperties
extends java.lang.Object

The class keeps all the subgroup 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


Method Summary
CwUser getCreator()
Return the creator of the group
java.lang.String getDescription()
Return the description of the group
java.lang.String getDisplayName()
Return the display name of the group
java.lang.String getDistinguishedName()
Return the distinguished name of the group
java.lang.String getEmailAddress()
Return the email address of the subgroup.
java.lang.String getId()
Return the id of the group
java.lang.String getName()
Return the name of the group
void setDescription(java.lang.String szDesc)
Set the description of the group.
void setDisplayName(java.lang.String szDisplayName)
Set the display name of the group.
void setEmailAddress(java.lang.String szEmail)

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

Method Detail

getCreator

public CwUser getCreator()
Return the creator of the group
Returns:
the creator of the group

getDescription

public java.lang.String getDescription()
Return the description of the group
Returns:
the description of the group

getDisplayName

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

getDistinguishedName

public java.lang.String getDistinguishedName()
Return the distinguished name of the group
Returns:
the distinguished name of the group

getEmailAddress

public java.lang.String getEmailAddress()
Return the email address of the subgroup. If the email is not set, the empty string is returned.

getId

public java.lang.String getId()
Return the id of the group
Returns:
the id of the group

getName

public java.lang.String getName()
Return the name of the group
Returns:
the name of the group

setDescription

public void setDescription(java.lang.String szDesc)
Set the description of the group. This call does not change the backend until the method oracle.workspaces.authorization.CwUserManager#setSubgroupProperties is invoked.

setDisplayName

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

setEmailAddress

public void setEmailAddress(java.lang.String szEmail)

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