Package org.compiere.model
Interface I_T_CashFlow
-
- All Known Implementing Classes:
X_T_CashFlow
public interface I_T_CashFlowGenerated Interface for T_CashFlow- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_PInstance_IDColumn name AD_PInstance_IDstatic StringCOLUMNNAME_C_AcctSchema_IDColumn name C_AcctSchema_IDstatic StringCOLUMNNAME_C_Activity_IDColumn name C_Activity_IDstatic StringCOLUMNNAME_C_BPartner_IDColumn name C_BPartner_IDstatic StringCOLUMNNAME_C_Campaign_IDColumn name C_Campaign_IDstatic StringCOLUMNNAME_C_CashPlanLine_IDColumn name C_CashPlanLine_IDstatic StringCOLUMNNAME_C_Charge_IDColumn name C_Charge_IDstatic StringCOLUMNNAME_C_ElementValue_IDColumn name C_ElementValue_IDstatic StringCOLUMNNAME_C_Invoice_IDColumn name C_Invoice_IDstatic StringCOLUMNNAME_C_Order_IDColumn name C_Order_IDstatic StringCOLUMNNAME_C_Project_IDColumn name C_Project_IDstatic StringCOLUMNNAME_CashFlowSourceColumn name CashFlowSourcestatic StringCOLUMNNAME_CashFlowTypeColumn name CashFlowTypestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DateToColumn name DateTostatic StringCOLUMNNAME_DateTrxColumn name DateTrxstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsSOTrxColumn name IsSOTrxstatic StringCOLUMNNAME_LineTotalAmtColumn name LineTotalAmtstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_ProbabilityColumn name Probabilitystatic StringCOLUMNNAME_T_CashFlow_IDColumn name T_CashFlow_IDstatic StringCOLUMNNAME_T_CashFlow_UUColumn name T_CashFlow_UUstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=53299static StringTable_NameTableName=T_CashFlow
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_PInstancegetAD_PInstance()intgetAD_PInstance_ID()Get Process Instance.I_C_AcctSchemagetC_AcctSchema()intgetC_AcctSchema_ID()Get Accounting Schema.I_C_ActivitygetC_Activity()intgetC_Activity_ID()Get Activity.I_C_BPartnergetC_BPartner()intgetC_BPartner_ID()Get Business Partner.I_C_CampaigngetC_Campaign()intgetC_Campaign_ID()Get Campaign.I_C_CashPlanLinegetC_CashPlanLine()intgetC_CashPlanLine_ID()Get Cash Plan LineI_C_ChargegetC_Charge()intgetC_Charge_ID()Get Charge.I_C_ElementValuegetC_ElementValue()intgetC_ElementValue_ID()Get Account Element.I_C_InvoicegetC_Invoice()intgetC_Invoice_ID()Get Invoice.I_C_OrdergetC_Order()intgetC_Order_ID()Get Order.I_C_ProjectgetC_Project()intgetC_Project_ID()Get Project.StringgetCashFlowSource()Get Cash Flow SourceStringgetCashFlowType()Get Cash Flow TypeTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.TimestampgetDateTo()Get Date To.TimestampgetDateTrx()Get Transaction Date.StringgetDescription()Get Description.BigDecimalgetLineTotalAmt()Get Line Total.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.StringgetName()Get Name.BigDecimalgetProbability()Get ProbabilityintgetT_CashFlow_ID()Get T_CashFlow_IDStringgetT_CashFlow_UU()Get T_CashFlow_UUTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisSOTrx()Get Sales Transaction.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_PInstance_ID(int AD_PInstance_ID)Set Process Instance.voidsetC_AcctSchema_ID(int C_AcctSchema_ID)Set Accounting Schema.voidsetC_Activity_ID(int C_Activity_ID)Set Activity.voidsetC_BPartner_ID(int C_BPartner_ID)Set Business Partner.voidsetC_Campaign_ID(int C_Campaign_ID)Set Campaign.voidsetC_CashPlanLine_ID(int C_CashPlanLine_ID)Set Cash Plan LinevoidsetC_Charge_ID(int C_Charge_ID)Set Charge.voidsetC_ElementValue_ID(int C_ElementValue_ID)Set Account Element.voidsetC_Invoice_ID(int C_Invoice_ID)Set Invoice.voidsetC_Order_ID(int C_Order_ID)Set Order.voidsetC_Project_ID(int C_Project_ID)Set Project.voidsetCashFlowSource(String CashFlowSource)Set Cash Flow SourcevoidsetCashFlowType(String CashFlowType)Set Cash Flow TypevoidsetDateTo(Timestamp DateTo)Set Date To.voidsetDateTrx(Timestamp DateTrx)Set Transaction Date.voidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetIsSOTrx(boolean IsSOTrx)Set Sales Transaction.voidsetLineTotalAmt(BigDecimal LineTotalAmt)Set Line Total.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetName(String Name)Set Name.voidsetProbability(BigDecimal Probability)Set ProbabilityvoidsetT_CashFlow_ID(int T_CashFlow_ID)Set T_CashFlow_IDvoidsetT_CashFlow_UU(String T_CashFlow_UU)Set T_CashFlow_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=T_CashFlow- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53299- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PInstance_ID
static final String COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_AcctSchema_ID
static final String COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Activity_ID
static final String COLUMNNAME_C_Activity_ID
Column name C_Activity_ID- See Also:
- Constant Field Values
-
COLUMNNAME_CashFlowSource
static final String COLUMNNAME_CashFlowSource
Column name CashFlowSource- See Also:
- Constant Field Values
-
COLUMNNAME_CashFlowType
static final String COLUMNNAME_CashFlowType
Column name CashFlowType- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Campaign_ID
static final String COLUMNNAME_C_Campaign_ID
Column name C_Campaign_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_CashPlanLine_ID
static final String COLUMNNAME_C_CashPlanLine_ID
Column name C_CashPlanLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Charge_ID
static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_ElementValue_ID
static final String COLUMNNAME_C_ElementValue_ID
Column name C_ElementValue_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Invoice_ID
static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Order_ID
static final String COLUMNNAME_C_Order_ID
Column name C_Order_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Project_ID
static final String COLUMNNAME_C_Project_ID
Column name C_Project_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_DateTo
static final String COLUMNNAME_DateTo
Column name DateTo- See Also:
- Constant Field Values
-
COLUMNNAME_DateTrx
static final String COLUMNNAME_DateTrx
Column name DateTrx- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsSOTrx
static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
- Constant Field Values
-
COLUMNNAME_LineTotalAmt
static final String COLUMNNAME_LineTotalAmt
Column name LineTotalAmt- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Probability
static final String COLUMNNAME_Probability
Column name Probability- See Also:
- Constant Field Values
-
COLUMNNAME_T_CashFlow_ID
static final String COLUMNNAME_T_CashFlow_ID
Column name T_CashFlow_ID- See Also:
- Constant Field Values
-
COLUMNNAME_T_CashFlow_UU
static final String COLUMNNAME_T_CashFlow_UU
Column name T_CashFlow_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_PInstance_ID
void setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance. Instance of the process
-
getAD_PInstance_ID
int getAD_PInstance_ID()
Get Process Instance. Instance of the process
-
getAD_PInstance
I_AD_PInstance getAD_PInstance() throws RuntimeException
- Throws:
RuntimeException
-
setC_AcctSchema_ID
void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema. Rules for accounting
-
getC_AcctSchema_ID
int getC_AcctSchema_ID()
Get Accounting Schema. Rules for accounting
-
getC_AcctSchema
I_C_AcctSchema getC_AcctSchema() throws RuntimeException
- Throws:
RuntimeException
-
setC_Activity_ID
void setC_Activity_ID(int C_Activity_ID)
Set Activity. Business Activity
-
getC_Activity_ID
int getC_Activity_ID()
Get Activity. Business Activity
-
getC_Activity
I_C_Activity getC_Activity() throws RuntimeException
- Throws:
RuntimeException
-
setCashFlowSource
void setCashFlowSource(String CashFlowSource)
Set Cash Flow Source
-
getCashFlowSource
String getCashFlowSource()
Get Cash Flow Source
-
setCashFlowType
void setCashFlowType(String CashFlowType)
Set Cash Flow Type
-
getCashFlowType
String getCashFlowType()
Get Cash Flow Type
-
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
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setC_Campaign_ID
void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign. Marketing Campaign
-
getC_Campaign_ID
int getC_Campaign_ID()
Get Campaign. Marketing Campaign
-
getC_Campaign
I_C_Campaign getC_Campaign() throws RuntimeException
- Throws:
RuntimeException
-
setC_CashPlanLine_ID
void setC_CashPlanLine_ID(int C_CashPlanLine_ID)
Set Cash Plan Line
-
getC_CashPlanLine_ID
int getC_CashPlanLine_ID()
Get Cash Plan Line
-
getC_CashPlanLine
I_C_CashPlanLine getC_CashPlanLine() throws RuntimeException
- 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
-
getC_Charge
I_C_Charge getC_Charge() throws RuntimeException
- Throws:
RuntimeException
-
setC_ElementValue_ID
void setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element. Account Element
-
getC_ElementValue_ID
int getC_ElementValue_ID()
Get Account Element. Account Element
-
getC_ElementValue
I_C_ElementValue getC_ElementValue() throws RuntimeException
- Throws:
RuntimeException
-
setC_Invoice_ID
void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier
-
getC_Invoice_ID
int getC_Invoice_ID()
Get Invoice. Invoice Identifier
-
getC_Invoice
I_C_Invoice getC_Invoice() throws RuntimeException
- Throws:
RuntimeException
-
setC_Order_ID
void setC_Order_ID(int C_Order_ID)
Set Order. Order
-
getC_Order_ID
int getC_Order_ID()
Get Order. Order
-
getC_Order
I_C_Order getC_Order() throws RuntimeException
- Throws:
RuntimeException
-
setC_Project_ID
void setC_Project_ID(int C_Project_ID)
Set Project. Financial Project
-
getC_Project_ID
int getC_Project_ID()
Get Project. Financial Project
-
getC_Project
I_C_Project getC_Project() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDateTo
void setDateTo(Timestamp DateTo)
Set Date To. End date of a date range
-
getDateTo
Timestamp getDateTo()
Get Date To. End date of a date range
-
setDateTrx
void setDateTrx(Timestamp DateTrx)
Set Transaction Date. Transaction Date
-
getDateTrx
Timestamp getDateTrx()
Get Transaction Date. Transaction Date
-
setDescription
void setDescription(String Description)
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
-
setIsSOTrx
void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction
-
isSOTrx
boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction
-
setLineTotalAmt
void setLineTotalAmt(BigDecimal LineTotalAmt)
Set Line Total. Total line amount incl. Tax
-
getLineTotalAmt
BigDecimal getLineTotalAmt()
Get Line Total. Total line amount incl. Tax
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setProbability
void setProbability(BigDecimal Probability)
Set Probability
-
getProbability
BigDecimal getProbability()
Get Probability
-
setT_CashFlow_ID
void setT_CashFlow_ID(int T_CashFlow_ID)
Set T_CashFlow_ID
-
getT_CashFlow_ID
int getT_CashFlow_ID()
Get T_CashFlow_ID
-
setT_CashFlow_UU
void setT_CashFlow_UU(String T_CashFlow_UU)
Set T_CashFlow_UU
-
getT_CashFlow_UU
String getT_CashFlow_UU()
Get T_CashFlow_UU
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-