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 MReferenceMReference. get(int AD_Reference_ID)Get from Cachestatic MReferenceMReference. get(Properties ctx, int AD_Reference_ID)Get from Cache (immutable)static MReferenceMReference. get(Properties ctx, int AD_Reference_ID, String trxName)Get from Cache (immutable)MReferenceMReference. 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)
-