public class Invitation extends Object implements Serializable
| コンストラクタと説明 |
|---|
Invitation() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 © 2019. All Rights Reserved.