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
Constructor and Description |
---|
GroupInstance() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getFullName() |
String |
getShortName() |
void |
setDisplayName(String displayName) |
void |
setFullName(String fullName) |
void |
setShortName(String shortName) |
public String getShortName()
public void setShortName(String shortName)
public String getFullName()
public void setFullName(String fullName)
public String getDisplayName()
public void setDisplayName(String displayName)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.