|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.acl.model.CategoryNodeONMSDTO
public class CategoryNodeONMSDTO
CategoryNodeONMSDTO class.
| Constructor Summary | |
|---|---|
CategoryNodeONMSDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getCategoryDescription()
Getter for the field categoryDescription. |
Integer |
getCategoryId()
Getter for the field categoryId. |
String |
getCategoryName()
Getter for the field categoryName. |
int |
hashCode()
|
void |
setCategoryDescription(String categoryDescription)
Setter for the field categoryDescription. |
void |
setCategoryId(Integer categoryId)
Setter for the field categoryId. |
void |
setCategoryName(String categoryName)
Setter for the field categoryName. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CategoryNodeONMSDTO()
| Method Detail |
|---|
public Integer getCategoryId()
Getter for the field categoryId.
Integer object.public void setCategoryId(Integer categoryId)
Setter for the field categoryId.
categoryId - a Integer object.public String getCategoryName()
Getter for the field categoryName.
String object.public void setCategoryName(String categoryName)
Setter for the field categoryName.
categoryName - a String object.public String getCategoryDescription()
Getter for the field categoryDescription.
String object.public void setCategoryDescription(String categoryDescription)
Setter for the field categoryDescription.
categoryDescription - a String object.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||