com.wewebu.ow.server.ecmimpl.opencmis.users.alfresco.dao
Class GroupInstance

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.opencmis.users.alfresco.dao.GroupInstance

public class GroupInstance
extends Object

A Groups instance as retrieved from a REST call to alfresco/service/api/groups.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
4.1.1.0

Constructor Summary
GroupInstance()
           
 
Method Summary
 String getDisplayName()
           
 String getFullName()
           
 String getShortName()
           
 void setDisplayName(String displayName)
           
 void setFullName(String fullName)
           
 void setShortName(String shortName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupInstance

public GroupInstance()
Method Detail

getShortName

public String getShortName()

setShortName

public void setShortName(String shortName)

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.