| Constructor and Description |
|---|
GroupDTO() |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getAuthorities()
Getter for the field
authorities. |
Boolean |
getEmptyUsers()
Getter for the field
emptyUsers. |
List<GroupView> |
getGroups()
Getter for the field
groups. |
Integer |
getId()
Getter for the field
id. |
String |
getName()
Getter for the field
name. |
boolean |
hasAuthorities()
hasAuthorities
|
boolean |
hasGroups()
hasGroups
|
boolean |
isNew()
isNew
|
void |
setAuthorities(List<?> items)
Setter for the field
authorities. |
void |
setEmptyUsers(Boolean usersEmpty)
Setter for the field
emptyUsers. |
void |
setGroups(List<GroupView> groups)
Setter for the field
groups. |
void |
setId(Integer id)
Setter for the field
id. |
void |
setName(String name)
Setter for the field
name. |
public String getName()
Getter for the field name.
public void setName(String name)
Setter for the field name.
name - a String object.public Integer getId()
Getter for the field id.
public boolean isNew()
isNew
public boolean hasAuthorities()
hasAuthorities
public boolean hasGroups()
hasGroups
public void setAuthorities(List<?> items)
Setter for the field authorities.
items - a List object.public List<?> getAuthorities()
Getter for the field authorities.
List object.public Boolean getEmptyUsers()
Getter for the field emptyUsers.
getEmptyUsers in interface GroupViewBoolean object.public void setEmptyUsers(Boolean usersEmpty)
Setter for the field emptyUsers.
usersEmpty - a Boolean object.Copyright © 2015. All Rights Reserved.