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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_TaxCategory_IDstatic final StringColumn name C_UOM_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name IsActivestatic final StringColumn name IsInvoicedstatic final StringColumn name M_Product_Category_IDstatic final StringColumn name Namestatic final StringColumn name S_ExpenseType_IDstatic final StringColumn name S_ExpenseType_UUstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name Valuestatic final KeyNamePairstatic final intAD_Table_ID=481static final StringTableName=S_ExpenseType -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Tax Category.getC_UOM()Deprecated.intGet UOM.Get Created.intGet Created By.Get Description.Deprecated.intGet Product Category.getName()Get Name.intGet Expense Type.Get S_ExpenseType_UUGet Updated.intGet Updated By.getValue()Get Search Key.booleanisActive()Get Active.booleanGet Invoiced.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_TaxCategory_ID(int C_TaxCategory_ID) Set Tax Category.voidsetC_UOM_ID(int C_UOM_ID) Set UOM.voidsetDescription(String Description) Set Description.voidsetIsActive(boolean IsActive) Set Active.voidsetIsInvoiced(boolean IsInvoiced) Set Invoiced.voidsetM_Product_Category_ID(int M_Product_Category_ID) Set Product Category.voidSet Name.voidsetS_ExpenseType_ID(int S_ExpenseType_ID) Set Expense Type.voidsetS_ExpenseType_UU(String S_ExpenseType_UU) Set S_ExpenseType_UUvoidSet 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_C_TaxCategory_ID
Column name C_TaxCategory_ID- See Also:
-
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- 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 -
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
Deprecated.- 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
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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
Deprecated.- 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
-