Package org.compiere.model
Interface I_C_POS
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 2 - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AutoLogoutDelay
Column name AutoLogoutDelaystatic String
COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_IDstatic String
COLUMNNAME_C_BPartnerCashTrx_ID
Column name C_BPartnerCashTrx_IDstatic String
COLUMNNAME_C_CashBook_ID
Column name C_CashBook_IDstatic String
COLUMNNAME_C_DocType_ID
Column name C_DocType_IDstatic String
COLUMNNAME_C_POS_ID
Column name C_POS_IDstatic String
COLUMNNAME_C_POS_UU
Column name C_POS_UUstatic String
COLUMNNAME_C_POSKeyLayout_ID
Column name C_POSKeyLayout_IDstatic String
COLUMNNAME_CashDrawer
Column name CashDrawerstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsModifyPrice
Column name IsModifyPricestatic String
COLUMNNAME_M_PriceList_ID
Column name M_PriceList_IDstatic String
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_OSK_KeyLayout_ID
Column name OSK_KeyLayout_IDstatic String
COLUMNNAME_OSNP_KeyLayout_ID
Column name OSNP_KeyLayout_IDstatic String
COLUMNNAME_PrinterName
Column name PrinterNamestatic String
COLUMNNAME_SalesRep_ID
Column name SalesRep_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=748static String
Table_Name
TableName=C_POS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getAutoLogoutDelay()
Get Auto Logout Delay.I_C_BankAccount
getC_BankAccount()
int
getC_BankAccount_ID()
Get Bank Account.I_C_BPartner
getC_BPartnerCashTrx()
int
getC_BPartnerCashTrx_ID()
Get Template B.Partner.I_C_CashBook
getC_CashBook()
int
getC_CashBook_ID()
Get Cash Book.I_C_DocType
getC_DocType()
int
getC_DocType_ID()
Get Document Type.int
getC_POS_ID()
Get POS Terminal.String
getC_POS_UU()
Get C_POS_UUI_C_POSKeyLayout
getC_POSKeyLayout()
int
getC_POSKeyLayout_ID()
Get POS Key Layout.String
getCashDrawer()
Get CashDrawerTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getHelp()
Get Comment/Help.I_M_PriceList
getM_PriceList()
int
getM_PriceList_ID()
Get Price List.I_M_Warehouse
getM_Warehouse()
int
getM_Warehouse_ID()
Get Warehouse.String
getName()
Get Name.I_C_POSKeyLayout
getOSK_KeyLayout()
int
getOSK_KeyLayout_ID()
Get On Screen Keyboard layout.I_C_POSKeyLayout
getOSNP_KeyLayout()
int
getOSNP_KeyLayout_ID()
Get On Screen Number Pad layout.String
getPrinterName()
Get Printer Name.I_AD_User
getSalesRep()
int
getSalesRep_ID()
Get Sales Representative.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isModifyPrice()
Get Modify Price.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAutoLogoutDelay(int AutoLogoutDelay)
Set Auto Logout Delay.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_POS_UU(String C_POS_UU)
Set C_POS_UUvoid
setC_POSKeyLayout_ID(int C_POSKeyLayout_ID)
Set POS Key Layout.void
setCashDrawer(String CashDrawer)
Set CashDrawervoid
setDescription(String Description)
Set Description.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.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
setOSK_KeyLayout_ID(int OSK_KeyLayout_ID)
Set On Screen Keyboard layout.void
setOSNP_KeyLayout_ID(int OSNP_KeyLayout_ID)
Set On Screen Number Pad layout.void
setPrinterName(String PrinterName)
Set Printer Name.void
setSalesRep_ID(int SalesRep_ID)
Set Sales Representative.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_POS- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=748- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AutoLogoutDelay
static final String COLUMNNAME_AutoLogoutDelay
Column name AutoLogoutDelay- See Also:
- Constant Field Values
-
COLUMNNAME_CashDrawer
static final String COLUMNNAME_CashDrawer
Column name CashDrawer- See Also:
- Constant Field Values
-
COLUMNNAME_C_BankAccount_ID
static final String COLUMNNAME_C_BankAccount_ID
Column name C_BankAccount_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartnerCashTrx_ID
static final String COLUMNNAME_C_BPartnerCashTrx_ID
Column name C_BPartnerCashTrx_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_CashBook_ID
static final String COLUMNNAME_C_CashBook_ID
Column name C_CashBook_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DocType_ID
static final String COLUMNNAME_C_DocType_ID
Column name C_DocType_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_POS_ID
static final String COLUMNNAME_C_POS_ID
Column name C_POS_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_POSKeyLayout_ID
static final String COLUMNNAME_C_POSKeyLayout_ID
Column name C_POSKeyLayout_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_POS_UU
static final String COLUMNNAME_C_POS_UU
Column name C_POS_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsModifyPrice
static final String COLUMNNAME_IsModifyPrice
Column name IsModifyPrice- See Also:
- Constant Field Values
-
COLUMNNAME_M_PriceList_ID
static final String COLUMNNAME_M_PriceList_ID
Column name M_PriceList_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Warehouse_ID
static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_OSK_KeyLayout_ID
static final String COLUMNNAME_OSK_KeyLayout_ID
Column name OSK_KeyLayout_ID- See Also:
- Constant Field Values
-
COLUMNNAME_OSNP_KeyLayout_ID
static final String COLUMNNAME_OSNP_KeyLayout_ID
Column name OSNP_KeyLayout_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PrinterName
static final String COLUMNNAME_PrinterName
Column name PrinterName- See Also:
- Constant Field Values
-
COLUMNNAME_SalesRep_ID
static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAutoLogoutDelay
void setAutoLogoutDelay(int AutoLogoutDelay)
Set Auto Logout Delay. Automatically logout if terminal inactive for this period
-
getAutoLogoutDelay
int getAutoLogoutDelay()
Get Auto Logout Delay. Automatically logout if terminal inactive for this period
-
setCashDrawer
void setCashDrawer(String CashDrawer)
Set CashDrawer
-
getCashDrawer
String getCashDrawer()
Get CashDrawer
-
setC_BankAccount_ID
void setC_BankAccount_ID(int C_BankAccount_ID)
Set Bank Account. Account at the Bank
-
getC_BankAccount_ID
int getC_BankAccount_ID()
Get Bank Account. Account at the Bank
-
getC_BankAccount
I_C_BankAccount getC_BankAccount() throws RuntimeException
- Throws:
RuntimeException
-
setC_BPartnerCashTrx_ID
void setC_BPartnerCashTrx_ID(int C_BPartnerCashTrx_ID)
Set Template B.Partner. Business Partner used for creating new Business Partners on the fly
-
getC_BPartnerCashTrx_ID
int getC_BPartnerCashTrx_ID()
Get Template B.Partner. Business Partner used for creating new Business Partners on the fly
-
getC_BPartnerCashTrx
I_C_BPartner getC_BPartnerCashTrx() throws RuntimeException
- Throws:
RuntimeException
-
setC_CashBook_ID
void setC_CashBook_ID(int C_CashBook_ID)
Set Cash Book. Cash Book for recording petty cash transactions
-
getC_CashBook_ID
int getC_CashBook_ID()
Get Cash Book. Cash Book for recording petty cash transactions
-
getC_CashBook
I_C_CashBook getC_CashBook() throws RuntimeException
- Throws:
RuntimeException
-
setC_DocType_ID
void setC_DocType_ID(int C_DocType_ID)
Set Document Type. Document type or rules
-
getC_DocType_ID
int getC_DocType_ID()
Get Document Type. Document type or rules
-
getC_DocType
I_C_DocType getC_DocType() throws RuntimeException
- Throws:
RuntimeException
-
setC_POS_ID
void setC_POS_ID(int C_POS_ID)
Set POS Terminal. Point of Sales Terminal
-
getC_POS_ID
int getC_POS_ID()
Get POS Terminal. Point of Sales Terminal
-
setC_POSKeyLayout_ID
void setC_POSKeyLayout_ID(int C_POSKeyLayout_ID)
Set POS Key Layout. POS Function Key Layout
-
getC_POSKeyLayout_ID
int getC_POSKeyLayout_ID()
Get POS Key Layout. POS Function Key Layout
-
getC_POSKeyLayout
I_C_POSKeyLayout getC_POSKeyLayout() throws RuntimeException
- Throws:
RuntimeException
-
setC_POS_UU
void setC_POS_UU(String C_POS_UU)
Set C_POS_UU
-
getC_POS_UU
String getC_POS_UU()
Get C_POS_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsModifyPrice
void setIsModifyPrice(boolean IsModifyPrice)
Set Modify Price. Allow modifying the price
-
isModifyPrice
boolean isModifyPrice()
Get Modify Price. Allow modifying the price
-
setM_PriceList_ID
void setM_PriceList_ID(int M_PriceList_ID)
Set Price List. Unique identifier of a Price List
-
getM_PriceList_ID
int getM_PriceList_ID()
Get Price List. Unique identifier of a Price List
-
getM_PriceList
I_M_PriceList getM_PriceList() throws RuntimeException
- Throws:
RuntimeException
-
setM_Warehouse_ID
void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point
-
getM_Warehouse_ID
int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point
-
getM_Warehouse
I_M_Warehouse getM_Warehouse() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setOSK_KeyLayout_ID
void setOSK_KeyLayout_ID(int OSK_KeyLayout_ID)
Set On Screen Keyboard layout. The key layout to use for on screen keyboard for text fields.
-
getOSK_KeyLayout_ID
int getOSK_KeyLayout_ID()
Get On Screen Keyboard layout. The key layout to use for on screen keyboard for text fields.
-
getOSK_KeyLayout
I_C_POSKeyLayout getOSK_KeyLayout() throws RuntimeException
- Throws:
RuntimeException
-
setOSNP_KeyLayout_ID
void setOSNP_KeyLayout_ID(int OSNP_KeyLayout_ID)
Set On Screen Number Pad layout. The key layout to use for on screen number pad for numeric fields.
-
getOSNP_KeyLayout_ID
int getOSNP_KeyLayout_ID()
Get On Screen Number Pad layout. The key layout to use for on screen number pad for numeric fields.
-
getOSNP_KeyLayout
I_C_POSKeyLayout getOSNP_KeyLayout() throws RuntimeException
- Throws:
RuntimeException
-
setPrinterName
void setPrinterName(String PrinterName)
Set Printer Name. Name of the Printer
-
getPrinterName
String getPrinterName()
Get Printer Name. Name of the Printer
-
setSalesRep_ID
void setSalesRep_ID(int SalesRep_ID)
Set Sales Representative. Sales Representative or Company Agent
-
getSalesRep_ID
int getSalesRep_ID()
Get Sales Representative. Sales Representative or Company Agent
-
getSalesRep
I_AD_User getSalesRep() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-