Uses of Class
org.compiere.model.MInterestArea
-
Packages that use MInterestArea Package Description org.compiere.model Provides for.... -
-
Uses of MInterestArea in org.compiere.model
Methods in org.compiere.model that return MInterestArea Modifier and Type Method Description static MInterestArea
MInterestArea. get(int R_InterestArea_ID)
Get MInterestArea from Cache (immutable)static MInterestArea
MInterestArea. get(Properties ctx, int R_InterestArea_ID)
Get MInterestArea from Cache (immutable)static MInterestArea[]
MInterestArea. getAll(Properties ctx)
Get all active interest areasMInterestArea
MInterestArea. markImmutable()
Constructors in org.compiere.model with parameters of type MInterestArea Constructor Description MInterestArea(Properties ctx, MInterestArea copy)
MInterestArea(Properties ctx, MInterestArea copy, String trxName)
MInterestArea(MInterestArea copy)
-