Adempiere 3.5.2a

org.compiere.model
Interface I_C_POS

All Known Implementing Classes:
MPOS, X_C_POS

public interface I_C_POS

Generated Interface for C_POS

Version:
Release 3.5.2a
Author:
Adempiere (generated)

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

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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


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_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_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_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
Method Detail

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 Exception
Throws:
Exception

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


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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.