Class EquipmentDepreciation
java.lang.Object
ch.cern.eam.wshub.core.services.equipment.entities.EquipmentDepreciation
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChangeEstimatedLifetimeOutput(BigDecimal changeEstimatedLifetimeOutput) voidsetChangeLife(BigDecimal changeLife) voidsetChangeValue(BigDecimal changeValue) voidsetDepreciationCategory(String depreciationCategory) voidsetDepreciationMethod(String depreciationMethod) voidsetDepreciationPK(BigDecimal depreciationPK) voidsetDepreciationType(String depreciationType) voidsetEquipmentCode(String equipmentCode) voidsetEstimatedUsefulLife(BigDecimal estimatedUsefulLife) voidsetEstimatedUsefulLifeUOM(String estimatedUsefulLifeUOM) voidsetFromDate(String fromDate) voidsetOriginalValue(BigDecimal originalValue) voidsetResidualValue(BigDecimal residualValue) voidsetUserDefinedFields(UserDefinedFields userDefinedFields) toString()
-
Field Details
-
GETDEPRECIATION
- See Also:
-
-
Constructor Details
-
EquipmentDepreciation
public EquipmentDepreciation()
-
-
Method Details
-
getDepreciationMethod
-
setDepreciationMethod
-
getOriginalValue
-
setOriginalValue
-
getEstimatedUsefulLife
-
setEstimatedUsefulLife
-
getResidualValue
-
setResidualValue
-
getEquipmentCode
-
setEquipmentCode
-
getEstimatedUsefulLifeUOM
-
setEstimatedUsefulLifeUOM
-
getUserDefinedFields
-
setUserDefinedFields
-
getFromDate
-
setFromDate
-
getDepreciationCategory
-
setDepreciationCategory
-
getDepreciationType
-
setDepreciationType
-
getDepreciationPK
-
setDepreciationPK
-
getChangeValue
-
setChangeValue
-
getChangeLife
-
setChangeLife
-
getChangeEstimatedLifetimeOutput
-
setChangeEstimatedLifetimeOutput
-
toString
-