Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected long |
id |
protected String |
label |
protected String |
uuid |
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationTime() |
String |
getDescription() |
long |
getId() |
String |
getLabel() |
Set<Account> |
getMembers() |
Date |
getModificationTime() |
Account |
getOwner() |
GroupType |
getType() |
String |
getUuid() |
boolean |
isAutoJoin() |
void |
setAutoJoin(boolean autoJoin) |
void |
setCreationTime(Date creationTime) |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setLabel(String label) |
void |
setModificationTime(Date modificationTime) |
void |
setOwner(Account owner) |
void |
setType(GroupType type) |
void |
setUuid(String uuid) |
UserGroup |
toDataTransferObject() |
protected long id
protected String uuid
protected String label
protected String description
public void setId(long id)
public String getUuid()
public void setUuid(String uuid)
public String getLabel()
public void setLabel(String label)
public String getDescription()
public void setDescription(String description)
public GroupType getType()
public void setType(GroupType type)
public Account getOwner()
public void setOwner(Account owner)
public Date getModificationTime()
public void setModificationTime(Date modificationTime)
public Date getCreationTime()
public void setCreationTime(Date creationTime)
public boolean isAutoJoin()
public void setAutoJoin(boolean autoJoin)
public UserGroup toDataTransferObject()
toDataTransferObject
in interface DataModel
Copyright © 2017. All rights reserved.