public class Property extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_INVALID
无效
|
static Integer |
STATUS_NORMAL
正常
|
static Integer |
TYPE_PARAMETER
参数
|
static Integer |
TYPE_SPEC
规格
|
| 构造器和说明 |
|---|
Property() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getClassifyId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
List<PropertyItem> |
getPropertyItemList() |
Integer |
getStatus() |
String |
getTitle() |
Integer |
getType() |
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 |
setType(Integer type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_NORMAL
public static final Integer STATUS_INVALID
public static final Integer TYPE_SPEC
public static final Integer TYPE_PARAMETER
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)
public Integer getType()
public void setType(Integer type)
Copyright © 2022. All rights reserved.