org.exoplatform.services.jcr.ext.organization
Class GroupImpl

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.organization.GroupImpl
All Implemented Interfaces:
org.exoplatform.services.organization.Group

public class GroupImpl
extends java.lang.Object
implements org.exoplatform.services.organization.Group

Created by The eXo Platform SAS. Date: 24.07.2008

Version:
$Id: GroupImpl.java 21856 2008-10-23 14:18:20Z tolusha $
Author:
Peter Nedonosko

Method Summary
 java.lang.String getDescription()
          
 java.lang.String getGroupName()
          
 java.lang.String getId()
          
 java.lang.String getLabel()
          
 java.lang.String getParentId()
          
 java.lang.String getUUId()
          Get group's UUId.
 void setDescription(java.lang.String desc)
          
 void setGroupName(java.lang.String name)
          
 void setLabel(java.lang.String name)
          
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDescription

public java.lang.String getDescription()

Specified by:
getDescription in interface org.exoplatform.services.organization.Group

getGroupName

public java.lang.String getGroupName()

Specified by:
getGroupName in interface org.exoplatform.services.organization.Group

getId

public java.lang.String getId()

Specified by:
getId in interface org.exoplatform.services.organization.Group

getLabel

public java.lang.String getLabel()

Specified by:
getLabel in interface org.exoplatform.services.organization.Group

getParentId

public java.lang.String getParentId()

Specified by:
getParentId in interface org.exoplatform.services.organization.Group

getUUId

public java.lang.String getUUId()
Get group's UUId.

Returns:
The UUId of the group in the storage

setDescription

public void setDescription(java.lang.String desc)

Specified by:
setDescription in interface org.exoplatform.services.organization.Group

setGroupName

public void setGroupName(java.lang.String name)

Specified by:
setGroupName in interface org.exoplatform.services.organization.Group

setLabel

public void setLabel(java.lang.String name)

Specified by:
setLabel in interface org.exoplatform.services.organization.Group

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object


Copyright © 2012 eXo Platform SAS. All Rights Reserved.