|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_POS
Generated Interface for C_POS
| Field Summary | |
|---|---|
static BigDecimal |
accessLevel
AccessLevel = 2 - Client |
static String |
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID |
static String |
COLUMNNAME_C_BPartnerCashTrx_ID
Column name C_BPartnerCashTrx_ID |
static String |
COLUMNNAME_C_CashBook_ID
Column name C_CashBook_ID |
static String |
COLUMNNAME_C_DocType_ID
Column name C_DocType_ID |
static String |
COLUMNNAME_C_POS_ID
Column name C_POS_ID |
static String |
COLUMNNAME_C_POSKeyLayout_ID
Column name C_POSKeyLayout_ID |
static String |
COLUMNNAME_CashDrawer
Column name CashDrawer |
static String |
COLUMNNAME_Description
Column name Description |
static String |
COLUMNNAME_Help
Column name Help |
static String |
COLUMNNAME_IsModifyPrice
Column name IsModifyPrice |
static String |
COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID |
static String |
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID |
static String |
COLUMNNAME_Name
Column name Name |
static String |
COLUMNNAME_PrinterName
Column name PrinterName |
static String |
COLUMNNAME_SalesRep_ID
Column name SalesRep_ID |
static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=748 |
static String |
Table_Name
TableName=C_POS |
| Method Summary | |
|---|---|
int |
getC_BankAccount_ID()
Get Bank Account. |
I_C_BankAccount |
getC_BankAccount()
|
int |
getC_BPartnerCashTrx_ID()
Get Template B.Partner. |
int |
getC_CashBook_ID()
Get Cash Book. |
I_C_CashBook |
getC_CashBook()
|
int |
getC_DocType_ID()
Get Document Type. |
I_C_DocType |
getC_DocType()
|
int |
getC_POS_ID()
Get POS Terminal. |
int |
getC_POSKeyLayout_ID()
Get POS Key Layout. |
I_C_POSKeyLayout |
getC_POSKeyLayout()
|
String |
getCashDrawer()
Get CashDrawer |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
int |
getM_PriceList_ID()
Get Price List. |
I_M_PriceList |
getM_PriceList()
|
int |
getM_Warehouse_ID()
Get Warehouse. |
I_M_Warehouse |
getM_Warehouse()
|
String |
getName()
Get Name. |
String |
getPrinterName()
Get Printer Name. |
int |
getSalesRep_ID()
Get Sales Representative. |
boolean |
isModifyPrice()
Get Modify Price. |
void |
setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account. |
void |
setC_BPartnerCashTrx_ID(int C_BPartnerCashTrx_ID)
Set Template B.Partner. |
void |
setC_CashBook_ID(int C_CashBook_ID)
Set Cash Book. |
void |
setC_DocType_ID(int C_DocType_ID)
Set Document Type. |
void |
setC_POS_ID(int C_POS_ID)
Set POS Terminal. |
void |
setC_POSKeyLayout_ID(int C_POSKeyLayout_ID)
Set POS Key Layout. |
void |
setCashDrawer(String CashDrawer)
Set CashDrawer |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsModifyPrice(boolean IsModifyPrice)
Set Modify Price. |
void |
setM_PriceList_ID(int M_PriceList_ID)
Set Price List. |
void |
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. |
void |
setName(String Name)
Set Name. |
void |
setPrinterName(String PrinterName)
Set Printer Name. |
void |
setSalesRep_ID(int SalesRep_ID)
Set Sales Representative. |
| Field Detail |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_CashDrawer
static final String COLUMNNAME_C_BankAccount_ID
static final String COLUMNNAME_C_BPartnerCashTrx_ID
static final String COLUMNNAME_C_CashBook_ID
static final String COLUMNNAME_C_DocType_ID
static final String COLUMNNAME_C_POS_ID
static final String COLUMNNAME_C_POSKeyLayout_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_Help
static final String COLUMNNAME_IsModifyPrice
static final String COLUMNNAME_M_PriceList_ID
static final String COLUMNNAME_M_Warehouse_ID
static final String COLUMNNAME_Name
static final String COLUMNNAME_PrinterName
static final String COLUMNNAME_SalesRep_ID
| Method Detail |
|---|
void setCashDrawer(String CashDrawer)
String getCashDrawer()
void setC_BankAccount_ID(int C_BankAccount_ID)
int getC_BankAccount_ID()
I_C_BankAccount getC_BankAccount()
throws Exception
Exceptionvoid setC_BPartnerCashTrx_ID(int C_BPartnerCashTrx_ID)
int getC_BPartnerCashTrx_ID()
void setC_CashBook_ID(int C_CashBook_ID)
int getC_CashBook_ID()
I_C_CashBook getC_CashBook()
throws Exception
Exceptionvoid setC_DocType_ID(int C_DocType_ID)
int getC_DocType_ID()
I_C_DocType getC_DocType()
throws Exception
Exceptionvoid setC_POS_ID(int C_POS_ID)
int getC_POS_ID()
void setC_POSKeyLayout_ID(int C_POSKeyLayout_ID)
int getC_POSKeyLayout_ID()
I_C_POSKeyLayout getC_POSKeyLayout()
throws Exception
Exceptionvoid setDescription(String Description)
String getDescription()
void setHelp(String Help)
String getHelp()
void setIsModifyPrice(boolean IsModifyPrice)
boolean isModifyPrice()
void setM_PriceList_ID(int M_PriceList_ID)
int getM_PriceList_ID()
I_M_PriceList getM_PriceList()
throws Exception
Exceptionvoid setM_Warehouse_ID(int M_Warehouse_ID)
int getM_Warehouse_ID()
I_M_Warehouse getM_Warehouse()
throws Exception
Exceptionvoid setName(String Name)
String getName()
void setPrinterName(String PrinterName)
String getPrinterName()
void setSalesRep_ID(int SalesRep_ID)
int getSalesRep_ID()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||