Package org.compiere.model
Interface MAssetType.Model
- Enclosing class:
- MAssetType
public static interface MAssetType.Model
-
Method Details
-
getCtx
Properties getCtx()Get Context -
getA_Asset_Type_ID
int getA_Asset_Type_ID()Get Asset Type -
isInPosession
boolean isInPosession()Get In Possession. The asset is in the possession of the organization -
isOwned
boolean isOwned()Get Owned. The asset is owned by the organization -
isDepreciated
boolean isDepreciated()Get Is Depreciated
-