public class UserGroup
extends java.lang.Object
| Constructor and Description |
|---|
UserGroup() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedAt()
Gets the timestamp of the group creation.
|
java.lang.String |
getCreatedBy()
Gets the name of the creating user.
|
java.lang.String |
getDescription()
Gets the group description.
|
int |
getId()
Gets the ID of the user group.
|
java.lang.String |
getName()
Gets the name of the user group.
|
int[] |
getProjectAssignments()
Gets the IDs of the projects assigned to this group.
|
boolean |
isLocked()
Indicates whether the user group is locked or not.
|
void |
setCreatedAt(long createdAt)
Sets the timestamp of the group creation.
|
void |
setCreatedBy(java.lang.String createdBy)
Sets the name of the creating user.
|
void |
setDescription(java.lang.String description)
Sets the group description.
|
void |
setId(int id)
Sets the ID of the user group.
|
void |
setLocked(boolean isLocked)
Sets whether the user group is locked or not.
|
void |
setName(java.lang.String name)
Sets the name of the user group.
|
void |
setProjectAssignments(int[] projectAssignments)
Sets the IDs of the projects that are to be assigned to this group.
|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public boolean isLocked()
public void setLocked(boolean isLocked)
isLocked - public int[] getProjectAssignments()
public void setProjectAssignments(int[] projectAssignments)
projectAssignments - public long getCreatedAt()
public void setCreatedAt(long createdAt)
createdAt - public java.lang.String getCreatedBy()
public void setCreatedBy(java.lang.String createdBy)
createdBy - public int getId()
public void setId(int id)
id - public java.lang.String getName()
public void setName(java.lang.String name)
name - Copyright © Micro Focus 2004-2019. All rights reserved.