public class GameScoreRecords extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
Is_Bast_Score |
static int |
Is_TypeBast_Score |
| 构造器和说明 |
|---|
GameScoreRecords() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBest() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getMode() |
Integer |
getRank() |
Long |
getScore() |
Integer |
getType() |
Integer |
getTypeBest() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUserId() |
String |
getUserName() |
void |
setBest(Integer best) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMode(Integer mode) |
void |
setRank(Integer rank) |
void |
setScore(Long score) |
void |
setType(Integer type) |
void |
setTypeBest(Integer typeBest) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUserId(Long userId) |
void |
setUserName(String userName) |
String |
toString() |
public static final int Is_Bast_Score
public static final int Is_TypeBast_Score
public Long getId()
public void setId(Long id)
public Integer getType()
public void setType(Integer type)
public Long getUserId()
public void setUserId(Long userId)
public Long getScore()
public void setScore(Long score)
public Integer getMode()
public void setMode(Integer mode)
public Integer getBest()
public void setBest(Integer best)
public Integer getRank()
public void setRank(Integer rank)
public Integer getTypeBest()
public void setTypeBest(Integer typeBest)
public String getUserName()
public void setUserName(String userName)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2017. All rights reserved.