public class GoodsSortAttributes extends Object implements Serializable
| 构造器和说明 |
|---|
GoodsSortAttributes() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAttributesList() |
String |
getAttributesName() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getGoodsSortId() |
Long |
getId() |
Integer |
getShelfStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setAttributesList(String attributesList) |
void |
setAttributesName(String attributesName) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGoodsSortId(Long goodsSortId) |
void |
setId(Long id) |
void |
setShelfStatus(Integer shelfStatus) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int SHELF_OFF
public static final int SHELF_ON
public Long getId()
public void setId(Long id)
public String getAttributesName()
public void setAttributesName(String attributesName)
public Long getGoodsSortId()
public void setGoodsSortId(Long goodsSortId)
public String getAttributesList()
public void setAttributesList(String attributesList)
public Integer getShelfStatus()
public void setShelfStatus(Integer shelfStatus)
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.