Uses of Class
com.xero.models.assets.BookDepreciationSetting
Packages that use BookDepreciationSetting
-
Uses of BookDepreciationSetting in com.xero.models.assets
Methods in com.xero.models.assets that return BookDepreciationSettingModifier and TypeMethodDescriptionBookDepreciationSetting.averagingMethod(BookDepreciationSetting.AveragingMethodEnum averagingMethod) The method of averaging applied to this asset.BookDepreciationSetting.bookEffectiveDateOfChangeId(UUID bookEffectiveDateOfChangeId) Unique Xero identifier for the effective date changeBookDepreciationSetting.depreciableObjectId(UUID depreciableObjectId) Unique Xero identifier for the depreciable objectBookDepreciationSetting.depreciableObjectType(String depreciableObjectType) The type of asset objectBookDepreciationSetting.depreciationCalculationMethod(BookDepreciationSetting.DepreciationCalculationMethodEnum depreciationCalculationMethod) See Depreciation Calculation MethodsBookDepreciationSetting.depreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod) The method of depreciation applied to this asset.BookDepreciationSetting.depreciationRate(Double depreciationRate) The rate of depreciation (e.g.BookDepreciationSetting.effectiveLifeYears(Integer effectiveLifeYears) Effective life of the asset in years (e.g.Asset.getBookDepreciationSetting()Get bookDepreciationSettingAssetType.getBookDepreciationSetting()Get bookDepreciationSettingMethods in com.xero.models.assets with parameters of type BookDepreciationSettingModifier and TypeMethodDescriptionAsset.bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting) bookDepreciationSettingAssetType.bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting) bookDepreciationSettingvoidAsset.setBookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting) bookDepreciationSettingvoidAssetType.setBookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting) bookDepreciationSetting