Class X_PA_ReportSource

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_PA_ReportSource
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_PA_ReportSource, I_Persistent, Evaluatee
Direct Known Subclasses:
MReportSource

public class X_PA_ReportSource extends PO implements I_PA_ReportSource, I_Persistent
Generated Model for PA_ReportSource
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_PA_ReportSource

      public X_PA_ReportSource(Properties ctx, int PA_ReportSource_ID, String trxName)
      Standard Constructor
    • X_PA_ReportSource

      public X_PA_ReportSource(Properties ctx, int PA_ReportSource_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_PA_ReportSource

      public X_PA_ReportSource(Properties ctx, String PA_ReportSource_UU, String trxName)
      Standard Constructor
    • X_PA_ReportSource

      public X_PA_ReportSource(Properties ctx, String PA_ReportSource_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_PA_ReportSource

      public X_PA_ReportSource(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      3 - Client - 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_PA_ReportSource
      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_PA_ReportSource
      Returns:
      Performing or initiating organization
    • getC_Activity

      public I_C_Activity getC_Activity() throws RuntimeException
      Specified by:
      getC_Activity in interface I_PA_ReportSource
      Throws:
      RuntimeException
    • setC_Activity_ID

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

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

      public I_C_BPartner getC_BPartner() throws RuntimeException
      Specified by:
      getC_BPartner in interface I_PA_ReportSource
      Throws:
      RuntimeException
    • setC_BPartner_ID

      public void setC_BPartner_ID(int C_BPartner_ID)
      Set Business Partner.
      Specified by:
      setC_BPartner_ID in interface I_PA_ReportSource
      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_PA_ReportSource
      Returns:
      Identifies a Business Partner
    • getC_Campaign

      public I_C_Campaign getC_Campaign() throws RuntimeException
      Specified by:
      getC_Campaign in interface I_PA_ReportSource
      Throws:
      RuntimeException
    • setC_Campaign_ID

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

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

      public I_C_ElementValue getC_ElementValue() throws RuntimeException
      Specified by:
      getC_ElementValue in interface I_PA_ReportSource
      Throws:
      RuntimeException
    • setC_ElementValue_ID

      public void setC_ElementValue_ID(int C_ElementValue_ID)
      Set Account Element.
      Specified by:
      setC_ElementValue_ID in interface I_PA_ReportSource
      Parameters:
      C_ElementValue_ID - Account Element
    • getC_ElementValue_ID

      public int getC_ElementValue_ID()
      Get Account Element.
      Specified by:
      getC_ElementValue_ID in interface I_PA_ReportSource
      Returns:
      Account Element
    • getC_Location

      public I_C_Location getC_Location() throws RuntimeException
      Specified by:
      getC_Location in interface I_PA_ReportSource
      Throws:
      RuntimeException
    • setC_Location_ID

      public void setC_Location_ID(int C_Location_ID)
      Set Address.
      Specified by:
      setC_Location_ID in interface I_PA_ReportSource
      Parameters:
      C_Location_ID - Location or Address
    • getC_Location_ID

      public int getC_Location_ID()
      Get Address.
      Specified by:
      getC_Location_ID in interface I_PA_ReportSource
      Returns:
      Location or Address
    • getC_Project

      public I_C_Project getC_Project() throws RuntimeException
      Specified by:
      getC_Project in interface I_PA_ReportSource
      Throws:
      RuntimeException
    • setC_Project_ID

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

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

      public I_C_SalesRegion getC_SalesRegion() throws RuntimeException
      Specified by:
      getC_SalesRegion in interface I_PA_ReportSource
      Throws:
      RuntimeException
    • setC_SalesRegion_ID

      public void setC_SalesRegion_ID(int C_SalesRegion_ID)
      Set Sales Region.
      Specified by:
      setC_SalesRegion_ID in interface I_PA_ReportSource
      Parameters:
      C_SalesRegion_ID - Sales coverage region
    • getC_SalesRegion_ID

      public int getC_SalesRegion_ID()
      Get Sales Region.
      Specified by:
      getC_SalesRegion_ID in interface I_PA_ReportSource
      Returns:
      Sales coverage region
    • setDescription

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

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

      public void setElementType(String ElementType)
      Set Type.
      Specified by:
      setElementType in interface I_PA_ReportSource
      Parameters:
      ElementType - Element Type (account or user defined)
    • getElementType

      public String getElementType()
      Get Type.
      Specified by:
      getElementType in interface I_PA_ReportSource
      Returns:
      Element Type (account or user defined)
    • getKeyNamePair

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

      public void setIsIncludeNullsActivity(boolean IsIncludeNullsActivity)
      Set Include Nulls in Activity.
      Specified by:
      setIsIncludeNullsActivity in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsActivity - Include nulls in the selection of the activity
    • isIncludeNullsActivity

      public boolean isIncludeNullsActivity()
      Get Include Nulls in Activity.
      Specified by:
      isIncludeNullsActivity in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the activity
    • setIsIncludeNullsBPartner

      public void setIsIncludeNullsBPartner(boolean IsIncludeNullsBPartner)
      Set Include Nulls in BPartner.
      Specified by:
      setIsIncludeNullsBPartner in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsBPartner - Include nulls in the selection of the business partner
    • isIncludeNullsBPartner

      public boolean isIncludeNullsBPartner()
      Get Include Nulls in BPartner.
      Specified by:
      isIncludeNullsBPartner in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the business partner
    • setIsIncludeNullsCampaign

      public void setIsIncludeNullsCampaign(boolean IsIncludeNullsCampaign)
      Set Include Nulls in Campaign.
      Specified by:
      setIsIncludeNullsCampaign in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsCampaign - Include nulls in the selection of the campaign
    • isIncludeNullsCampaign

      public boolean isIncludeNullsCampaign()
      Get Include Nulls in Campaign.
      Specified by:
      isIncludeNullsCampaign in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the campaign
    • setIsIncludeNullsElementValue

      public void setIsIncludeNullsElementValue(boolean IsIncludeNullsElementValue)
      Set Include Nulls in Account.
      Specified by:
      setIsIncludeNullsElementValue in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsElementValue - Include nulls in the selection of the account
    • isIncludeNullsElementValue

      public boolean isIncludeNullsElementValue()
      Get Include Nulls in Account.
      Specified by:
      isIncludeNullsElementValue in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the account
    • setIsIncludeNullsLocation

      public void setIsIncludeNullsLocation(boolean IsIncludeNullsLocation)
      Set Include Nulls in Location.
      Specified by:
      setIsIncludeNullsLocation in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsLocation - Include nulls in the selection of the location
    • isIncludeNullsLocation

      public boolean isIncludeNullsLocation()
      Get Include Nulls in Location.
      Specified by:
      isIncludeNullsLocation in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the location
    • setIsIncludeNullsOrg

      public void setIsIncludeNullsOrg(boolean IsIncludeNullsOrg)
      Set Include Nulls in Org.
      Specified by:
      setIsIncludeNullsOrg in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsOrg - Include nulls in the selection of the organization
    • isIncludeNullsOrg

      public boolean isIncludeNullsOrg()
      Get Include Nulls in Org.
      Specified by:
      isIncludeNullsOrg in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the organization
    • setIsIncludeNullsOrgTrx

      public void setIsIncludeNullsOrgTrx(boolean IsIncludeNullsOrgTrx)
      Set Include Nulls in Org Trx.
      Specified by:
      setIsIncludeNullsOrgTrx in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsOrgTrx - Include nulls in the selection of the organization transaction
    • isIncludeNullsOrgTrx

      public boolean isIncludeNullsOrgTrx()
      Get Include Nulls in Org Trx.
      Specified by:
      isIncludeNullsOrgTrx in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the organization transaction
    • setIsIncludeNullsProduct

      public void setIsIncludeNullsProduct(boolean IsIncludeNullsProduct)
      Set Include Nulls in Product.
      Specified by:
      setIsIncludeNullsProduct in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsProduct - Include nulls in the selection of the product
    • isIncludeNullsProduct

      public boolean isIncludeNullsProduct()
      Get Include Nulls in Product.
      Specified by:
      isIncludeNullsProduct in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the product
    • setIsIncludeNullsProject

      public void setIsIncludeNullsProject(boolean IsIncludeNullsProject)
      Set Include Nulls in Project.
      Specified by:
      setIsIncludeNullsProject in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsProject - Include nulls in the selection of the project
    • isIncludeNullsProject

      public boolean isIncludeNullsProject()
      Get Include Nulls in Project.
      Specified by:
      isIncludeNullsProject in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the project
    • setIsIncludeNullsSalesRegion

      public void setIsIncludeNullsSalesRegion(boolean IsIncludeNullsSalesRegion)
      Set Include Nulls in Sales Region.
      Specified by:
      setIsIncludeNullsSalesRegion in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsSalesRegion - Include nulls in the selection of the sales region
    • isIncludeNullsSalesRegion

      public boolean isIncludeNullsSalesRegion()
      Get Include Nulls in Sales Region.
      Specified by:
      isIncludeNullsSalesRegion in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the sales region
    • setIsIncludeNullsUserElement1

      public void setIsIncludeNullsUserElement1(boolean IsIncludeNullsUserElement1)
      Set Include Nulls in User Element 1.
      Specified by:
      setIsIncludeNullsUserElement1 in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsUserElement1 - Include nulls in the selection of the user element 1
    • isIncludeNullsUserElement1

      public boolean isIncludeNullsUserElement1()
      Get Include Nulls in User Element 1.
      Specified by:
      isIncludeNullsUserElement1 in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the user element 1
    • setIsIncludeNullsUserElement2

      public void setIsIncludeNullsUserElement2(boolean IsIncludeNullsUserElement2)
      Set Include Nulls in User Element 2.
      Specified by:
      setIsIncludeNullsUserElement2 in interface I_PA_ReportSource
      Parameters:
      IsIncludeNullsUserElement2 - Include nulls in the selection of the user element 2
    • isIncludeNullsUserElement2

      public boolean isIncludeNullsUserElement2()
      Get Include Nulls in User Element 2.
      Specified by:
      isIncludeNullsUserElement2 in interface I_PA_ReportSource
      Returns:
      Include nulls in the selection of the user element 2
    • getM_Product

      public I_M_Product getM_Product() throws RuntimeException
      Specified by:
      getM_Product in interface I_PA_ReportSource
      Throws:
      RuntimeException
    • setM_Product_ID

      public void setM_Product_ID(int M_Product_ID)
      Set Product.
      Specified by:
      setM_Product_ID in interface I_PA_ReportSource
      Parameters:
      M_Product_ID - Product, Service, Item
    • getM_Product_ID

      public int getM_Product_ID()
      Get Product.
      Specified by:
      getM_Product_ID in interface I_PA_ReportSource
      Returns:
      Product, Service, Item
    • setOrg_ID

      public void setOrg_ID(int Org_ID)
      Set Organization.
      Specified by:
      setOrg_ID in interface I_PA_ReportSource
      Parameters:
      Org_ID - Organizational entity within tenant
    • getOrg_ID

      public int getOrg_ID()
      Get Organization.
      Specified by:
      getOrg_ID in interface I_PA_ReportSource
      Returns:
      Organizational entity within tenant
    • getPA_ReportLine

      public I_PA_ReportLine getPA_ReportLine() throws RuntimeException
      Specified by:
      getPA_ReportLine in interface I_PA_ReportSource
      Throws:
      RuntimeException
    • setPA_ReportLine_ID

      public void setPA_ReportLine_ID(int PA_ReportLine_ID)
      Set Report Line.
      Specified by:
      setPA_ReportLine_ID in interface I_PA_ReportSource
      Parameters:
      PA_ReportLine_ID - Report Line
    • getPA_ReportLine_ID

      public int getPA_ReportLine_ID()
      Get Report Line.
      Specified by:
      getPA_ReportLine_ID in interface I_PA_ReportSource
      Returns:
      Report Line
    • setPA_ReportSource_ID

      public void setPA_ReportSource_ID(int PA_ReportSource_ID)
      Set Report Source.
      Specified by:
      setPA_ReportSource_ID in interface I_PA_ReportSource
      Parameters:
      PA_ReportSource_ID - Restriction of what will be shown in Report Line
    • getPA_ReportSource_ID

      public int getPA_ReportSource_ID()
      Get Report Source.
      Specified by:
      getPA_ReportSource_ID in interface I_PA_ReportSource
      Returns:
      Restriction of what will be shown in Report Line
    • setPA_ReportSource_UU

      public void setPA_ReportSource_UU(String PA_ReportSource_UU)
      Set PA_ReportSource_UU.
      Specified by:
      setPA_ReportSource_UU in interface I_PA_ReportSource
      Parameters:
      PA_ReportSource_UU - PA_ReportSource_UU
    • getPA_ReportSource_UU

      public String getPA_ReportSource_UU()
      Get PA_ReportSource_UU.
      Specified by:
      getPA_ReportSource_UU in interface I_PA_ReportSource
      Returns:
      PA_ReportSource_UU
    • setUserElement1_ID

      public void setUserElement1_ID(int UserElement1_ID)
      Set User Column 1.
      Specified by:
      setUserElement1_ID in interface I_PA_ReportSource
      Parameters:
      UserElement1_ID - User defined accounting Element
    • getUserElement1_ID

      public int getUserElement1_ID()
      Get User Column 1.
      Specified by:
      getUserElement1_ID in interface I_PA_ReportSource
      Returns:
      User defined accounting Element
    • setUserElement2_ID

      public void setUserElement2_ID(int UserElement2_ID)
      Set User Column 2.
      Specified by:
      setUserElement2_ID in interface I_PA_ReportSource
      Parameters:
      UserElement2_ID - User defined accounting Element
    • getUserElement2_ID

      public int getUserElement2_ID()
      Get User Column 2.
      Specified by:
      getUserElement2_ID in interface I_PA_ReportSource
      Returns:
      User defined accounting Element