org.exoplatform.mail.service
Class Group
java.lang.Object
org.exoplatform.mail.service.Group
public class Group
- extends java.lang.Object
Created by The eXo Platform SARL
Author : Hung Nguyen
hung.nguyen@exoplatform.com
July 2, 2007
|
Constructor Summary |
Group()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group()
getGroupName
public java.lang.String getGroupName()
- The groupName_ of the contact for ex: friends, ...
- Returns:
- the groupName_ of the group
setGroupName
public void setGroupName(java.lang.String s)
getPermissions
public java.lang.String[] getPermissions()
setPermissions
public void setPermissions(java.lang.String[] per)
getDescription
public java.lang.String getDescription()
- The display description_ of the group
- Returns:
- The group description
setDescription
public void setDescription(java.lang.String s)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.