Uses of Class
org.compiere.model.MClientInfo
-
Packages that use MClientInfo Package Description org.compiere.model Provides for.... -
-
Uses of MClientInfo in org.compiere.model
Methods in org.compiere.model that return MClientInfo Modifier and Type Method Description static MClientInfoMClientInfo. get()Get optionally cached clientstatic MClientInfoMClientInfo. get(int AD_Client_ID)Get Client Info from cache (immutable)static MClientInfoMClientInfo. get(Properties ctx)Get optionally cached clientstatic MClientInfoMClientInfo. get(Properties ctx, int AD_Client_ID)Get Client Info from cache (immutable)static MClientInfoMClientInfo. get(Properties ctx, int AD_Client_ID, String trxName)Get Client Info from cache (immutable)static MClientInfoMClientInfo. getCopy(Properties ctx, int AD_Client_ID, String trxName)Get updateable copy of MClientInfo from cacheMClientInfoMClient. getInfo()Get Client InfoMClientInfoMClientInfo. markImmutable()Constructors in org.compiere.model with parameters of type MClientInfo Constructor Description MClientInfo(Properties ctx, MClientInfo copy)MClientInfo(Properties ctx, MClientInfo copy, String trxName)MClientInfo(MClientInfo copy)
-