|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.acl.model.AuthorityDTO
public class AuthorityDTO
AuthorityDTO class.
| Constructor Summary | |
|---|---|
AuthorityDTO()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Getter for the field description. |
Integer |
getId()
Getter for the field id. |
List<?> |
getItems()
Getter for the field items. |
String |
getName()
Getter for the field name. |
boolean |
hasItems()
hasItems |
boolean |
isNew()
isNew |
void |
setDescription(String description)
Setter for the field description. |
void |
setId(Integer id)
Setter for the field id. |
void |
setItems(List<?> items)
Setter for the field items. |
void |
setName(String value)
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 AuthorityDTO()
| Method Detail |
|---|
public String getName()
Getter for the field name.
getName in interface AuthorityViewString object.public Integer getId()
Getter for the field id.
getId in interface AuthorityViewInteger object.public void setName(String value)
Setter for the field name.
value - a String object.public void setId(Integer id)
Setter for the field id.
id - a Integer object.public boolean isNew()
isNew
public boolean hasItems()
hasItems
public List<?> getItems()
Getter for the field items.
getItems in interface AuthorityViewList object.public void setItems(List<?> items)
Setter for the field items.
items - a List object.public String getDescription()
Getter for the field description.
getDescription in interface AuthorityViewString object.public void setDescription(String description)
Setter for the field description.
description - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||