Uses of Class
org.compiere.model.MMessage
-
Packages that use MMessage Package Description org.compiere.model Provides for.... -
-
Uses of MMessage in org.compiere.model
Methods in org.compiere.model that return MMessage Modifier and Type Method Description static MMessageMMessage. get(String Value)Get Message (cached) (immutable)static MMessageMMessage. get(Properties ctx, int AD_Message_ID)Get Message (cached) (immutable)static MMessageMMessage. get(Properties ctx, String Value)Get Message (cached) (immutable)MMessageMMessage. markImmutable()Constructors in org.compiere.model with parameters of type MMessage Constructor Description MMessage(Properties ctx, MMessage copy)MMessage(Properties ctx, MMessage copy, String trxName)MMessage(MMessage copy)
-