Class X_C_CashPlan

    • Constructor Detail

      • X_C_CashPlan

        public X_C_CashPlan​(Properties ctx,
                            int C_CashPlan_ID,
                            String trxName)
        Standard Constructor
    • Method Detail

      • get_AccessLevel

        protected int get_AccessLevel()
        AccessLevel
        Specified by:
        get_AccessLevel in class PO
        Returns:
        1 - Org
      • initPO

        protected POInfo initPO​(Properties ctx)
        Load Meta Data
        Specified by:
        initPO in class PO
        Parameters:
        ctx - context
        Returns:
        POInfo
      • toString

        public String toString()
        Description copied from class: PO
        String representation
        Overrides:
        toString in class PO
        Returns:
        String representation
      • setAD_OrgTrx_ID

        public void setAD_OrgTrx_ID​(int AD_OrgTrx_ID)
        Set Trx Organization.
        Specified by:
        setAD_OrgTrx_ID in interface I_C_CashPlan
        Parameters:
        AD_OrgTrx_ID - Performing or initiating organization
      • getAD_OrgTrx_ID

        public int getAD_OrgTrx_ID()
        Get Trx Organization.
        Specified by:
        getAD_OrgTrx_ID in interface I_C_CashPlan
        Returns:
        Performing or initiating organization
      • setC_Activity_ID

        public void setC_Activity_ID​(int C_Activity_ID)
        Set Activity.
        Specified by:
        setC_Activity_ID in interface I_C_CashPlan
        Parameters:
        C_Activity_ID - Business Activity
      • getC_Activity_ID

        public int getC_Activity_ID()
        Get Activity.
        Specified by:
        getC_Activity_ID in interface I_C_CashPlan
        Returns:
        Business Activity
      • setCashFlowType

        public void setCashFlowType​(String CashFlowType)
        Set Cash Flow Type.
        Specified by:
        setCashFlowType in interface I_C_CashPlan
        Parameters:
        CashFlowType - Cash Flow Type
      • setC_BPartner_ID

        public void setC_BPartner_ID​(int C_BPartner_ID)
        Set Business Partner.
        Specified by:
        setC_BPartner_ID in interface I_C_CashPlan
        Parameters:
        C_BPartner_ID - Identifies a Business Partner
      • getC_BPartner_ID

        public int getC_BPartner_ID()
        Get Business Partner.
        Specified by:
        getC_BPartner_ID in interface I_C_CashPlan
        Returns:
        Identifies a Business Partner
      • setC_Campaign_ID

        public void setC_Campaign_ID​(int C_Campaign_ID)
        Set Campaign.
        Specified by:
        setC_Campaign_ID in interface I_C_CashPlan
        Parameters:
        C_Campaign_ID - Marketing Campaign
      • getC_Campaign_ID

        public int getC_Campaign_ID()
        Get Campaign.
        Specified by:
        getC_Campaign_ID in interface I_C_CashPlan
        Returns:
        Marketing Campaign
      • setC_CashPlan_ID

        public void setC_CashPlan_ID​(int C_CashPlan_ID)
        Set Cash Plan.
        Specified by:
        setC_CashPlan_ID in interface I_C_CashPlan
        Parameters:
        C_CashPlan_ID - Cash Plan
      • getC_CashPlan_ID

        public int getC_CashPlan_ID()
        Get Cash Plan.
        Specified by:
        getC_CashPlan_ID in interface I_C_CashPlan
        Returns:
        Cash Plan
      • setC_CashPlan_UU

        public void setC_CashPlan_UU​(String C_CashPlan_UU)
        Set C_CashPlan_UU.
        Specified by:
        setC_CashPlan_UU in interface I_C_CashPlan
        Parameters:
        C_CashPlan_UU - C_CashPlan_UU
      • setCopyFrom

        public void setCopyFrom​(String CopyFrom)
        Set Copy From.
        Specified by:
        setCopyFrom in interface I_C_CashPlan
        Parameters:
        CopyFrom - Copy From Record
      • setC_Project_ID

        public void setC_Project_ID​(int C_Project_ID)
        Set Project.
        Specified by:
        setC_Project_ID in interface I_C_CashPlan
        Parameters:
        C_Project_ID - Financial Project
      • getC_Project_ID

        public int getC_Project_ID()
        Get Project.
        Specified by:
        getC_Project_ID in interface I_C_CashPlan
        Returns:
        Financial Project
      • setDateDoc

        public void setDateDoc​(Timestamp DateDoc)
        Set Document Date.
        Specified by:
        setDateDoc in interface I_C_CashPlan
        Parameters:
        DateDoc - Date of the Document
      • setDescription

        public void setDescription​(String Description)
        Set Description.
        Specified by:
        setDescription in interface I_C_CashPlan
        Parameters:
        Description - Optional short description of the record
      • getDescription

        public String getDescription()
        Get Description.
        Specified by:
        getDescription in interface I_C_CashPlan
        Returns:
        Optional short description of the record
      • setDocumentNo

        public void setDocumentNo​(String DocumentNo)
        Set Document No.
        Specified by:
        setDocumentNo in interface I_C_CashPlan
        Parameters:
        DocumentNo - Document sequence number of the document
      • getDocumentNo

        public String getDocumentNo()
        Get Document No.
        Specified by:
        getDocumentNo in interface I_C_CashPlan
        Returns:
        Document sequence number of the document
      • getKeyNamePair

        public KeyNamePair getKeyNamePair()
        Get Record ID/ColumnName
        Returns:
        ID/ColumnName pair
      • setGeneratePeriodic

        public void setGeneratePeriodic​(String GeneratePeriodic)
        Set Generate Periodic Plan.
        Specified by:
        setGeneratePeriodic in interface I_C_CashPlan
        Parameters:
        GeneratePeriodic - Generate Periodic Plan
      • setGrandTotal

        public void setGrandTotal​(BigDecimal GrandTotal)
        Set Grand Total.
        Specified by:
        setGrandTotal in interface I_C_CashPlan
        Parameters:
        GrandTotal - Total amount of document
      • setIsApproved

        public void setIsApproved​(boolean IsApproved)
        Set Approved.
        Specified by:
        setIsApproved in interface I_C_CashPlan
        Parameters:
        IsApproved - Indicates if this document requires approval
      • isApproved

        public boolean isApproved()
        Get Approved.
        Specified by:
        isApproved in interface I_C_CashPlan
        Returns:
        Indicates if this document requires approval
      • setIsSOTrx

        public void setIsSOTrx​(boolean IsSOTrx)
        Set Sales Transaction.
        Specified by:
        setIsSOTrx in interface I_C_CashPlan
        Parameters:
        IsSOTrx - This is a Sales Transaction
      • isSOTrx

        public boolean isSOTrx()
        Get Sales Transaction.
        Specified by:
        isSOTrx in interface I_C_CashPlan
        Returns:
        This is a Sales Transaction
      • setProcessed

        public void setProcessed​(boolean Processed)
        Set Processed.
        Specified by:
        setProcessed in interface I_C_CashPlan
        Parameters:
        Processed - The document has been processed
      • isProcessed

        public boolean isProcessed()
        Get Processed.
        Specified by:
        isProcessed in interface I_C_CashPlan
        Returns:
        The document has been processed
      • setUser1_ID

        public void setUser1_ID​(int User1_ID)
        Set User Element List 1.
        Specified by:
        setUser1_ID in interface I_C_CashPlan
        Parameters:
        User1_ID - User defined list element #1
      • getUser1_ID

        public int getUser1_ID()
        Get User Element List 1.
        Specified by:
        getUser1_ID in interface I_C_CashPlan
        Returns:
        User defined list element #1
      • setUser2_ID

        public void setUser2_ID​(int User2_ID)
        Set User Element List 2.
        Specified by:
        setUser2_ID in interface I_C_CashPlan
        Parameters:
        User2_ID - User defined list element #2
      • getUser2_ID

        public int getUser2_ID()
        Get User Element List 2.
        Specified by:
        getUser2_ID in interface I_C_CashPlan
        Returns:
        User defined list element #2