|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_C_Charge
public class X_C_Charge
Generated Model for C_Charge
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_C_Charge |
|---|
accessLevel, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_Charge_ID, COLUMNNAME_C_TaxCategory_ID, COLUMNNAME_ChargeAmt, COLUMNNAME_Description, COLUMNNAME_IsSameCurrency, COLUMNNAME_IsSameTax, COLUMNNAME_IsTaxIncluded, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_C_Charge(Properties ctx,
int C_Charge_ID,
String trxName)
Standard Constructor |
|
X_C_Charge(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
int |
getC_Charge_ID()
Get Charge. |
int |
getC_TaxCategory_ID()
Get Tax Category. |
I_C_TaxCategory |
getC_TaxCategory()
|
BigDecimal |
getChargeAmt()
Get Charge amount. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isSameCurrency()
Get Same Currency. |
boolean |
isSameTax()
Get Same Tax. |
boolean |
isTaxIncluded()
Get Price includes Tax. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setC_Charge_ID(int C_Charge_ID)
Set Charge. |
void |
setC_TaxCategory_ID(int C_TaxCategory_ID)
Set Tax Category. |
void |
setChargeAmt(BigDecimal ChargeAmt)
Set Charge amount. |
void |
setDescription(String Description)
Set Description. |
void |
setIsSameCurrency(boolean IsSameCurrency)
Set Same Currency. |
void |
setIsSameTax(boolean IsSameTax)
Set Same Tax. |
void |
setIsTaxIncluded(boolean IsTaxIncluded)
Set Price includes Tax. |
void |
setName(String Name)
Set Name. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public X_C_Charge(Properties ctx,
int C_Charge_ID,
String trxName)
public X_C_Charge(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_C_ChargeExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_C_ChargeC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_C_Chargepublic void setC_Charge_ID(int C_Charge_ID)
setC_Charge_ID in interface I_C_ChargeC_Charge_ID - Additional document chargespublic int getC_Charge_ID()
getC_Charge_ID in interface I_C_Chargepublic void setChargeAmt(BigDecimal ChargeAmt)
setChargeAmt in interface I_C_ChargeChargeAmt - Charge Amountpublic BigDecimal getChargeAmt()
getChargeAmt in interface I_C_Charge
public I_C_TaxCategory getC_TaxCategory()
throws Exception
getC_TaxCategory in interface I_C_ChargeExceptionpublic void setC_TaxCategory_ID(int C_TaxCategory_ID)
setC_TaxCategory_ID in interface I_C_ChargeC_TaxCategory_ID - Tax Categorypublic int getC_TaxCategory_ID()
getC_TaxCategory_ID in interface I_C_Chargepublic void setDescription(String Description)
setDescription in interface I_C_ChargeDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_C_Chargepublic void setIsSameCurrency(boolean IsSameCurrency)
setIsSameCurrency in interface I_C_ChargeIsSameCurrency - Same Currencypublic boolean isSameCurrency()
isSameCurrency in interface I_C_Chargepublic void setIsSameTax(boolean IsSameTax)
setIsSameTax in interface I_C_ChargeIsSameTax - Use the same tax as the main transactionpublic boolean isSameTax()
isSameTax in interface I_C_Chargepublic void setIsTaxIncluded(boolean IsTaxIncluded)
setIsTaxIncluded in interface I_C_ChargeIsTaxIncluded - Tax is included in the pricepublic boolean isTaxIncluded()
isTaxIncluded in interface I_C_Chargepublic void setName(String Name)
setName in interface I_C_ChargeName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_C_Chargepublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||