public class Application extends Object implements Serializable
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName() |
String |
getCopywrite() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
String |
getIntro() |
String |
getLogo() |
BigDecimal |
getPrice() |
String |
getSlogan() |
Integer |
getStatus() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
Integer |
getUserNum() |
void |
setApplicationName(String applicationName) |
void |
setCopywrite(String copywrite) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setIntro(String intro) |
void |
setLogo(String logo) |
void |
setPrice(BigDecimal price) |
void |
setSlogan(String slogan) |
void |
setStatus(Integer status) |
void |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
void |
setUserNum(Integer userNum) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getApplicationName()
public void setApplicationName(String applicationName)
public String getSlogan()
public void setSlogan(String slogan)
public String getCopywrite()
public void setCopywrite(String copywrite)
public Integer getType()
public void setType(Integer type)
public String getUrl()
public void setUrl(String url)
public String getIntro()
public void setIntro(String intro)
public String getLogo()
public void setLogo(String logo)
public String getImg()
public void setImg(String img)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public Integer getUserNum()
public void setUserNum(Integer userNum)
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)
Copyright © 2023. All rights reserved.