@Entity public class Category extends BaseEntity
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Gets description
|
String |
getName()
Gets name
|
int |
hashCode() |
void |
setDescription(String description)
Sets description
|
void |
setName(String name)
Sets name
|
getId, setIdpublic String getDescription()
public void setDescription(String description)
description - descriptionpublic String getName()
public void setName(String name)
name - nameCopyright © 2017 Pivotal Software, Inc.. All rights reserved.