Adempiere 3.5.2a

org.compiere.model
Interface I_S_ExpenseType

All Known Implementing Classes:
MExpenseType, X_S_ExpenseType

public interface I_S_ExpenseType

Generated Interface for S_ExpenseType

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_TaxCategory_ID
          Column name C_TaxCategory_ID
static String COLUMNNAME_C_UOM_ID
          Column name C_UOM_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsInvoiced
          Column name IsInvoiced
static String COLUMNNAME_M_Product_Category_ID
          Column name M_Product_Category_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_S_ExpenseType_ID
          Column name S_ExpenseType_ID
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=481
static String Table_Name
          TableName=S_ExpenseType
 
Method Summary
 int getC_TaxCategory_ID()
          Get Tax Category.
 I_C_TaxCategory getC_TaxCategory()
           
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 String getDescription()
          Get Description.
 int getM_Product_Category_ID()
          Get Product Category.
 I_M_Product_Category getM_Product_Category()
           
 String getName()
          Get Name.
 int getS_ExpenseType_ID()
          Get Expense Type.
 String getValue()
          Get Search Key.
 boolean isInvoiced()
          Get Invoiced.
 void setC_TaxCategory_ID(int C_TaxCategory_ID)
          Set Tax Category.
 void setC_UOM_ID(int C_UOM_ID)
          Set UOM.
 void setDescription(String Description)
          Set Description.
 void setIsInvoiced(boolean IsInvoiced)
          Set Invoiced.
 void setM_Product_Category_ID(int M_Product_Category_ID)
          Set Product Category.
 void setName(String Name)
          Set Name.
 void setS_ExpenseType_ID(int S_ExpenseType_ID)
          Set Expense Type.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=S_ExpenseType

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=481


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_TaxCategory_ID

static final String COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID

See Also:
Constant Field Values

COLUMNNAME_C_UOM_ID

static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsInvoiced

static final String COLUMNNAME_IsInvoiced
Column name IsInvoiced

See Also:
Constant Field Values

COLUMNNAME_M_Product_Category_ID

static final String COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_S_ExpenseType_ID

static final String COLUMNNAME_S_ExpenseType_ID
Column name S_ExpenseType_ID

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setC_TaxCategory_ID

void setC_TaxCategory_ID(int C_TaxCategory_ID)
Set Tax Category. Tax Category


getC_TaxCategory_ID

int getC_TaxCategory_ID()
Get Tax Category. Tax Category


getC_TaxCategory

I_C_TaxCategory getC_TaxCategory()
                                 throws Exception
Throws:
Exception

setC_UOM_ID

void setC_UOM_ID(int C_UOM_ID)
Set UOM. Unit of Measure


getC_UOM_ID

int getC_UOM_ID()
Get UOM. Unit of Measure


getC_UOM

I_C_UOM getC_UOM()
                 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


setIsInvoiced

void setIsInvoiced(boolean IsInvoiced)
Set Invoiced. Is this invoiced?


isInvoiced

boolean isInvoiced()
Get Invoiced. Is this invoiced?


setM_Product_Category_ID

void setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. Category of a Product


getM_Product_Category_ID

int getM_Product_Category_ID()
Get Product Category. Category of a Product


getM_Product_Category

I_M_Product_Category getM_Product_Category()
                                           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


setS_ExpenseType_ID

void setS_ExpenseType_ID(int S_ExpenseType_ID)
Set Expense Type. Expense report type


getS_ExpenseType_ID

int getS_ExpenseType_ID()
Get Expense Type. Expense report type


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


Adempiere 3.5.2a

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