@Entity
public class SewerageFieldInspectionDetails
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_FIELDINSPECTIONDETAILS |
| Constructor and Description |
|---|
SewerageFieldInspectionDetails() |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
SewerageFieldInspection |
getFieldInspection() |
Long |
getId() |
String |
getMode() |
Integer |
getNoOfPipes() |
Integer |
getNoOfScrews() |
double |
getPipeLength() |
Integer |
getPipeSize() |
Integer |
getRoadLength() |
String |
getRoadOwner() |
Integer |
getScrewSize() |
boolean |
isRoadDigging() |
void |
setDistance(double distance) |
void |
setFieldInspection(SewerageFieldInspection fieldInspection) |
void |
setId(Long id) |
void |
setMode(String mode) |
void |
setNoOfPipes(Integer noOfPipes) |
void |
setNoOfScrews(Integer noOfScrews) |
void |
setPipeLength(double pipeLength) |
void |
setPipeSize(Integer pipeSize) |
void |
setRoadDigging(boolean roadDigging) |
void |
setRoadLength(Integer roadLength) |
void |
setRoadOwner(String roadOwner) |
void |
setScrewSize(Integer screwSize) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_FIELDINSPECTIONDETAILS
public Long getId()
getId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public void setId(Long id)
setId in class org.egov.infra.persistence.entity.AbstractPersistable<Long>public String getMode()
public void setMode(String mode)
public Integer getNoOfPipes()
public void setNoOfPipes(Integer noOfPipes)
public Integer getPipeSize()
public void setPipeSize(Integer pipeSize)
public Integer getNoOfScrews()
public void setNoOfScrews(Integer noOfScrews)
public Integer getScrewSize()
public void setScrewSize(Integer screwSize)
public double getPipeLength()
public void setPipeLength(double pipeLength)
public double getDistance()
public void setDistance(double distance)
public Integer getRoadLength()
public void setRoadLength(Integer roadLength)
public boolean isRoadDigging()
public void setRoadDigging(boolean roadDigging)
public String getRoadOwner()
public void setRoadOwner(String roadOwner)
public SewerageFieldInspection getFieldInspection()
public void setFieldInspection(SewerageFieldInspection fieldInspection)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.