public class CategoryNodeONMSDTO extends Object
CategoryNodeONMSDTO class.
Constructor and Description |
---|
CategoryNodeONMSDTO() |
Modifier and Type | Method and Description |
---|---|
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 . |
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.Copyright © 2015. All Rights Reserved.