@Entity
@Unique(columnName="CODE",
fields="constrTypeCode",
enableDfltMsg=true)
public class StructureClassification
extends org.egov.infra.persistence.entity.AbstractAuditable
Each deployment groups number of CostructionTypeSets and gives a common name. a For example: A particular ConstructionTypeSet might be composed of the following ConstructionType objects: TeakWood, MarbleFloor, RCCRoof. A name is given to the StructuralClassification. For example the name given to the above grouping can be Pucca. RoseWood, GraniteFloor and RCCRoof might also share the same name. A factor is normally associated with the Structural Classification which is used to calculate the demand of the Property.
ConstructionType,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_STRUCTURE_CLASSIFICATION |
| Constructor and Description |
|---|
StructureClassification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getConstrTypeCode() |
String |
getDescription() |
Float |
getFactor() |
Integer |
getFloorNum() |
Date |
getFromDate() |
Long |
getId() |
Boolean |
getIsActive() |
char |
getIsHistory() |
Integer |
getNumber() |
Integer |
getOrderId() |
org.egov.commons.Installment |
getStartInstallment() |
Date |
getToDate() |
String |
getTypeName() |
int |
hashCode() |
void |
setConstrTypeCode(String constrTypeCode) |
void |
setDescription(String description) |
void |
setFactor(Float factor) |
void |
setFloorNum(Integer floorNum) |
void |
setFromDate(Date fromDate) |
void |
setId(Long id) |
void |
setIsActive(Boolean isActive) |
void |
setIsHistory(char isHistory) |
void |
setNumber(Integer number) |
void |
setOrderId(Integer orderId) |
void |
setStartInstallment(org.egov.commons.Installment startInstallment) |
void |
setToDate(Date toDate) |
void |
setTypeName(String typeName) |
String |
toString() |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_STRUCTURE_CLASSIFICATION
public boolean equals(Object that)
public List<org.egov.infra.validation.exception.ValidationError> validate()
public String toString()
toString in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public String getTypeName()
public void setTypeName(String typeName)
public String getDescription()
public void setDescription(String description)
public String getConstrTypeCode()
public void setConstrTypeCode(String constrTypeCode)
public Integer getOrderId()
public void setOrderId(Integer orderId)
public Integer getFloorNum()
public void setFloorNum(Integer floorNum)
public Integer getNumber()
public void setNumber(Integer number)
public Float getFactor()
public void setFactor(Float factor)
public org.egov.commons.Installment getStartInstallment()
public void setStartInstallment(org.egov.commons.Installment startInstallment)
public char getIsHistory()
public void setIsHistory(char isHistory)
public Date getFromDate()
public void setFromDate(Date fromDate)
public Date getToDate()
public void setToDate(Date toDate)
public Boolean getIsActive()
public void setIsActive(Boolean isActive)
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>Copyright © 2015–2017 eGovernments Foundation. All rights reserved.