public class PropertyItem extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_INVALID
无效
|
static Integer |
STATUS_NORMAL
正常
|
| Constructor and Description |
|---|
PropertyItem() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getPropertyId() |
Integer |
getStatus() |
String |
getTitle() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setPropertyId(Long propertyId) |
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 getPropertyId()
public void setPropertyId(Long propertyId)
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)
Copyright © 2021. All rights reserved.