eXo JCR :: Ext :: Services 1.16.0-Alpha1

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

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

public class GroupImpl
extends Object
implements org.exoplatform.services.organization.Group, org.exoplatform.services.organization.ExtendedCloneable

Created by The eXo Platform SAS. Date: 24.07.2008

Version:
$Id: GroupImpl.java 76870 2011-11-22 10:38:54Z dkuleshov $
Author:
Peter Nedonosko

Method Summary
 GroupImpl clone()
          
 String getDescription()
          
 String getGroupName()
          
 String getId()
          
 String getLabel()
          
 String getParentId()
          
 void setDescription(String desc)
          
 void setGroupName(String name)
          
 void setLabel(String name)
          
 void setParentId(String parentId)
          Sets new parenId and refresh groupId.
 String toString()
          
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDescription

public String getDescription()

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

getGroupName

public String getGroupName()

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

getId

public String getId()

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

getLabel

public String getLabel()

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

getParentId

public String getParentId()

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

setDescription

public void setDescription(String desc)

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

setGroupName

public void setGroupName(String name)

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

setParentId

public void setParentId(String parentId)
Sets new parenId and refresh groupId.


setLabel

public void setLabel(String name)

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

toString

public String toString()

Overrides:
toString in class Object

clone

public GroupImpl clone()

Specified by:
clone in interface org.exoplatform.services.organization.ExtendedCloneable
Overrides:
clone in class Object

eXo JCR :: Ext :: Services 1.16.0-Alpha1

Copyright © 2013 eXo Platform SAS. All Rights Reserved.