public class UserServerRelation extends Object implements Serializable
| 构造器和说明 |
|---|
UserServerRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCid() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getMobile() |
Integer |
getPact() |
Long |
getPreDate() |
Long |
getSid() |
Integer |
getStatus() |
String |
getType() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCid(Long cid) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setMobile(String mobile) |
void |
setPact(Integer pact) |
void |
setPreDate(Long preDate) |
void |
setSid(Long sid) |
void |
setStatus(Integer status) |
void |
setType(String type) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getType()
public void setType(String type)
public Long getSid()
public void setSid(Long sid)
public String getMobile()
public void setMobile(String mobile)
public Long getCid()
public void setCid(Long cid)
public Long getUid()
public void setUid(Long uid)
public Long getPreDate()
public void setPreDate(Long preDate)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getPact()
public void setPact(Integer pact)
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.