public class NavigationItemDataTO extends Object implements Serializable
| Constructor and Description |
|---|
NavigationItemDataTO() |
| Modifier and Type | Method and Description |
|---|---|
static NavigationItemDataTO |
clone(NavigationItemDataTO data)
Clone the provided data TO.
|
String |
getContextId() |
String |
getContextType() |
Map<String,Object> |
getFilters() |
void |
setContextId(String contextId) |
void |
setContextType(String contextType) |
void |
setFilters(Map<String,Object> filters) |
String |
toString() |
public static NavigationItemDataTO clone(NavigationItemDataTO data)
data - the TO to clonepublic String getContextId()
public String getContextType()
public void setContextId(String contextId)
contextId - Id for the entity the context refers to.public void setContextType(String contextType)
contextType - Type of the context.public void setFilters(Map<String,Object> filters)
filters - Filters of this context.Copyright © 2019 Communote team. All rights reserved.