Uses of Class
org.compiere.model.MIFixedAsset
-
Packages that use MIFixedAsset Package Description org.compiere.model Provides for.... -
-
Uses of MIFixedAsset in org.compiere.model
Methods in org.compiere.model that return MIFixedAsset Modifier and Type Method Description MIFixedAsset
MAsset. getI_FixedAsset()
MIFixedAsset
MAssetAddition. getI_FixedAsset(boolean requery)
Methods in org.compiere.model with parameters of type MIFixedAsset Modifier and Type Method Description static MAssetAddition
MAssetAddition. createAsset(MIFixedAsset ifa)
Create Asset and asset Addition from MIFixedAsset.void
MAsset. setI_FixedAsset(MIFixedAsset I_FixedAsset)
Constructors in org.compiere.model with parameters of type MIFixedAsset Constructor Description MAsset(MIFixedAsset ifa)
Construct from MIFixedAsset (import)
-