public class Brand extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
IS_DEFAULT |
static int |
IS_NO_DEFAULT |
| Constructor and Description |
|---|
Brand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCover() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getIntroduction() |
Integer |
getIsDefault() |
String |
getLogo() |
String |
getMobile() |
String |
getName() |
String |
getSlogan() |
Integer |
getStatus() |
Long |
getUid() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
String |
getWechat() |
void |
setCover(String cover) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setIntroduction(String introduction) |
void |
setIsDefault(Integer isDefault) |
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 static final int IS_DEFAULT
public static final int IS_NO_DEFAULT
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)
public String getCover()
public void setCover(String cover)
public Integer getIsDefault()
public void setIsDefault(Integer isDefault)
Copyright © 2021. All rights reserved.