Package org.compiere.model
Interface I_T_CashFlow
-
- All Known Implementing Classes:
X_T_CashFlow
public interface I_T_CashFlow
Generated Interface for T_CashFlow- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_PInstance_ID
Column name AD_PInstance_IDstatic String
COLUMNNAME_C_AcctSchema_ID
Column name C_AcctSchema_IDstatic String
COLUMNNAME_C_Activity_ID
Column name C_Activity_IDstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_Campaign_ID
Column name C_Campaign_IDstatic String
COLUMNNAME_C_CashPlanLine_ID
Column name C_CashPlanLine_IDstatic String
COLUMNNAME_C_Charge_ID
Column name C_Charge_IDstatic String
COLUMNNAME_C_ElementValue_ID
Column name C_ElementValue_IDstatic String
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_IDstatic String
COLUMNNAME_C_Order_ID
Column name C_Order_IDstatic String
COLUMNNAME_C_Project_ID
Column name C_Project_IDstatic String
COLUMNNAME_CashFlowSource
Column name CashFlowSourcestatic String
COLUMNNAME_CashFlowType
Column name CashFlowTypestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DateTo
Column name DateTostatic String
COLUMNNAME_DateTrx
Column name DateTrxstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsSOTrx
Column name IsSOTrxstatic String
COLUMNNAME_LineTotalAmt
Column name LineTotalAmtstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Probability
Column name Probabilitystatic String
COLUMNNAME_T_CashFlow_ID
Column name T_CashFlow_IDstatic String
COLUMNNAME_T_CashFlow_UU
Column name T_CashFlow_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53299static String
Table_Name
TableName=T_CashFlow
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_PInstance
getAD_PInstance()
int
getAD_PInstance_ID()
Get Process Instance.I_C_AcctSchema
getC_AcctSchema()
int
getC_AcctSchema_ID()
Get Accounting Schema.I_C_Activity
getC_Activity()
int
getC_Activity_ID()
Get Activity.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_Campaign
getC_Campaign()
int
getC_Campaign_ID()
Get Campaign.I_C_CashPlanLine
getC_CashPlanLine()
int
getC_CashPlanLine_ID()
Get Cash Plan LineI_C_Charge
getC_Charge()
int
getC_Charge_ID()
Get Charge.I_C_ElementValue
getC_ElementValue()
int
getC_ElementValue_ID()
Get Account Element.I_C_Invoice
getC_Invoice()
int
getC_Invoice_ID()
Get Invoice.I_C_Order
getC_Order()
int
getC_Order_ID()
Get Order.I_C_Project
getC_Project()
int
getC_Project_ID()
Get Project.String
getCashFlowSource()
Get Cash Flow SourceString
getCashFlowType()
Get Cash Flow TypeTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getDateTo()
Get Date To.Timestamp
getDateTrx()
Get Transaction Date.String
getDescription()
Get Description.BigDecimal
getLineTotalAmt()
Get Line Total.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.String
getName()
Get Name.BigDecimal
getProbability()
Get Probabilityint
getT_CashFlow_ID()
Get T_CashFlow_IDString
getT_CashFlow_UU()
Get T_CashFlow_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isSOTrx()
Get Sales Transaction.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_PInstance_ID(int AD_PInstance_ID)
Set Process Instance.void
setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema.void
setC_Activity_ID(int C_Activity_ID)
Set Activity.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_Campaign_ID(int C_Campaign_ID)
Set Campaign.void
setC_CashPlanLine_ID(int C_CashPlanLine_ID)
Set Cash Plan Linevoid
setC_Charge_ID(int C_Charge_ID)
Set Charge.void
setC_ElementValue_ID(int C_ElementValue_ID)
Set Account Element.void
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice.void
setC_Order_ID(int C_Order_ID)
Set Order.void
setC_Project_ID(int C_Project_ID)
Set Project.void
setCashFlowSource(String CashFlowSource)
Set Cash Flow Sourcevoid
setCashFlowType(String CashFlowType)
Set Cash Flow Typevoid
setDateTo(Timestamp DateTo)
Set Date To.void
setDateTrx(Timestamp DateTrx)
Set Transaction Date.void
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction.void
setLineTotalAmt(BigDecimal LineTotalAmt)
Set Line Total.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setName(String Name)
Set Name.void
setProbability(BigDecimal Probability)
Set Probabilityvoid
setT_CashFlow_ID(int T_CashFlow_ID)
Set T_CashFlow_IDvoid
setT_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
-
-