public class DepreciationMetaData
extends org.egov.infstr.models.BaseModel
| Constructor and Description |
|---|
DepreciationMetaData()
default constructor
|
| Modifier and Type | Method and Description |
|---|---|
AssetCategory |
getAssetCategory() |
Float |
getDepreciationRate() |
org.egov.commons.CFinancialYear |
getFinancialYear() |
void |
setAssetCategory(AssetCategory assetCategory) |
void |
setDepreciationRate(Float depreciationRate) |
void |
setFinancialYear(org.egov.commons.CFinancialYear financialYear) |
String |
toString() |
List<org.egov.infra.validation.exception.ValidationError> |
validate() |
public Float getDepreciationRate()
public void setDepreciationRate(Float depreciationRate)
public org.egov.commons.CFinancialYear getFinancialYear()
public void setFinancialYear(org.egov.commons.CFinancialYear financialYear)
public AssetCategory getAssetCategory()
public void setAssetCategory(AssetCategory assetCategory)
public List<org.egov.infra.validation.exception.ValidationError> validate()
validate in class org.egov.infstr.models.BaseModelCopyright © 2015–2016 eGovernments Foundation. All rights reserved.