public class Brand extends Object implements Serializable
| Constructor and Description |
|---|
Brand() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getIntroduction() |
String |
getLogo() |
String |
getMobile() |
String |
getName() |
String |
getSlogan() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
String |
getWechat() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setIntroduction(String introduction) |
void |
setLogo(String logo) |
void |
setMobile(String mobile) |
void |
setName(String name) |
void |
setSlogan(String slogan) |
void |
setStatus(Integer status) |
void |
setUid(Long uid) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
void |
setWechat(String wechat) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getUid()
public void setUid(Long uid)
public String getName()
public void setName(String name)
public String getSlogan()
public void setSlogan(String slogan)
public String getMobile()
public void setMobile(String mobile)
public String getWechat()
public void setWechat(String wechat)
public String getUrl()
public void setUrl(String url)
public String getLogo()
public void setLogo(String logo)
public String getIntroduction()
public void setIntroduction(String introduction)
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 getStatus()
public void setStatus(Integer status)
Copyright © 2020. All rights reserved.