Uses of Class
org.compiere.model.MPOSTerminal
-
Packages that use MPOSTerminal Package Description org.compiere.model Provides for.... -
-
Uses of MPOSTerminal in org.compiere.model
Methods in org.compiere.model that return MPOSTerminal Modifier and Type Method Description static MPOSTerminal
MPOSTerminal. get(int U_POSTerminal_ID)
static MPOSTerminal
MPOSTerminal. get(Properties ctx, int U_POSTerminal_ID)
Methods in org.compiere.model with parameters of type MPOSTerminal Modifier and Type Method Description static void
MPOSTerminal. checkLock(MPOSTerminal terminal)
Constructors in org.compiere.model with parameters of type MPOSTerminal Constructor Description MPOSTerminal(Properties ctx, MPOSTerminal copy)
MPOSTerminal(Properties ctx, MPOSTerminal copy, String trxName)
MPOSTerminal(MPOSTerminal copy)
-