public class VipData
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected long |
expire |
protected int |
level |
protected long |
points |
| Constructor and Description |
|---|
VipData() |
VipData(int level,
long expire,
long points) |
| Modifier and Type | Method and Description |
|---|---|
long |
getExpire() |
int |
getLevel() |
long |
getPoints() |
void |
setExpire(long expire) |
void |
setLevel(int level) |
void |
setPoints(long points) |