public class FavoriteCategoryImpl extends Object implements FavoriteCategory
| Constructor and Description |
|---|
FavoriteCategoryImpl(String label,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreationTime() |
String |
getDescription() |
String |
getLabel() |
Date |
getModificationTime() |
PK |
getPK() |
String |
getType() |
UserModel |
getUser() |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setUser(UserModel user) |
public String getDescription()
public void setDescription(String description)
public void setUser(UserModel user)
public UserModel getUser()
public String getType()
public PK getPK()
getPK in interface FavoriteCategorypublic Date getCreationTime()
public Date getModificationTime()
public void setLabel(String label)
setLabel in interface FavoriteCategorypublic String getLabel()
getLabel in interface FavoriteCategoryCopyright © 2017 SAP SE. All Rights Reserved.