org.exoplatform.mail.service
Class Group

java.lang.Object
  extended by 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()
           
 
Method Summary
 java.lang.String getDescription()
          The display description_ of the group
 java.lang.String getGroupName()
          The groupName_ of the contact for ex: friends, ...
 java.lang.String[] getPermissions()
           
 void setDescription(java.lang.String s)
           
 void setGroupName(java.lang.String s)
           
 void setPermissions(java.lang.String[] per)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

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.