public class ClassifyContentsRelation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
SOURCE_CLASSIFY_NO |
static int |
SOURCE_CLASSIFY_YES |
| Constructor and Description |
|---|
ClassifyContentsRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getClassifyId() |
Long |
getContentsId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getSourceClassify() |
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 |
setSourceClassify(Integer sourceClassify) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int SOURCE_CLASSIFY_YES
public static final int SOURCE_CLASSIFY_NO
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)
public Integer getSourceClassify()
public void setSourceClassify(Integer sourceClassify)
Copyright © 2023. All rights reserved.