public class ContentsInfo extends Object implements Serializable
| Constructor and Description |
|---|
ContentsInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getContents_id() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getPageNo() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getUrl() |
void |
setContents_id(Long contents_id) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setPageNo(Integer pageNo) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(Long url) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getContents_id()
public void setContents_id(Long contents_id)
public Long getUrl()
public void setUrl(Long url)
public Integer getPageNo()
public void setPageNo(Integer pageNo)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2023. All rights reserved.