public class BookDepreciationSetting extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BookDepreciationSetting.AveragingMethodEnum
The method of averaging applied to this asset.
|
static class |
BookDepreciationSetting.DepreciationCalculationMethodEnum
See Depreciation Calculation Methods
|
static class |
BookDepreciationSetting.DepreciationMethodEnum
The method of depreciation applied to this asset.
|
| Constructor and Description |
|---|
BookDepreciationSetting() |
public BookDepreciationSetting depreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod)
public BookDepreciationSetting.DepreciationMethodEnum getDepreciationMethod()
public void setDepreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod)
public BookDepreciationSetting averagingMethod(BookDepreciationSetting.AveragingMethodEnum averagingMethod)
public BookDepreciationSetting.AveragingMethodEnum getAveragingMethod()
public void setAveragingMethod(BookDepreciationSetting.AveragingMethodEnum averagingMethod)
public BookDepreciationSetting depreciationRate(Float depreciationRate)
public Float getDepreciationRate()
public void setDepreciationRate(Float depreciationRate)
public BookDepreciationSetting effectiveLifeYears(Integer effectiveLifeYears)
public Integer getEffectiveLifeYears()
public void setEffectiveLifeYears(Integer effectiveLifeYears)
public BookDepreciationSetting depreciationCalculationMethod(BookDepreciationSetting.DepreciationCalculationMethodEnum depreciationCalculationMethod)
public BookDepreciationSetting.DepreciationCalculationMethodEnum getDepreciationCalculationMethod()
public void setDepreciationCalculationMethod(BookDepreciationSetting.DepreciationCalculationMethodEnum depreciationCalculationMethod)
public BookDepreciationSetting depreciableObjectId(UUID depreciableObjectId)
public UUID getDepreciableObjectId()
public void setDepreciableObjectId(UUID depreciableObjectId)
public BookDepreciationSetting depreciableObjectType(String depreciableObjectType)
public String getDepreciableObjectType()
public void setDepreciableObjectType(String depreciableObjectType)
public BookDepreciationSetting bookEffectiveDateOfChangeId(UUID bookEffectiveDateOfChangeId)
public UUID getBookEffectiveDateOfChangeId()
public void setBookEffectiveDateOfChangeId(UUID bookEffectiveDateOfChangeId)
Copyright © 2020. All rights reserved.