public class Poster extends Object implements Serializable
| Constructor and Description |
|---|
Poster() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBankId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getPromotionImg() |
String |
getPropagandaImg() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBankId(Long bankId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setPromotionImg(String promotionImg) |
void |
setPropagandaImg(String propagandaImg) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int FREEZE
public static final int UNFREEZE
public Long getId()
public void setId(Long id)
public Long getBankId()
public void setBankId(Long bankId)
public Integer getStatus()
public void setStatus(Integer status)
public String getPropagandaImg()
public void setPropagandaImg(String propagandaImg)
public String getPromotionImg()
public void setPromotionImg(String promotionImg)
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 © 2018. All rights reserved.