public class PropertyStatus extends Object implements Serializable
This class defines Property Status i.e A Property has a Status indicating its current state. PropertyStatus can be Assessed, UnAssessed etc.
| Constructor and Description |
|---|
PropertyStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Integer |
getID() |
Date |
getLastUpdatedTimeStamp() |
String |
getName() |
String |
getStatusCode() |
int |
hashCode() |
void |
setID(Integer id) |
void |
setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp) |
void |
setName(String name) |
void |
setStatusCode(String statusCode) |
String |
toString() |
boolean |
validate() |
public Integer getID()
public void setID(Integer id)
id - The iD to set.public String getName()
public void setName(String name)
name - The name to set.public Date getLastUpdatedTimeStamp()
public void setLastUpdatedTimeStamp(Date lastUpdatedTimeStamp)
lastUpdatedTimeStamp - The lastUpdatedTimeStamp to set.public String getStatusCode()
public void setStatusCode(String statusCode)
statusCode - the statusCode to setpublic boolean equals(Object that)
public boolean validate()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.