Package 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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_TaxCategory_IDstatic final String
Column name C_UOM_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name IsActivestatic final String
Column name IsInvoicedstatic final String
Column name M_Product_Category_IDstatic final String
Column name Namestatic final String
Column name S_ExpenseType_IDstatic final String
Column name S_ExpenseType_UUstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=481static final String
TableName=S_ExpenseType -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Tax Category.getC_UOM()
int
Get UOM.Get Created.int
Get Created By.Get Description.int
Get Product Category.getName()
Get Name.int
Get Expense Type.Get S_ExpenseType_UUGet Updated.int
Get Updated By.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
Get Invoiced.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.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
setIsActive
(boolean IsActive) Set Active.void
setIsInvoiced
(boolean IsInvoiced) Set Invoiced.void
setM_Product_Category_ID
(int M_Product_Category_ID) Set Product Category.void
Set Name.void
setS_ExpenseType_ID
(int S_ExpenseType_ID) Set Expense Type.void
setS_ExpenseType_UU
(String S_ExpenseType_UU) Set S_ExpenseType_UUvoid
Set Search Key.
-
Field Details
-
Table_Name
TableName=S_ExpenseType- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=481- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID- See Also:
-
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsInvoiced
Column name IsInvoiced- See Also:
-
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_S_ExpenseType_ID
Column name S_ExpenseType_ID- See Also:
-
COLUMNNAME_S_ExpenseType_UU
Column name S_ExpenseType_UU- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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
- Throws:
RuntimeException
-
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
- Throws:
RuntimeException
-
setDescription
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 -
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
- Throws:
RuntimeException
-
setName
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 -
setS_ExpenseType_UU
Set S_ExpenseType_UU -
getS_ExpenseType_UU
String getS_ExpenseType_UU()Get S_ExpenseType_UU -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValue
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
-