public class RoleModel
extends cn.ipokerface.common.model.BaseIdModel
Description:
| 构造器和说明 |
|---|
RoleModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreatedTimestamp() |
String |
getName() |
String |
getRemark() |
Long |
getUpdatedTimestamp() |
void |
setCreatedTimestamp(Long createdTimestamp) |
void |
setName(String name) |
void |
setRemark(String remark) |
void |
setUpdatedTimestamp(Long updatedTimestamp) |
public String getName()
public void setName(String name)
public String getRemark()
public void setRemark(String remark)
public Long getCreatedTimestamp()
public void setCreatedTimestamp(Long createdTimestamp)
public Long getUpdatedTimestamp()
public void setUpdatedTimestamp(Long updatedTimestamp)
Copyright © 2021. All rights reserved.