public class Property extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_INVALID
无效
|
static Integer |
STATUS_NORMAL
正常
|
| 构造器和说明 |
|---|
Property() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getClassifyId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
List<PropertyItem> |
getPropertyItemList() |
Integer |
getStatus() |
String |
getTitle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setClassifyId(Long classifyId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setPropertyItemList(List<PropertyItem> propertyItems) |
void |
setStatus(Integer status) |
void |
setTitle(String title) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_NORMAL
public static final Integer STATUS_INVALID
public Long getId()
public void setId(Long id)
public Long getClassifyId()
public void setClassifyId(Long classifyId)
public String getTitle()
public void setTitle(String title)
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)
public List<PropertyItem> getPropertyItemList()
public void setPropertyItemList(List<PropertyItem> propertyItems)
Copyright © 2021. All rights reserved.