public class Poster extends Object implements Serializable
| Constructor and Description |
|---|
Poster() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getClassifyId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getFrequency() |
Long |
getId() |
String |
getImg() |
String |
getName() |
Long |
getPushAt() |
Long |
getPushBy() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setClassifyId(Long classifyId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFrequency(Long frequency) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setName(String name) |
void |
setPushAt(Long pushAt) |
void |
setPushBy(Long pushBy) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getImg()
public void setImg(String img)
public Long getClassifyId()
public void setClassifyId(Long classifyId)
public Long getFrequency()
public void setFrequency(Long frequency)
public Integer getStatus()
public void setStatus(Integer status)
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)
public Long getPushAt()
public void setPushAt(Long pushAt)
public Long getPushBy()
public void setPushBy(Long pushBy)
Copyright © 2023. All rights reserved.