@Entity
public class EstimatePhotographs
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Class and Description |
|---|---|
static class |
EstimatePhotographs.WorkProgress |
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EGW_ESTIMATEPHOTOGRAPHS |
| Constructor and Description |
|---|
EstimatePhotographs() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEstimate |
getAbstractestimate() |
Date |
getDateOfCapture() |
String |
getDescription() |
org.egov.infra.filestore.entity.FileStoreMapper |
getFileStore() |
Long |
getId() |
double |
getLatitude() |
LineEstimateDetails |
getLineEstimateDetails() |
double |
getLongitude() |
EstimatePhotographs.WorkProgress |
getWorkProgress() |
void |
setAbstractestimate(AbstractEstimate abstractestimate) |
void |
setDateOfCapture(Date dateOfCapture) |
void |
setDescription(String description) |
void |
setFileStore(org.egov.infra.filestore.entity.FileStoreMapper fileStore) |
void |
setId(Long id) |
void |
setLatitude(double latitude) |
void |
setLineEstimateDetails(LineEstimateDetails lineEstimateDetails) |
void |
setLongitude(double longitude) |
void |
setWorkProgress(EstimatePhotographs.WorkProgress workProgress) |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_ESTIMATEPHOTOGRAPHS
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 double getLatitude()
public double getLongitude()
public void setLatitude(double latitude)
public void setLongitude(double longitude)
public String getDescription()
public void setDescription(String description)
public Date getDateOfCapture()
public void setDateOfCapture(Date dateOfCapture)
public LineEstimateDetails getLineEstimateDetails()
public void setLineEstimateDetails(LineEstimateDetails lineEstimateDetails)
public org.egov.infra.filestore.entity.FileStoreMapper getFileStore()
public void setFileStore(org.egov.infra.filestore.entity.FileStoreMapper fileStore)
public EstimatePhotographs.WorkProgress getWorkProgress()
public void setWorkProgress(EstimatePhotographs.WorkProgress workProgress)
public AbstractEstimate getAbstractestimate()
public void setAbstractestimate(AbstractEstimate abstractestimate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.