public class NavigationContext extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Set<Integer> |
campaigns |
protected Set<String> |
domains |
protected Set<String> |
growingPlans |
protected Set<String> |
growingSystems |
protected Set<String> |
networks |
| Constructor and Description |
|---|
NavigationContext() |
NavigationContext(NavigationContext other)
Create new navigation context instance by coping other navigation context values.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Integer> |
getCampaigns() |
int |
getCampaignsCount() |
Set<String> |
getDomains() |
int |
getDomainsCount() |
Set<String> |
getGrowingPlans() |
int |
getGrowingPlansCount() |
Set<String> |
getGrowingSystems() |
int |
getGrowingSystemsCount() |
Set<String> |
getNetworks() |
int |
getNetworksCount() |
void |
setCampaigns(Set<Integer> campaigns) |
void |
setDomains(Set<String> domains) |
void |
setGrowingPlans(Set<String> growingPlans) |
void |
setGrowingSystems(Set<String> growingSystems) |
void |
setNetworks(Set<String> networks) |
public NavigationContext()
public NavigationContext(NavigationContext other)
other - other navigation context to copyCopyright © 2013–2015 Inra. All rights reserved.