@Entity
public class AssetsForEstimate
extends org.egov.infra.persistence.entity.AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSETS_FOR_PROJECTCODE |
static String |
SEQ_EGW_ESTIMATEASSETS |
| Constructor and Description |
|---|
AssetsForEstimate() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEstimate |
getAbstractEstimate() |
org.egov.assets.model.Asset |
getAsset() |
Long |
getId() |
void |
setAbstractEstimate(AbstractEstimate abstractEstimate) |
void |
setAsset(org.egov.assets.model.Asset asset) |
void |
setId(Long id) |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDatepublic static final String SEQ_EGW_ESTIMATEASSETS
public static final String ASSETS_FOR_PROJECTCODE
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 AbstractEstimate getAbstractEstimate()
public void setAbstractEstimate(AbstractEstimate abstractEstimate)
public org.egov.assets.model.Asset getAsset()
public void setAsset(org.egov.assets.model.Asset asset)
public List<org.egov.infra.validation.exception.ValidationError> validate()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.