Adempiere 3.5.2a

org.compiere.model
Class X_GL_Distribution

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_GL_Distribution
All Implemented Interfaces:
Serializable, Comparator, I_GL_Distribution, I_Persistent, Evaluatee
Direct Known Subclasses:
MDistribution

public class X_GL_Distribution
extends PO
implements I_GL_Distribution, I_Persistent

Generated Model for GL_Distribution

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int ACCOUNT_ID_AD_Reference_ID
          Account_ID AD_Reference_ID=132
static int AD_ORGTRX_ID_AD_Reference_ID
          AD_OrgTrx_ID AD_Reference_ID=130
static int C_LOCFROM_ID_AD_Reference_ID
          C_LocFrom_ID AD_Reference_ID=133
static int C_LOCTO_ID_AD_Reference_ID
          C_LocTo_ID AD_Reference_ID=133
static int ORG_ID_AD_Reference_ID
          Org_ID AD_Reference_ID=130
static String POSTINGTYPE_Actual
          Actual = A
static int POSTINGTYPE_AD_Reference_ID
          PostingType AD_Reference_ID=125
static String POSTINGTYPE_Budget
          Budget = B
static String POSTINGTYPE_Commitment
          Commitment = E
static String POSTINGTYPE_Reservation
          Reservation = R
static String POSTINGTYPE_Statistical
          Statistical = S
static int USER1_ID_AD_Reference_ID
          User1_ID AD_Reference_ID=134
static int USER2_ID_AD_Reference_ID
          User2_ID AD_Reference_ID=137
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_GL_Distribution
accessLevel, COLUMNNAME_Account_ID, COLUMNNAME_AD_OrgTrx_ID, COLUMNNAME_AnyAcct, COLUMNNAME_AnyActivity, COLUMNNAME_AnyBPartner, COLUMNNAME_AnyCampaign, COLUMNNAME_AnyLocFrom, COLUMNNAME_AnyLocTo, COLUMNNAME_AnyOrg, COLUMNNAME_AnyOrgTrx, COLUMNNAME_AnyProduct, COLUMNNAME_AnyProject, COLUMNNAME_AnySalesRegion, COLUMNNAME_AnyUser1, COLUMNNAME_AnyUser2, COLUMNNAME_C_AcctSchema_ID, COLUMNNAME_C_Activity_ID, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_Campaign_ID, COLUMNNAME_C_DocType_ID, COLUMNNAME_C_LocFrom_ID, COLUMNNAME_C_LocTo_ID, COLUMNNAME_C_Project_ID, COLUMNNAME_C_SalesRegion_ID, COLUMNNAME_Description, COLUMNNAME_GL_Distribution_ID, COLUMNNAME_Help, COLUMNNAME_IsValid, COLUMNNAME_M_Product_ID, COLUMNNAME_Name, COLUMNNAME_Org_ID, COLUMNNAME_PercentTotal, COLUMNNAME_PostingType, COLUMNNAME_Processing, COLUMNNAME_User1_ID, COLUMNNAME_User2_ID, Model, Table_ID, Table_Name
 
Constructor Summary
X_GL_Distribution(Properties ctx, int GL_Distribution_ID, String trxName)
          Standard Constructor
