public class ClassifyContentsRelation extends Object implements Serializable
| Constructor and Description |
|---|
ClassifyContentsRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getClassifyId() |
Long |
getContentsId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setClassifyId(Long classifyId) |
void |
setContentsId(Long contentsId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getContentsId()
public void setContentsId(Long contentsId)
public Long getClassifyId()
public void setClassifyId(Long classifyId)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2021. All rights reserved.