Uses of Class
com.xero.models.assets.BookDepreciationDetail
Packages that use BookDepreciationDetail
-
Uses of BookDepreciationDetail in com.xero.models.assets
Methods in com.xero.models.assets that return BookDepreciationDetailModifier and TypeMethodDescriptionThe value of the asset you want to depreciate, if this is less than the cost of the asset.BookDepreciationDetail.currentAccumDepreciationAmount(Double currentAccumDepreciationAmount) All depreciation occurring in the current financial year.BookDepreciationDetail.currentCapitalGain(Double currentCapitalGain) When an asset is disposed, this will be the sell price minus the purchase price if a profit was made.BookDepreciationDetail.currentGainLoss(Double currentGainLoss) When an asset is disposed, this will be the lowest one of sell price or purchase price, minus the current book value.BookDepreciationDetail.depreciationStartDate(org.threeten.bp.LocalDate depreciationStartDate) YYYY-MM-DDAsset.getBookDepreciationDetail()Get bookDepreciationDetailBookDepreciationDetail.priorAccumDepreciationAmount(Double priorAccumDepreciationAmount) All depreciation prior to the current financial year.BookDepreciationDetail.residualValue(Double residualValue) The value of the asset remaining when you've fully depreciated it.Methods in com.xero.models.assets with parameters of type BookDepreciationDetailModifier and TypeMethodDescriptionAsset.bookDepreciationDetail(BookDepreciationDetail bookDepreciationDetail) bookDepreciationDetailvoidAsset.setBookDepreciationDetail(BookDepreciationDetail bookDepreciationDetail) bookDepreciationDetail