public class Group extends FlowDomainObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Group.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected HashSet<String> |
memberIds |
creationDate, creatorId, id, lastEditDate, lastEditorId| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayName() |
HashSet<String> |
getMemberIds() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setMemberIds(HashSet<String> memberIds) |
String |
toString() |
equals, getCreationDate, getCreatorId, getId, getLastEditDate, getLastEditorId, hashCode, setCreationDate, setCreatorId, setId, setLastEditDate, setLastEditorIdpublic String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
public String toString()
toString in class FlowDomainObjectCopyright © 2015. All rights reserved.