@Entity public class Site extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Site() |
|
Site(String name,
EAPController eapController,
int userSessionQuota,
int voucherSessionQuota) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
EAPController |
getEapController() |
Long |
getId() |
String |
getName() |
int |
getUserSessionQuota() |
int |
getVoucherSessionQuota() |
int |
hashCode() |
void |
setEapController(EAPController eapController) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setUserSessionQuota(int userSessionQuota) |
void |
setVoucherSessionQuota(int voucherSessionQuota) |
String |
toString() |
protected Site()
public Site(String name, EAPController eapController, int userSessionQuota, int voucherSessionQuota)
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public EAPController getEapController()
public void setEapController(EAPController eapController)
public int getUserSessionQuota()
public void setUserSessionQuota(int userSessionQuota)
public int getVoucherSessionQuota()
public void setVoucherSessionQuota(int voucherSessionQuota)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.