public class UserUnitRelation extends Object implements Serializable
| Constructor and Description |
|---|
UserUnitRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getScore() |
String |
getText() |
Long |
getUnitId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
Long |
getUserId() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setScore(Integer score) |
void |
setText(String text) |
void |
setUnitId(Long unitId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
void |
setUserId(Long userId) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUserId()
public void setUserId(Long userId)
public Long getUnitId()
public void setUnitId(Long unitId)
public Integer getScore()
public void setScore(Integer score)
public String getUrl()
public void setUrl(String url)
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)
public String getText()
public void setText(String text)
Copyright © 2018. All Rights Reserved.