Package org.compiere.model
Interface I_PA_Hierarchy
-
- All Known Implementing Classes:
MHierarchy
,X_PA_Hierarchy
public interface I_PA_Hierarchy
Generated Interface for PA_Hierarchy- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 2 - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Tree_Account_ID
Column name AD_Tree_Account_IDstatic String
COLUMNNAME_AD_Tree_Activity_ID
Column name AD_Tree_Activity_IDstatic String
COLUMNNAME_AD_Tree_BPartner_ID
Column name AD_Tree_BPartner_IDstatic String
COLUMNNAME_AD_Tree_Campaign_ID
Column name AD_Tree_Campaign_IDstatic String
COLUMNNAME_AD_Tree_Org_ID
Column name AD_Tree_Org_IDstatic String
COLUMNNAME_AD_Tree_Product_ID
Column name AD_Tree_Product_IDstatic String
COLUMNNAME_AD_Tree_Project_ID
Column name AD_Tree_Project_IDstatic String
COLUMNNAME_AD_Tree_SalesRegion_ID
Column name AD_Tree_SalesRegion_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PA_Hierarchy_ID
Column name PA_Hierarchy_IDstatic String
COLUMNNAME_PA_Hierarchy_UU
Column name PA_Hierarchy_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=821static String
Table_Name
TableName=PA_Hierarchy
-
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_Tree
getAD_Tree_Account()
int
getAD_Tree_Account_ID()
Get Account Tree.I_AD_Tree
getAD_Tree_Activity()
int
getAD_Tree_Activity_ID()
Get Activity Tree.I_AD_Tree
getAD_Tree_BPartner()
int
getAD_Tree_BPartner_ID()
Get BPartner Tree.I_AD_Tree
getAD_Tree_Campaign()
int
getAD_Tree_Campaign_ID()
Get Campaign Tree.I_AD_Tree
getAD_Tree_Org()
int
getAD_Tree_Org_ID()
Get Organization Tree.I_AD_Tree
getAD_Tree_Product()
int
getAD_Tree_Product_ID()
Get Product Tree.I_AD_Tree
getAD_Tree_Project()
int
getAD_Tree_Project_ID()
Get Project Tree.I_AD_Tree
getAD_Tree_SalesRegion()
int
getAD_Tree_SalesRegion_ID()
Get Sales Region Tree.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getHelp()
Get Comment/Help.String
getName()
Get Name.int
getPA_Hierarchy_ID()
Get Reporting Hierarchy.String
getPA_Hierarchy_UU()
Get PA_Hierarchy_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Tree_Account_ID(int AD_Tree_Account_ID)
Set Account Tree.void
setAD_Tree_Activity_ID(int AD_Tree_Activity_ID)
Set Activity Tree.void
setAD_Tree_BPartner_ID(int AD_Tree_BPartner_ID)
Set BPartner Tree.void
setAD_Tree_Campaign_ID(int AD_Tree_Campaign_ID)
Set Campaign Tree.void
setAD_Tree_Org_ID(int AD_Tree_Org_ID)
Set Organization Tree.void
setAD_Tree_Product_ID(int AD_Tree_Product_ID)
Set Product Tree.void
setAD_Tree_Project_ID(int AD_Tree_Project_ID)
Set Project Tree.void
setAD_Tree_SalesRegion_ID(int AD_Tree_SalesRegion_ID)
Set Sales Region Tree.void
setDescription(String Description)
Set Description.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setName(String Name)
Set Name.void
setPA_Hierarchy_ID(int PA_Hierarchy_ID)
Set Reporting Hierarchy.void
setPA_Hierarchy_UU(String PA_Hierarchy_UU)
Set PA_Hierarchy_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=PA_Hierarchy- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=821- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
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_Tree_Account_ID
static final String COLUMNNAME_AD_Tree_Account_ID
Column name AD_Tree_Account_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tree_Activity_ID
static final String COLUMNNAME_AD_Tree_Activity_ID
Column name AD_Tree_Activity_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tree_BPartner_ID
static final String COLUMNNAME_AD_Tree_BPartner_ID
Column name AD_Tree_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tree_Campaign_ID
static final String COLUMNNAME_AD_Tree_Campaign_ID
Column name AD_Tree_Campaign_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tree_Org_ID
static final String COLUMNNAME_AD_Tree_Org_ID
Column name AD_Tree_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tree_Product_ID
static final String COLUMNNAME_AD_Tree_Product_ID
Column name AD_Tree_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tree_Project_ID
static final String COLUMNNAME_AD_Tree_Project_ID
Column name AD_Tree_Project_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tree_SalesRegion_ID
static final String COLUMNNAME_AD_Tree_SalesRegion_ID
Column name AD_Tree_SalesRegion_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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PA_Hierarchy_ID
static final String COLUMNNAME_PA_Hierarchy_ID
Column name PA_Hierarchy_ID- See Also:
- Constant Field Values
-
COLUMNNAME_PA_Hierarchy_UU
static final String COLUMNNAME_PA_Hierarchy_UU
Column name PA_Hierarchy_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_Tree_Account_ID
void setAD_Tree_Account_ID(int AD_Tree_Account_ID)
Set Account Tree. Tree for Natural Account Tree
-
getAD_Tree_Account_ID
int getAD_Tree_Account_ID()
Get Account Tree. Tree for Natural Account Tree
-
getAD_Tree_Account
I_AD_Tree getAD_Tree_Account() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tree_Activity_ID
void setAD_Tree_Activity_ID(int AD_Tree_Activity_ID)
Set Activity Tree. Trees are used for (financial) reporting
-
getAD_Tree_Activity_ID
int getAD_Tree_Activity_ID()
Get Activity Tree. Trees are used for (financial) reporting
-
getAD_Tree_Activity
I_AD_Tree getAD_Tree_Activity() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tree_BPartner_ID
void setAD_Tree_BPartner_ID(int AD_Tree_BPartner_ID)
Set BPartner Tree. Trees are used for (financial) reporting
-
getAD_Tree_BPartner_ID
int getAD_Tree_BPartner_ID()
Get BPartner Tree. Trees are used for (financial) reporting
-
getAD_Tree_BPartner
I_AD_Tree getAD_Tree_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tree_Campaign_ID
void setAD_Tree_Campaign_ID(int AD_Tree_Campaign_ID)
Set Campaign Tree. Trees are used for (financial) reporting
-
getAD_Tree_Campaign_ID
int getAD_Tree_Campaign_ID()
Get Campaign Tree. Trees are used for (financial) reporting
-
getAD_Tree_Campaign
I_AD_Tree getAD_Tree_Campaign() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tree_Org_ID
void setAD_Tree_Org_ID(int AD_Tree_Org_ID)
Set Organization Tree. Trees are used for (financial) reporting and security access (via role)
-
getAD_Tree_Org_ID
int getAD_Tree_Org_ID()
Get Organization Tree. Trees are used for (financial) reporting and security access (via role)
-
getAD_Tree_Org
I_AD_Tree getAD_Tree_Org() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tree_Product_ID
void setAD_Tree_Product_ID(int AD_Tree_Product_ID)
Set Product Tree. Trees are used for (financial) reporting
-
getAD_Tree_Product_ID
int getAD_Tree_Product_ID()
Get Product Tree. Trees are used for (financial) reporting
-
getAD_Tree_Product
I_AD_Tree getAD_Tree_Product() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tree_Project_ID
void setAD_Tree_Project_ID(int AD_Tree_Project_ID)
Set Project Tree. Trees are used for (financial) reporting
-
getAD_Tree_Project_ID
int getAD_Tree_Project_ID()
Get Project Tree. Trees are used for (financial) reporting
-
getAD_Tree_Project
I_AD_Tree getAD_Tree_Project() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tree_SalesRegion_ID
void setAD_Tree_SalesRegion_ID(int AD_Tree_SalesRegion_ID)
Set Sales Region Tree. Trees are used for (financial) reporting
-
getAD_Tree_SalesRegion_ID
int getAD_Tree_SalesRegion_ID()
Get Sales Region Tree. Trees are used for (financial) reporting
-
getAD_Tree_SalesRegion
I_AD_Tree getAD_Tree_SalesRegion() 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
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPA_Hierarchy_ID
void setPA_Hierarchy_ID(int PA_Hierarchy_ID)
Set Reporting Hierarchy. Optional Reporting Hierarchy - If not selected the default hierarchy trees are used.
-
getPA_Hierarchy_ID
int getPA_Hierarchy_ID()
Get Reporting Hierarchy. Optional Reporting Hierarchy - If not selected the default hierarchy trees are used.
-
setPA_Hierarchy_UU
void setPA_Hierarchy_UU(String PA_Hierarchy_UU)
Set PA_Hierarchy_UU
-
getPA_Hierarchy_UU
String getPA_Hierarchy_UU()
Get PA_Hierarchy_UU
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-