Adempiere 3.5.2a

org.compiere.model
Interface I_C_POSKey

All Known Implementing Classes:
MPOSKey, X_C_POSKey

public interface I_C_POSKey

Generated Interface for C_POSKey

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_AD_PrintColor_ID
          Column name AD_PrintColor_ID
static String COLUMNNAME_C_POSKey_ID
          Column name C_POSKey_ID
static String COLUMNNAME_C_POSKeyLayout_ID
          Column name C_POSKeyLayout_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Qty
          Column name Qty
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=750
static String Table_Name
          TableName=C_POSKey
 
Method Summary
 int getAD_PrintColor_ID()
          Get Print Color.
 I_AD_PrintColor getAD_PrintColor()
           
 int getC_POSKey_ID()
          Get POS Key.
 int getC_POSKeyLayout_ID()
          Get POS Key Layout.
 I_C_POSKeyLayout getC_POSKeyLayout()
           
 String getDescription()
          Get Description.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getName()
          Get Name.
 BigDecimal getQty()
          Get Quantity.
 int getSeqNo()
          Get Sequence.
 void setAD_PrintColor_ID(int AD_PrintColor_ID)
          Set Print Color.
 void setC_POSKey_ID(int C_POSKey_ID)
          Set POS Key.
 void setC_POSKeyLayout_ID(int C_POSKeyLayout_ID)
          Set POS Key Layout.
 void setDescription(String Description)
          Set Description.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setName(String Name)
          Set Name.
 void setQty(BigDecimal Qty)
          Set Quantity.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_POSKey

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=750


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_AD_PrintColor_ID

static final String COLUMNNAME_AD_PrintColor_ID
Column name AD_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_C_POSKey_ID

static final String COLUMNNAME_C_POSKey_ID
Column name C_POSKey_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_M_Product_ID

static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Qty

static final String COLUMNNAME_Qty
Column name Qty

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setAD_PrintColor_ID

void setAD_PrintColor_ID(int AD_PrintColor_ID)
Set Print Color. Color used for printing and display


getAD_PrintColor_ID

int getAD_PrintColor_ID()
Get Print Color. Color used for printing and display


getAD_PrintColor

I_AD_PrintColor getAD_PrintColor()
                                 throws Exception
Throws:
Exception

setC_POSKey_ID

void setC_POSKey_ID(int C_POSKey_ID)
Set POS Key. POS Function Key


getC_POSKey_ID

int getC_POSKey_ID()
Get POS Key. POS Function Key


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


setM_Product_ID

void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item


getM_Product_ID

int getM_Product_ID()
Get Product. Product, Service, Item


getM_Product

I_M_Product getM_Product()
                         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


setQty

void setQty(BigDecimal Qty)
Set Quantity. Quantity


getQty

BigDecimal getQty()
Get Quantity. Quantity


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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