X_GL_Distribution(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAccount_ID()
          Get Account.
 int getAD_OrgTrx_ID()
          Get Trx Organization.
 int getC_AcctSchema_ID()
          Get Accounting Schema.
 I_C_AcctSchema getC_AcctSchema()
           
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getC_Campaign_ID()
          Get Campaign.
 I_C_Campaign getC_Campaign()
           
 int getC_DocType_ID()
          Get Document Type.
 I_C_DocType getC_DocType()
           
 int getC_LocFrom_ID()
          Get Location From.
 int getC_LocTo_ID()
          Get Location To.
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_SalesRegion_ID()
          Get Sales Region.
 I_C_SalesRegion getC_SalesRegion()
           
 String getDescription()
          Get Description.
 int getGL_Distribution_ID()
          Get GL Distribution.
 String getHelp()
          Get Comment/Help.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getName()
          Get Name.
 int getOrg_ID()
          Get Organization.
 BigDecimal getPercentTotal()
          Get Total Percent.
 String getPostingType()
          Get PostingType.
 int getUser1_ID()
          Get User List 1.
 int getUser2_ID()
          Get User List 2.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isAnyAcct()
          Get Any Account.
 boolean isAnyActivity()
          Get Any Activity.
 boolean isAnyBPartner()
          Get Any Bus.Partner.
 boolean isAnyCampaign()
          Get Any Campaign.
 boolean isAnyLocFrom()
          Get Any Location From.
 boolean isAnyLocTo()
          Get Any Location To.
 boolean isAnyOrg()
          Get Any Organization.
 boolean isAnyOrgTrx()
          Get Any Trx Organization.
 boolean isAnyProduct()
          Get Any Product.
 boolean isAnyProject()
          Get Any Project.
 boolean isAnySalesRegion()
          Get Any Sales Region.
 boolean isAnyUser1()
          Get Any User 1.
 boolean isAnyUser2()
          Get Any User 2.
 boolean isProcessing()
          Get Process Now.
 boolean isValid()
          Get Valid.
 void setAccount_ID(int Account_ID)
          Set Account.
 void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
          Set Trx Organization.
 void setAnyAcct(boolean AnyAcct)
          Set Any Account.
 void setAnyActivity(boolean AnyActivity)
          Set Any Activity.
 void setAnyBPartner(boolean AnyBPartner)
          Set Any Bus.Partner.
 void setAnyCampaign(boolean AnyCampaign)
          Set Any Campaign.
 void setAnyLocFrom(boolean AnyLocFrom)
          Set Any Location From.
 void setAnyLocTo(boolean AnyLocTo)
          Set Any Location To.
 void setAnyOrg(boolean AnyOrg)
          Set Any Organization.
 void setAnyOrgTrx(boolean AnyOrgTrx)
          Set Any Trx Organization.
 void setAnyProduct(boolean AnyProduct)
          Set Any Product.
 void setAnyProject(boolean AnyProject)
          Set Any Project.
 void setAnySalesRegion(boolean AnySalesRegion)
          Set Any Sales Region.
 void setAnyUser1(boolean AnyUser1)
          Set Any User 1.
 void setAnyUser2(boolean AnyUser2)
          Set Any User 2.
 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_DocType_ID(int C_DocType_ID)
          Set Document Type.
 void setC_LocFrom_ID(int C_LocFrom_ID)
          Set Location From.
 void setC_LocTo_ID(int C_LocTo_ID)
          Set Location To.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_SalesRegion_ID(int C_SalesRegion_ID)
          Set Sales Region.
 void setDescription(String Description)
          Set Description.
 void setGL_Distribution_ID(int GL_Distribution_ID)
          Set GL Distribution.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsValid(boolean IsValid)
          Set Valid.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setName(String Name)
          Set Name.
 void setOrg_ID(int Org_ID)
          Set Organization.
 void setPercentTotal(BigDecimal PercentTotal)
          Set Total Percent.
 void setPostingType(String PostingType)
          Set PostingType.
 void setProcessing(boolean Processing)
          Set Process Now.
 void setUser1_ID(int User1_ID)
          Set User List 1.
 void setUser2_ID(int User2_ID)
          Set User List 2.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

ACCOUNT_ID_AD_Reference_ID

public static final int ACCOUNT_ID_AD_Reference_ID
Account_ID AD_Reference_ID=132

See Also:
Constant Field Values

AD_ORGTRX_ID_AD_Reference_ID

public static final int AD_ORGTRX_ID_AD_Reference_ID
AD_OrgTrx_ID AD_Reference_ID=130

See Also:
Constant Field Values

C_LOCFROM_ID_AD_Reference_ID

public static final int C_LOCFROM_ID_AD_Reference_ID
C_LocFrom_ID AD_Reference_ID=133

See Also:
Constant Field Values

C_LOCTO_ID_AD_Reference_ID

public static final int C_LOCTO_ID_AD_Reference_ID
C_LocTo_ID AD_Reference_ID=133

See Also:
Constant Field Values

ORG_ID_AD_Reference_ID

public static final int ORG_ID_AD_Reference_ID
Org_ID AD_Reference_ID=130

See Also:
Constant Field Values

POSTINGTYPE_AD_Reference_ID

public static final int POSTINGTYPE_AD_Reference_ID
PostingType AD_Reference_ID=125

See Also:
Constant Field Values

POSTINGTYPE_Actual

public static final String POSTINGTYPE_Actual
Actual = A

See Also:
Constant Field Values

POSTINGTYPE_Budget

public static final String POSTINGTYPE_Budget
Budget = B

See Also:
Constant Field Values

POSTINGTYPE_Commitment

public static final String POSTINGTYPE_Commitment
Commitment = E

See Also:
Constant Field Values

POSTINGTYPE_Statistical

public static final String POSTINGTYPE_Statistical
Statistical = S

See Also:
Constant Field Values

POSTINGTYPE_Reservation

public static final String POSTINGTYPE_Reservation
Reservation = R

See Also:
Constant Field Values

USER1_ID_AD_Reference_ID

public static final int USER1_ID_AD_Reference_ID
User1_ID AD_Reference_ID=134

See Also:
Constant Field Values

USER2_ID_AD_Reference_ID

public static final int USER2_ID_AD_Reference_ID
User2_ID AD_Reference_ID=137

See Also:
Constant Field Values
Constructor Detail

X_GL_Distribution

public X_GL_Distribution(Properties ctx,
                         int GL_Distribution_ID,
                         String trxName)
Standard Constructor


X_GL_Distribution

public X_GL_Distribution(Properties ctx,
                         ResultSet rs,
                         String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
2 - Client

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

setAccount_ID

public void setAccount_ID(int Account_ID)
Set Account.

Specified by:
setAccount_ID in interface I_GL_Distribution
Parameters:
Account_ID - Account used

getAccount_ID

public int getAccount_ID()
Get Account.

Specified by:
getAccount_ID in interface I_GL_Distribution
Returns:
Account used

setAD_OrgTrx_ID

public void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization.

Specified by:
setAD_OrgTrx_ID in interface I_GL_Distribution
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_GL_Distribution
Returns:
Performing or initiating organization

setAnyAcct

public void setAnyAcct(boolean AnyAcct)
Set Any Account.

Specified by:
setAnyAcct in interface I_GL_Distribution
Parameters:
AnyAcct - Match any value of the Account segment

isAnyAcct

public boolean isAnyAcct()
Get Any Account.

Specified by:
isAnyAcct in interface I_GL_Distribution
Returns:
Match any value of the Account segment

setAnyActivity

public void setAnyActivity(boolean AnyActivity)
Set Any Activity.

Specified by:
setAnyActivity in interface I_GL_Distribution
Parameters:
AnyActivity - Match any value of the Activity segment

isAnyActivity

public boolean isAnyActivity()
Get Any Activity.

Specified by:
isAnyActivity in interface I_GL_Distribution
Returns:
Match any value of the Activity segment

setAnyBPartner

public void setAnyBPartner(boolean AnyBPartner)
Set Any Bus.Partner.

Specified by:
setAnyBPartner in interface I_GL_Distribution
Parameters:
AnyBPartner - Match any value of the Business Partner segment

isAnyBPartner

public boolean isAnyBPartner()
Get Any Bus.Partner.

Specified by:
isAnyBPartner in interface I_GL_Distribution
Returns:
Match any value of the Business Partner segment

setAnyCampaign

public void setAnyCampaign(boolean AnyCampaign)
Set Any Campaign.

Specified by:
setAnyCampaign in interface I_GL_Distribution
Parameters:
AnyCampaign - Match any value of the Campaign segment

isAnyCampaign

public boolean isAnyCampaign()
Get Any Campaign.

Specified by:
isAnyCampaign in interface I_GL_Distribution
Returns:
Match any value of the Campaign segment

setAnyLocFrom

public void setAnyLocFrom(boolean AnyLocFrom)
Set Any Location From.

Specified by:
setAnyLocFrom in interface I_GL_Distribution
Parameters:
AnyLocFrom - Match any value of the Location From segment

isAnyLocFrom

public boolean isAnyLocFrom()
Get Any Location From.

Specified by:
isAnyLocFrom in interface I_GL_Distribution
Returns:
Match any value of the Location From segment

setAnyLocTo

public void setAnyLocTo(boolean AnyLocTo)
Set Any Location To.

Specified by:
setAnyLocTo in interface I_GL_Distribution
Parameters:
AnyLocTo - Match any value of the Location To segment

isAnyLocTo

public boolean isAnyLocTo()
Get Any Location To.

Specified by:
isAnyLocTo in interface I_GL_Distribution
Returns:
Match any value of the Location To segment

setAnyOrg

public void setAnyOrg(boolean AnyOrg)
Set Any Organization.

Specified by:
setAnyOrg in interface I_GL_Distribution
Parameters:
AnyOrg - Match any value of the Organization segment

isAnyOrg

public boolean isAnyOrg()
Get Any Organization.

Specified by:
isAnyOrg in interface I_GL_Distribution
Returns:
Match any value of the Organization segment

setAnyOrgTrx

public void setAnyOrgTrx(boolean AnyOrgTrx)
Set Any Trx Organization.

Specified by:
setAnyOrgTrx in interface I_GL_Distribution
Parameters:
AnyOrgTrx - Match any value of the Transaction Organization segment

isAnyOrgTrx

public boolean isAnyOrgTrx()
Get Any Trx Organization.

Specified by:
isAnyOrgTrx in interface I_GL_Distribution
Returns:
Match any value of the Transaction Organization segment

setAnyProduct

public void setAnyProduct(boolean AnyProduct)
Set Any Product.

Specified by:
setAnyProduct in interface I_GL_Distribution
Parameters:
AnyProduct - Match any value of the Product segment

isAnyProduct

public boolean isAnyProduct()
Get Any Product.

Specified by:
isAnyProduct in interface I_GL_Distribution
Returns:
Match any value of the Product segment

setAnyProject

public void setAnyProject(boolean AnyProject)
Set Any Project.

Specified by:
setAnyProject in interface I_GL_Distribution
Parameters:
AnyProject - Match any value of the Project segment

isAnyProject

public boolean isAnyProject()
Get Any Project.

Specified by:
isAnyProject in interface I_GL_Distribution
Returns:
Match any value of the Project segment

setAnySalesRegion

public void setAnySalesRegion(boolean AnySalesRegion)
Set Any Sales Region.

Specified by:
setAnySalesRegion in interface I_GL_Distribution
Parameters:
AnySalesRegion - Match any value of the Sales Region segment

isAnySalesRegion

public boolean isAnySalesRegion()
Get Any Sales Region.

Specified by:
isAnySalesRegion in interface I_GL_Distribution
Returns:
Match any value of the Sales Region segment

setAnyUser1

public void setAnyUser1(boolean AnyUser1)
Set Any User 1.

Specified by:
setAnyUser1 in interface I_GL_Distribution
Parameters:
AnyUser1 - Match any value of the User 1 segment

isAnyUser1

public boolean isAnyUser1()
Get Any User 1.

Specified by:
isAnyUser1 in interface I_GL_Distribution
Returns:
Match any value of the User 1 segment

setAnyUser2

public void setAnyUser2(boolean AnyUser2)
Set Any User 2.

Specified by:
setAnyUser2 in interface I_GL_Distribution
Parameters:
AnyUser2 - Match any value of the User 2 segment

isAnyUser2

public boolean isAnyUser2()
Get Any User 2.

Specified by:
isAnyUser2 in interface I_GL_Distribution
Returns:
Match any value of the User 2 segment

getC_AcctSchema

public I_C_AcctSchema getC_AcctSchema()
                               throws Exception
Specified by:
getC_AcctSchema in interface I_GL_Distribution
Throws:
Exception

setC_AcctSchema_ID

public void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema.

Specified by:
setC_AcctSchema_ID in interface I_GL_Distribution
Parameters:
C_AcctSchema_ID - Rules for accounting

getC_AcctSchema_ID

public int getC_AcctSchema_ID()
Get Accounting Schema.

Specified by:
getC_AcctSchema_ID in interface I_GL_Distribution
Returns:
Rules for accounting

getC_Activity

public I_C_Activity getC_Activity()
                           throws Exception
Specified by:
getC_Activity in interface I_GL_Distribution
Throws:
Exception

setC_Activity_ID

public void setC_Activity_ID(int C_Activity_ID)
Set Activity.

Specified by:
setC_Activity_ID in interface I_GL_Distribution
Parameters:
C_Activity_ID - Business Activity

getC_Activity_ID

public int getC_Activity_ID()
Get Activity.

Specified by:
getC_Activity_ID in interface I_GL_Distribution
Returns:
Business Activity

getC_BPartner

public I_C_BPartner getC_BPartner()
                           throws Exception
Specified by:
getC_BPartner in interface I_GL_Distribution
Throws:
Exception

setC_BPartner_ID

public void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner .

Specified by:
setC_BPartner_ID in interface I_GL_Distribution
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_GL_Distribution
Returns:
Identifies a Business Partner

getC_Campaign

public I_C_Campaign getC_Campaign()
                           throws Exception
Specified by:
getC_Campaign in interface I_GL_Distribution
Throws:
Exception

setC_Campaign_ID

public void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign.

Specified by:
setC_Campaign_ID in interface I_GL_Distribution
Parameters:
C_Campaign_ID - Marketing Campaign

getC_Campaign_ID

public int getC_Campaign_ID()
Get Campaign.

Specified by:
getC_Campaign_ID in interface I_GL_Distribution
Returns:
Marketing Campaign

getC_DocType

public I_C_DocType getC_DocType()
                         throws Exception
Specified by:
getC_DocType in interface I_GL_Distribution
Throws:
Exception

setC_DocType_ID

public void setC_DocType_ID(int C_DocType_ID)
Set Document Type.

Specified by:
setC_DocType_ID in interface I_GL_Distribution
Parameters:
C_DocType_ID - Document type or rules

getC_DocType_ID

public int getC_DocType_ID()
Get Document Type.

Specified by:
getC_DocType_ID in interface I_GL_Distribution
Returns:
Document type or rules

setC_LocFrom_ID

public void setC_LocFrom_ID(int C_LocFrom_ID)
Set Location From.

Specified by:
setC_LocFrom_ID in interface I_GL_Distribution
Parameters:
C_LocFrom_ID - Location that inventory was moved from

getC_LocFrom_ID

public int getC_LocFrom_ID()
Get Location From.

Specified by:
getC_LocFrom_ID in interface I_GL_Distribution
Returns:
Location that inventory was moved from

setC_LocTo_ID

public void setC_LocTo_ID(int C_LocTo_ID)
Set Location To.

Specified by:
setC_LocTo_ID in interface I_GL_Distribution
Parameters:
C_LocTo_ID - Location that inventory was moved to

getC_LocTo_ID

public int getC_LocTo_ID()
Get Location To.

Specified by:
getC_LocTo_ID in interface I_GL_Distribution
Returns:
Location that inventory was moved to

getC_Project

public I_C_Project getC_Project()
                         throws Exception
Specified by:
getC_Project in interface I_GL_Distribution
Throws:
Exception

setC_Project_ID

public void setC_Project_ID(int C_Project_ID)
Set Project.

Specified by:
setC_Project_ID in interface I_GL_Distribution
Parameters:
C_Project_ID - Financial Project

getC_Project_ID

public int getC_Project_ID()
Get Project.

Specified by:
getC_Project_ID in interface I_GL_Distribution
Returns:
Financial Project

getC_SalesRegion

public I_C_SalesRegion getC_SalesRegion()
                                 throws Exception
Specified by:
getC_SalesRegion in interface I_GL_Distribution
Throws:
Exception

setC_SalesRegion_ID

public void setC_SalesRegion_ID(int C_SalesRegion_ID)
Set Sales Region.

Specified by:
setC_SalesRegion_ID in interface I_GL_Distribution
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_GL_Distribution
Returns:
Sales coverage region

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_GL_Distribution
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_GL_Distribution
Returns:
Optional short description of the record

setGL_Distribution_ID

public void setGL_Distribution_ID(int GL_Distribution_ID)
Set GL Distribution.

Specified by:
setGL_Distribution_ID in interface I_GL_Distribution
Parameters:
GL_Distribution_ID - General Ledger Distribution

getGL_Distribution_ID

public int getGL_Distribution_ID()
Get GL Distribution.

Specified by:
getGL_Distribution_ID in interface I_GL_Distribution
Returns:
General Ledger Distribution

setHelp

public void setHelp(String Help)
Set Comment/Help.

Specified by:
setHelp in interface I_GL_Distribution
Parameters:
Help - Comment or Hint

getHelp

public String getHelp()
Get Comment/Help.

Specified by:
getHelp in interface I_GL_Distribution
Returns:
Comment or Hint

setIsValid

public void setIsValid(boolean IsValid)
Set Valid.

Specified by:
setIsValid in interface I_GL_Distribution
Parameters:
IsValid - Element is valid

isValid

public boolean isValid()
Get Valid.

Specified by:
isValid in interface I_GL_Distribution
Returns:
Element is valid

getM_Product

public I_M_Product getM_Product()
                         throws Exception
Specified by:
getM_Product in interface I_GL_Distribution
Throws:
Exception

setM_Product_ID

public void setM_Product_ID(int M_Product_ID)
Set Product.

Specified by:
setM_Product_ID in interface I_GL_Distribution
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_GL_Distribution
Returns:
Product, Service, Item

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_GL_Distribution
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_GL_Distribution
Returns:
Alphanumeric identifier of the entity

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setOrg_ID

public void setOrg_ID(int Org_ID)
Set Organization.

Specified by:
setOrg_ID in interface I_GL_Distribution
Parameters:
Org_ID - Organizational entity within client

getOrg_ID

public int getOrg_ID()
Get Organization.

Specified by:
getOrg_ID in interface I_GL_Distribution
Returns:
Organizational entity within client

setPercentTotal

public void setPercentTotal(BigDecimal PercentTotal)
Set Total Percent.

Specified by:
setPercentTotal in interface I_GL_Distribution
Parameters:
PercentTotal - Sum of the Percent details

getPercentTotal

public BigDecimal getPercentTotal()
Get Total Percent.

Specified by:
getPercentTotal in interface I_GL_Distribution
Returns:
Sum of the Percent details

setPostingType

public void setPostingType(String PostingType)
Set PostingType.

Specified by:
setPostingType in interface I_GL_Distribution
Parameters:
PostingType - The type of posted amount for the transaction

getPostingType

public String getPostingType()
Get PostingType.

Specified by:
getPostingType in interface I_GL_Distribution
Returns:
The type of posted amount for the transaction

setProcessing

public void setProcessing(boolean Processing)
Set Process Now.

Specified by:
setProcessing in interface I_GL_Distribution
Parameters:
Processing - Process Now

isProcessing

public boolean isProcessing()
Get Process Now.

Specified by:
isProcessing in interface I_GL_Distribution
Returns:
Process Now

setUser1_ID

public void setUser1_ID(int User1_ID)
Set User List 1.

Specified by:
setUser1_ID in interface I_GL_Distribution
Parameters:
User1_ID - User defined list element #1

getUser1_ID

public int getUser1_ID()
Get User List 1.

Specified by:
getUser1_ID in interface I_GL_Distribution
Returns:
User defined list element #1

setUser2_ID

public void setUser2_ID(int User2_ID)
Set User List 2.

Specified by:
setUser2_ID in interface I_GL_Distribution
Parameters:
User2_ID - User defined list element #2

getUser2_ID

public int getUser2_ID()
Get User List 2.

Specified by:
getUser2_ID in interface I_GL_Distribution
Returns:
User defined list element #2

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.