public class Context extends Object
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
App |
getApp() |
Device |
getDevice() |
Dooh |
getDooh() |
Regs |
getRegs() |
Restrictions |
getRestrictions() |
Site |
getSite() |
@Valid User |
getUser() |
int |
hashCode() |
void |
setApp(App app) |
void |
setDevice(Device device) |
void |
setDooh(Dooh dooh) |
void |
setRegs(Regs regs) |
void |
setRestrictions(Restrictions restrictions) |
void |
setSite(Site site) |
void |
setUser(@Valid User user) |
public Site getSite()
public void setSite(Site site)
public App getApp()
public void setApp(App app)
@Valid public @Valid User getUser()
public void setUser(@Valid
@Valid User user)
public Dooh getDooh()
public void setDooh(Dooh dooh)
public Device getDevice()
public void setDevice(Device device)
public Regs getRegs()
public void setRegs(Regs regs)
public Restrictions getRestrictions()
public void setRestrictions(Restrictions restrictions)
Copyright © 2019. All rights reserved.