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