Package org.compiere.model
Interface I_C_Charge
- All Known Implementing Classes:
MCharge,X_C_Charge
public interface I_C_Charge
Generated Interface for C_Charge
- 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_BPartner_IDstatic final StringColumn name C_Charge_IDstatic final StringColumn name C_Charge_UUstatic final StringColumn name C_ChargeType_IDstatic final StringColumn name C_TaxCategory_IDstatic final StringColumn name ChargeAmtstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name IsActivestatic final StringColumn name IsExcludedFromDiscountstatic final StringColumn name IsSameCurrencystatic final StringColumn name IsSameTaxstatic final StringColumn name IsTaxIncludedstatic final StringColumn name Namestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=313static final StringTableName=C_Charge -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Business Partner.intGet Charge.Get C_Charge_UUDeprecated.intGet Charge TypeDeprecated.intGet Tax Category.Get Charge amount.Get Created.intGet Created By.Get Description.getName()Get Name.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Exclude from Payment Discount.booleanGet Same CurrencybooleanGet Same Tax.booleanGet Price includes Tax.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_BPartner_ID(int C_BPartner_ID) Set Business Partner.voidsetC_Charge_ID(int C_Charge_ID) Set Charge.voidsetC_Charge_UU(String C_Charge_UU) Set C_Charge_UUvoidsetC_ChargeType_ID(int C_ChargeType_ID) Set Charge TypevoidsetC_TaxCategory_ID(int C_TaxCategory_ID) Set Tax Category.voidsetChargeAmt(BigDecimal ChargeAmt) Set Charge amount.voidsetDescription(String Description) Set Description.voidsetIsActive(boolean IsActive) Set Active.voidsetIsExcludedFromDiscount(boolean IsExcludedFromDiscount) Set Exclude from Payment Discount.voidsetIsSameCurrency(boolean IsSameCurrency) Set Same CurrencyvoidsetIsSameTax(boolean IsSameTax) Set Same Tax.voidsetIsTaxIncluded(boolean IsTaxIncluded) Set Price includes Tax.voidSet Name.
-
Field Details
-
Table_Name
TableName=C_Charge- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=313- 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_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_C_ChargeType_ID
Column name C_ChargeType_ID- See Also:
-
COLUMNNAME_C_Charge_ID
Column name C_Charge_ID- See Also:
-
COLUMNNAME_C_Charge_UU
Column name C_Charge_UU- See Also:
-
COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID- See Also:
-
COLUMNNAME_ChargeAmt
Column name ChargeAmt- 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_IsExcludedFromDiscount
Column name IsExcludedFromDiscount- See Also:
-
COLUMNNAME_IsSameCurrency
Column name IsSameCurrency- See Also:
-
COLUMNNAME_IsSameTax
Column name IsSameTax- See Also:
-
COLUMNNAME_IsTaxIncluded
Column name IsTaxIncluded- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID) Set Business Partner. Identifies a Business Partner -
getC_BPartner_ID
int getC_BPartner_ID()Get Business Partner. Identifies a Business Partner -
getC_BPartner
Deprecated.- Throws:
RuntimeException
-
setC_ChargeType_ID
void setC_ChargeType_ID(int C_ChargeType_ID) Set Charge Type -
getC_ChargeType_ID
int getC_ChargeType_ID()Get Charge Type -
getC_ChargeType
Deprecated.- Throws:
RuntimeException
-
setC_Charge_ID
void setC_Charge_ID(int C_Charge_ID) Set Charge. Additional document charges -
getC_Charge_ID
int getC_Charge_ID()Get Charge. Additional document charges -
setC_Charge_UU
Set C_Charge_UU -
getC_Charge_UU
String getC_Charge_UU()Get C_Charge_UU -
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
-
setChargeAmt
Set Charge amount. Charge Amount -
getChargeAmt
BigDecimal getChargeAmt()Get Charge amount. Charge Amount -
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 -
setIsExcludedFromDiscount
void setIsExcludedFromDiscount(boolean IsExcludedFromDiscount) Set Exclude from Payment Discount. If selected, this charge is excluded from payment discount calculations. Only line amounts will be considered for discount. -
isExcludedFromDiscount
boolean isExcludedFromDiscount()Get Exclude from Payment Discount. If selected, this charge is excluded from payment discount calculations. Only line amounts will be considered for discount. -
setIsSameCurrency
void setIsSameCurrency(boolean IsSameCurrency) Set Same Currency -
isSameCurrency
boolean isSameCurrency()Get Same Currency -
setIsSameTax
void setIsSameTax(boolean IsSameTax) Set Same Tax. Use the same tax as the main transaction -
isSameTax
boolean isSameTax()Get Same Tax. Use the same tax as the main transaction -
setIsTaxIncluded
void setIsTaxIncluded(boolean IsTaxIncluded) Set Price includes Tax. Tax is included in the price -
isTaxIncluded
boolean isTaxIncluded()Get Price includes Tax. Tax is included in the price -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-