public class Invitation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DISABLE
不可使用
|
static Integer |
ENBLE
可使用
|
| Constructor and Description |
|---|
Invitation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getId() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
void |
setCreateAt(Long createAt) |
void |
setId(Long id) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
String |
toString() |
public static final Integer ENBLE
public static final Integer DISABLE
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public Integer getStatus()
public void setStatus(Integer status)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2018. All Rights Reserved.