Package org.compiere.model
Interface I_C_POSKey
-
- All Known Implementing Classes:
MPOSKey,X_C_POSKey
public interface I_C_POSKeyGenerated Interface for C_POSKey- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 2 - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Image_IDColumn name AD_Image_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_PrintColor_IDColumn name AD_PrintColor_IDstatic StringCOLUMNNAME_AD_PrintFont_IDColumn name AD_PrintFont_IDstatic StringCOLUMNNAME_C_POSKey_IDColumn name C_POSKey_IDstatic StringCOLUMNNAME_C_POSKey_UUColumn name C_POSKey_UUstatic StringCOLUMNNAME_C_POSKeyLayout_IDColumn name C_POSKeyLayout_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_QtyColumn name Qtystatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_SpanXColumn name SpanXstatic StringCOLUMNNAME_SpanYColumn name SpanYstatic StringCOLUMNNAME_SubKeyLayout_IDColumn name SubKeyLayout_IDstatic StringCOLUMNNAME_TextColumn name Textstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=750static StringTable_NameTableName=C_POSKey
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Image_ID()Get Image.intgetAD_Org_ID()Get Organization.I_AD_PrintColorgetAD_PrintColor()intgetAD_PrintColor_ID()Get Print Color.I_AD_PrintFontgetAD_PrintFont()intgetAD_PrintFont_ID()Get Print Font.intgetC_POSKey_ID()Get POS Key.StringgetC_POSKey_UU()Get C_POSKey_UUI_C_POSKeyLayoutgetC_POSKeyLayout()intgetC_POSKeyLayout_ID()Get POS Key Layout.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.StringgetName()Get Name.BigDecimalgetQty()Get Quantity.intgetSeqNo()Get Sequence.intgetSpanX()Get Column span.intgetSpanY()Get Row Span.I_C_POSKeyLayoutgetSubKeyLayout()intgetSubKeyLayout_ID()Get Key Layout.StringgetText()Get DescriptionTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.voidsetAD_Image_ID(int AD_Image_ID)Set Image.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_PrintColor_ID(int AD_PrintColor_ID)Set Print Color.voidsetAD_PrintFont_ID(int AD_PrintFont_ID)Set Print Font.voidsetC_POSKey_ID(int C_POSKey_ID)Set POS Key.voidsetC_POSKey_UU(String C_POSKey_UU)Set C_POSKey_UUvoidsetC_POSKeyLayout_ID(int C_POSKeyLayout_ID)Set POS Key Layout.voidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetName(String Name)Set Name.voidsetQty(BigDecimal Qty)Set Quantity.voidsetSeqNo(int SeqNo)Set Sequence.voidsetSpanX(int SpanX)Set Column span.voidsetSpanY(int SpanY)Set Row Span.voidsetSubKeyLayout_ID(int SubKeyLayout_ID)Set Key Layout.voidsetText(String Text)Set Description
-
-
-
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- 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_Image_ID
static final String COLUMNNAME_AD_Image_ID
Column name AD_Image_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_AD_PrintColor_ID
static final String COLUMNNAME_AD_PrintColor_ID
Column name AD_PrintColor_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintFont_ID
static final String COLUMNNAME_AD_PrintFont_ID
Column name AD_PrintFont_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_C_POSKey_UU
static final String COLUMNNAME_C_POSKey_UU
Column name C_POSKey_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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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
-
COLUMNNAME_SpanX
static final String COLUMNNAME_SpanX
Column name SpanX- See Also:
- Constant Field Values
-
COLUMNNAME_SpanY
static final String COLUMNNAME_SpanY
Column name SpanY- See Also:
- Constant Field Values
-
COLUMNNAME_SubKeyLayout_ID
static final String COLUMNNAME_SubKeyLayout_ID
Column name SubKeyLayout_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Text
static final String COLUMNNAME_Text
Column name Text- 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_Image_ID
void setAD_Image_ID(int AD_Image_ID)
Set Image. Image or Icon
-
getAD_Image_ID
int getAD_Image_ID()
Get Image. Image or Icon
-
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
-
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 RuntimeException
- Throws:
RuntimeException
-
setAD_PrintFont_ID
void setAD_PrintFont_ID(int AD_PrintFont_ID)
Set Print Font. Maintain Print Font
-
getAD_PrintFont_ID
int getAD_PrintFont_ID()
Get Print Font. Maintain Print Font
-
getAD_PrintFont
I_AD_PrintFont getAD_PrintFont() throws RuntimeException
- Throws:
RuntimeException
-
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 RuntimeException
- Throws:
RuntimeException
-
setC_POSKey_UU
void setC_POSKey_UU(String C_POSKey_UU)
Set C_POSKey_UU
-
getC_POSKey_UU
String getC_POSKey_UU()
Get C_POSKey_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
-
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
-
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 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
-
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
-
setSpanX
void setSpanX(int SpanX)
Set Column span. Number of columns spanned
-
getSpanX
int getSpanX()
Get Column span. Number of columns spanned
-
setSpanY
void setSpanY(int SpanY)
Set Row Span. Number of rows spanned
-
getSpanY
int getSpanY()
Get Row Span. Number of rows spanned
-
setSubKeyLayout_ID
void setSubKeyLayout_ID(int SubKeyLayout_ID)
Set Key Layout. Key Layout to be displayed when this key is pressed
-
getSubKeyLayout_ID
int getSubKeyLayout_ID()
Get Key Layout. Key Layout to be displayed when this key is pressed
-
getSubKeyLayout
I_C_POSKeyLayout getSubKeyLayout() throws RuntimeException
- Throws:
RuntimeException
-
setText
void setText(String Text)
Set Description
-
getText
String getText()
Get Description
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-