public class AssetActivities
extends org.egov.infstr.models.BaseModel
| Constructor and Description |
|---|
AssetActivities() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getActivityDate()
Gets the activity date.
|
BigDecimal |
getAdditionAmount()
Gets the addition amount.
|
Asset |
getAsset()
Gets the asset.
|
BigDecimal |
getDeductionAmount()
Gets the deduction amount.
|
String |
getDescription() |
AssetIdentifier |
getIdentifier() |
void |
setActivityDate(Date activityDate)
Sets the activity date.
|
void |
setAdditionAmount(BigDecimal additionAmount)
Sets the addition amount.
|
void |
setAsset(Asset asset)
Sets the asset.
|
void |
setDeductionAmount(BigDecimal deductionAmount)
Sets the deduction amount.
|
void |
setDescription(String description) |
void |
setIdentifier(AssetIdentifier identifier) |
public Asset getAsset()
public void setAsset(Asset asset)
asset - the new assetpublic BigDecimal getAdditionAmount()
public void setAdditionAmount(BigDecimal additionAmount)
additionAmount - the new addition amountpublic BigDecimal getDeductionAmount()
public void setDeductionAmount(BigDecimal deductionAmount)
deductionAmount - the new deduction amountpublic Date getActivityDate()
public void setActivityDate(Date activityDate)
activityDate - the new activity datepublic AssetIdentifier getIdentifier()
public void setIdentifier(AssetIdentifier identifier)
public String getDescription()
public void setDescription(String description)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.