Uses of Class
org.compiere.model.MReference
-
Packages that use MReference Package Description org.compiere.model Provides for.... -
-
Uses of MReference in org.compiere.model
Methods in org.compiere.model that return MReference Modifier and Type Method Description static MReference
MReference. get(int AD_Reference_ID)
Get from Cachestatic MReference
MReference. get(Properties ctx, int AD_Reference_ID)
Get from Cache (immutable)static MReference
MReference. get(Properties ctx, int AD_Reference_ID, String trxName)
Get from Cache (immutable)MReference
MReference. markImmutable()
Constructors in org.compiere.model with parameters of type MReference Constructor Description MReference(Properties ctx, MReference copy)
MReference(Properties ctx, MReference copy, String trxName)
MReference(MReference copy)
-