public class ConstructionTypeImpl extends org.egov.infstr.models.BaseModel implements ConstructionType
This class gives the implementation for ConstructionType. A building is constructed of Floor, Wall, Roof, Wood etc. Each of them represents a ConstructionType.
ConstructionType,
Serialized Form| Constructor and Description |
|---|
ConstructionTypeImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getCode() |
String |
getName() |
String |
getType() |
int |
hashCode() |
void |
setCode(String code) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
getCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setId, setModifiedBy, setModifiedDate, validateclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreatedBy, getCreatedDate, getId, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setId, setModifiedBy, setModifiedDatepublic String getType()
getType in interface ConstructionTypepublic void setType(String type)
setType in interface ConstructionTypepublic String getName()
getName in interface ConstructionTypepublic void setName(String name)
setName in interface ConstructionTypepublic String getCode()
getCode in interface ConstructionTypepublic void setCode(String code)
setCode in interface ConstructionTypepublic boolean equals(Object that)
equals in class org.egov.infstr.models.BaseModelpublic int hashCode()
hashCode in class org.egov.infstr.models.BaseModelCopyright © 2015–2017 eGovernments Foundation. All rights reserved.