public class ProductRAO extends AbstractActionedRAO
| Constructor and Description |
|---|
ProductRAO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<CategoryRAO> |
getCategories() |
String |
getCode() |
int |
hashCode() |
void |
setCategories(Set<CategoryRAO> categories) |
void |
setCode(String code) |
getActions, setActionspublic void setCode(String code)
public String getCode()
public void setCategories(Set<CategoryRAO> categories)
public Set<CategoryRAO> getCategories()
public boolean equals(Object o)
equals in class AbstractActionedRAOpublic int hashCode()
hashCode in class AbstractActionedRAOCopyright © 2017 SAP SE. All Rights Reserved.