|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.acl.model.GroupDTO
public class GroupDTO
GroupDTO class.
| Constructor Summary | |
|---|---|
GroupDTO()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupDTO()
| Method Detail |
|---|
public String getName()
Getter for the field name.
getName in interface GroupViewString object.public void setName(String name)
Setter for the field name.
name - a String object.public Integer getId()
Getter for the field id.
getId in interface GroupViewInteger object.public void setId(Integer id)
Setter for the field id.
id - a Integer object.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.public List<GroupView> getGroups()
Getter for the field groups.
getGroups in interface GroupViewList object.public void setGroups(List<GroupView> groups)
Setter for the field groups.
groups - a List object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||