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