public class BookDepreciationDetail extends Object
| Constructor and Description |
|---|
BookDepreciationDetail() |
| Modifier and Type | Method and Description |
|---|---|
BookDepreciationDetail |
costLimit(Double costLimit) |
BookDepreciationDetail |
currentAccumDepreciationAmount(Double currentAccumDepreciationAmount) |
BookDepreciationDetail |
currentCapitalGain(Double currentCapitalGain) |
BookDepreciationDetail |
currentGainLoss(Double currentGainLoss) |
BookDepreciationDetail |
depreciationStartDate(org.threeten.bp.LocalDate depreciationStartDate) |
boolean |
equals(Object o) |
Double |
getCostLimit()
The value of the asset you want to depreciate, if this is less than the cost of the asset.
|
Double |
getCurrentAccumDepreciationAmount()
All depreciation occurring in the current financial year.
|
Double |
getCurrentCapitalGain()
When an asset is disposed, this will be the sell price minus the purchase price if a profit was made.
|
Double |
getCurrentGainLoss()
When an asset is disposed, this will be the lowest one of sell price or purchase price, minus the current book value.
|
org.threeten.bp.LocalDate |
getDepreciationStartDate()
YYYY-MM-DD
|
Double |
getPriorAccumDepreciationAmount()
All depreciation prior to the current financial year.
|
Double |
getResidualValue()
The value of the asset remaining when you've fully depreciated it.
|
int |
hashCode() |
BookDepreciationDetail |
priorAccumDepreciationAmount(Double priorAccumDepreciationAmount) |
BookDepreciationDetail |
residualValue(Double residualValue) |
void |
setCostLimit(Double costLimit) |
void |
setCurrentAccumDepreciationAmount(Double currentAccumDepreciationAmount) |
void |
setCurrentCapitalGain(Double currentCapitalGain) |
void |
setCurrentGainLoss(Double currentGainLoss) |
void |
setDepreciationStartDate(org.threeten.bp.LocalDate depreciationStartDate) |
void |
setPriorAccumDepreciationAmount(Double priorAccumDepreciationAmount) |
void |
setResidualValue(Double residualValue) |
String |
toString() |
public BookDepreciationDetail currentCapitalGain(Double currentCapitalGain)
public Double getCurrentCapitalGain()
public void setCurrentCapitalGain(Double currentCapitalGain)
public BookDepreciationDetail currentGainLoss(Double currentGainLoss)
public Double getCurrentGainLoss()
public void setCurrentGainLoss(Double currentGainLoss)
public BookDepreciationDetail depreciationStartDate(org.threeten.bp.LocalDate depreciationStartDate)
public org.threeten.bp.LocalDate getDepreciationStartDate()
public void setDepreciationStartDate(org.threeten.bp.LocalDate depreciationStartDate)
public BookDepreciationDetail costLimit(Double costLimit)
public Double getCostLimit()
public void setCostLimit(Double costLimit)
public BookDepreciationDetail residualValue(Double residualValue)
public Double getResidualValue()
public void setResidualValue(Double residualValue)
public BookDepreciationDetail priorAccumDepreciationAmount(Double priorAccumDepreciationAmount)
public Double getPriorAccumDepreciationAmount()
public void setPriorAccumDepreciationAmount(Double priorAccumDepreciationAmount)
public BookDepreciationDetail currentAccumDepreciationAmount(Double currentAccumDepreciationAmount)
public Double getCurrentAccumDepreciationAmount()
public void setCurrentAccumDepreciationAmount(Double currentAccumDepreciationAmount)
Copyright © 2020. All rights reserved.