Package org.compiere.model
Class X_GL_Distribution
- java.lang.Object
-
- org.compiere.model.PO
-
- org.compiere.model.X_GL_Distribution
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,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 9 - $Id$
- Author:
- iDempiere (generated)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
POSTINGTYPE_Actual
Actual = Astatic int
POSTINGTYPE_AD_Reference_ID
PostingType AD_Reference_ID=125static String
POSTINGTYPE_Budget
Budget = Bstatic String
POSTINGTYPE_Commitment
Commitment = Estatic String
POSTINGTYPE_Reservation
Reservation = Rstatic String
POSTINGTYPE_Statistical
Statistical = S-
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, LOCAL_TRX_PREFIX, 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_Client_ID, COLUMNNAME_AD_Org_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_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Description, COLUMNNAME_GL_Distribution_ID, COLUMNNAME_GL_Distribution_UU, COLUMNNAME_Help, COLUMNNAME_IsActive, COLUMNNAME_IsCreateReversal, COLUMNNAME_IsValid, COLUMNNAME_M_Product_ID, COLUMNNAME_Name, COLUMNNAME_Org_ID, COLUMNNAME_PercentTotal, COLUMNNAME_PostingType, COLUMNNAME_Processing, COLUMNNAME_SeqNo, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, COLUMNNAME_User1_ID, COLUMNNAME_User2_ID, COLUMNNAME_ValidFrom, COLUMNNAME_ValidTo, Model, Table_ID, Table_Name
-
-
Constructor Summary
Constructors Constructor Description X_GL_Distribution(Properties ctx, int GL_Distribution_ID, String trxName)
Standard ConstructorX_GL_Distribution(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
get_AccessLevel()
AccessLevelI_C_ElementValue
getAccount()
int
getAccount_ID()
Get Account.int
getAD_OrgTrx_ID()
Get Trx Organization.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_DocType
getC_DocType()
int
getC_DocType_ID()
Get Document Type.I_C_Location
getC_LocFrom()
int
getC_LocFrom_ID()
Get Location From.I_C_Location
getC_LocTo()
int
getC_LocTo_ID()
Get Location To.I_C_Project
getC_Project()
int
getC_Project_ID()
Get Project.I_C_SalesRegion
getC_SalesRegion()
int
getC_SalesRegion_ID()
Get Sales Region.String
getDescription()
Get Description.int
getGL_Distribution_ID()
Get GL Distribution.String
getGL_Distribution_UU()
Get GL_Distribution_UU.String
getHelp()
Get Comment/Help.KeyNamePair
getKeyNamePair()
Get Record ID/ColumnNameI_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.String
getName()
Get Name.int
getOrg_ID()
Get Organization.BigDecimal
getPercentTotal()
Get Total Percent.String
getPostingType()
Get PostingType.int
getSeqNo()
Get Sequence.I_C_ElementValue
getUser1()
int
getUser1_ID()
Get User Element List 1.I_C_ElementValue
getUser2()
int
getUser2_ID()
Get User Element List 2.Timestamp
getValidFrom()
Get Valid from.Timestamp
getValidTo()
Get Valid to.protected POInfo
initPO(Properties ctx)
Load Meta Databoolean
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
isCreateReversal()
Get Create Reversal.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
setGL_Distribution_UU(String GL_Distribution_UU)
Set GL_Distribution_UU.void
setHelp(String Help)
Set Comment/Help.void
setIsCreateReversal(boolean IsCreateReversal)
Set Create Reversal.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
setSeqNo(int SeqNo)
Set Sequence.void
setUser1_ID(int User1_ID)
Set User Element List 1.void
setUser2_ID(int User2_ID)
Set User Element List 2.void
setValidFrom(Timestamp ValidFrom)
Set Valid from.void
setValidTo(Timestamp ValidTo)
Set Valid to.String
toString()
String representation-
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, 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_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock, update_Tree, validForeignKeys
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Methods inherited from interface org.compiere.model.I_GL_Distribution
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
-
Methods inherited from interface org.compiere.model.I_Persistent
save
-
-
-
-
Field Detail
-
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_Reservation
public static final String POSTINGTYPE_Reservation
Reservation = R- See Also:
- Constant Field Values
-
POSTINGTYPE_Statistical
public static final String POSTINGTYPE_Statistical
Statistical = S- 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 classPO
- Returns:
- 2 - Client
-
initPO
protected POInfo initPO(Properties ctx)
Load Meta Data
-
getAccount
public I_C_ElementValue getAccount() throws RuntimeException
- Specified by:
getAccount
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setAccount_ID
public void setAccount_ID(int Account_ID)
Set Account.- Specified by:
setAccount_ID
in interfaceI_GL_Distribution
- Parameters:
Account_ID
- Account used
-
getAccount_ID
public int getAccount_ID()
Get Account.- Specified by:
getAccount_ID
in interfaceI_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 interfaceI_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 interfaceI_GL_Distribution
- Returns:
- Performing or initiating organization
-
setAnyAcct
public void setAnyAcct(boolean AnyAcct)
Set Any Account.- Specified by:
setAnyAcct
in interfaceI_GL_Distribution
- Parameters:
AnyAcct
- Match any value of the Account segment
-
isAnyAcct
public boolean isAnyAcct()
Get Any Account.- Specified by:
isAnyAcct
in interfaceI_GL_Distribution
- Returns:
- Match any value of the Account segment
-
setAnyActivity
public void setAnyActivity(boolean AnyActivity)
Set Any Activity.- Specified by:
setAnyActivity
in interfaceI_GL_Distribution
- Parameters:
AnyActivity
- Match any value of the Activity segment
-
isAnyActivity
public boolean isAnyActivity()
Get Any Activity.- Specified by:
isAnyActivity
in interfaceI_GL_Distribution
- Returns:
- Match any value of the Activity segment
-
setAnyBPartner
public void setAnyBPartner(boolean AnyBPartner)
Set Any Bus.Partner.- Specified by:
setAnyBPartner
in interfaceI_GL_Distribution
- Parameters:
AnyBPartner
- Match any value of the Business Partner segment
-
isAnyBPartner
public boolean isAnyBPartner()
Get Any Bus.Partner.- Specified by:
isAnyBPartner
in interfaceI_GL_Distribution
- Returns:
- Match any value of the Business Partner segment
-
setAnyCampaign
public void setAnyCampaign(boolean AnyCampaign)
Set Any Campaign.- Specified by:
setAnyCampaign
in interfaceI_GL_Distribution
- Parameters:
AnyCampaign
- Match any value of the Campaign segment
-
isAnyCampaign
public boolean isAnyCampaign()
Get Any Campaign.- Specified by:
isAnyCampaign
in interfaceI_GL_Distribution
- Returns:
- Match any value of the Campaign segment
-
setAnyLocFrom
public void setAnyLocFrom(boolean AnyLocFrom)
Set Any Location From.- Specified by:
setAnyLocFrom
in interfaceI_GL_Distribution
- Parameters:
AnyLocFrom
- Match any value of the Location From segment
-
isAnyLocFrom
public boolean isAnyLocFrom()
Get Any Location From.- Specified by:
isAnyLocFrom
in interfaceI_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 interfaceI_GL_Distribution
- Parameters:
AnyLocTo
- Match any value of the Location To segment
-
isAnyLocTo
public boolean isAnyLocTo()
Get Any Location To.- Specified by:
isAnyLocTo
in interfaceI_GL_Distribution
- Returns:
- Match any value of the Location To segment
-
setAnyOrg
public void setAnyOrg(boolean AnyOrg)
Set Any Organization.- Specified by:
setAnyOrg
in interfaceI_GL_Distribution
- Parameters:
AnyOrg
- Match any value of the Organization segment
-
isAnyOrg
public boolean isAnyOrg()
Get Any Organization.- Specified by:
isAnyOrg
in interfaceI_GL_Distribution
- Returns:
- Match any value of the Organization segment
-
setAnyOrgTrx
public void setAnyOrgTrx(boolean AnyOrgTrx)
Set Any Trx Organization.- Specified by:
setAnyOrgTrx
in interfaceI_GL_Distribution
- Parameters:
AnyOrgTrx
- Match any value of the Transaction Organization segment
-
isAnyOrgTrx
public boolean isAnyOrgTrx()
Get Any Trx Organization.- Specified by:
isAnyOrgTrx
in interfaceI_GL_Distribution
- Returns:
- Match any value of the Transaction Organization segment
-
setAnyProduct
public void setAnyProduct(boolean AnyProduct)
Set Any Product.- Specified by:
setAnyProduct
in interfaceI_GL_Distribution
- Parameters:
AnyProduct
- Match any value of the Product segment
-
isAnyProduct
public boolean isAnyProduct()
Get Any Product.- Specified by:
isAnyProduct
in interfaceI_GL_Distribution
- Returns:
- Match any value of the Product segment
-
setAnyProject
public void setAnyProject(boolean AnyProject)
Set Any Project.- Specified by:
setAnyProject
in interfaceI_GL_Distribution
- Parameters:
AnyProject
- Match any value of the Project segment
-
isAnyProject
public boolean isAnyProject()
Get Any Project.- Specified by:
isAnyProject
in interfaceI_GL_Distribution
- Returns:
- Match any value of the Project segment
-
setAnySalesRegion
public void setAnySalesRegion(boolean AnySalesRegion)
Set Any Sales Region.- Specified by:
setAnySalesRegion
in interfaceI_GL_Distribution
- Parameters:
AnySalesRegion
- Match any value of the Sales Region segment
-
isAnySalesRegion
public boolean isAnySalesRegion()
Get Any Sales Region.- Specified by:
isAnySalesRegion
in interfaceI_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 interfaceI_GL_Distribution
- Parameters:
AnyUser1
- Match any value of the User 1 segment
-
isAnyUser1
public boolean isAnyUser1()
Get Any User 1.- Specified by:
isAnyUser1
in interfaceI_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 interfaceI_GL_Distribution
- Parameters:
AnyUser2
- Match any value of the User 2 segment
-
isAnyUser2
public boolean isAnyUser2()
Get Any User 2.- Specified by:
isAnyUser2
in interfaceI_GL_Distribution
- Returns:
- Match any value of the User 2 segment
-
getC_AcctSchema
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
- Specified by:
getC_AcctSchema
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setC_AcctSchema_ID
public void setC_AcctSchema_ID(int C_AcctSchema_ID)
Set Accounting Schema.- Specified by:
setC_AcctSchema_ID
in interfaceI_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 interfaceI_GL_Distribution
- Returns:
- Rules for accounting
-
getC_Activity
public I_C_Activity getC_Activity() throws RuntimeException
- Specified by:
getC_Activity
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setC_Activity_ID
public void setC_Activity_ID(int C_Activity_ID)
Set Activity.- Specified by:
setC_Activity_ID
in interfaceI_GL_Distribution
- Parameters:
C_Activity_ID
- Business Activity
-
getC_Activity_ID
public int getC_Activity_ID()
Get Activity.- Specified by:
getC_Activity_ID
in interfaceI_GL_Distribution
- Returns:
- Business Activity
-
getC_BPartner
public I_C_BPartner getC_BPartner() throws RuntimeException
- Specified by:
getC_BPartner
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setC_BPartner_ID
public void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.- Specified by:
setC_BPartner_ID
in interfaceI_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 interfaceI_GL_Distribution
- Returns:
- Identifies a Business Partner
-
getC_Campaign
public I_C_Campaign getC_Campaign() throws RuntimeException
- Specified by:
getC_Campaign
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setC_Campaign_ID
public void setC_Campaign_ID(int C_Campaign_ID)
Set Campaign.- Specified by:
setC_Campaign_ID
in interfaceI_GL_Distribution
- Parameters:
C_Campaign_ID
- Marketing Campaign
-
getC_Campaign_ID
public int getC_Campaign_ID()
Get Campaign.- Specified by:
getC_Campaign_ID
in interfaceI_GL_Distribution
- Returns:
- Marketing Campaign
-
getC_DocType
public I_C_DocType getC_DocType() throws RuntimeException
- Specified by:
getC_DocType
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setC_DocType_ID
public void setC_DocType_ID(int C_DocType_ID)
Set Document Type.- Specified by:
setC_DocType_ID
in interfaceI_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 interfaceI_GL_Distribution
- Returns:
- Document type or rules
-
getC_LocFrom
public I_C_Location getC_LocFrom() throws RuntimeException
- Specified by:
getC_LocFrom
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setC_LocFrom_ID
public void setC_LocFrom_ID(int C_LocFrom_ID)
Set Location From.- Specified by:
setC_LocFrom_ID
in interfaceI_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 interfaceI_GL_Distribution
- Returns:
- Location that inventory was moved from
-
getC_LocTo
public I_C_Location getC_LocTo() throws RuntimeException
- Specified by:
getC_LocTo
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setC_LocTo_ID
public void setC_LocTo_ID(int C_LocTo_ID)
Set Location To.- Specified by:
setC_LocTo_ID
in interfaceI_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 interfaceI_GL_Distribution
- Returns:
- Location that inventory was moved to
-
getC_Project
public I_C_Project getC_Project() throws RuntimeException
- Specified by:
getC_Project
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setC_Project_ID
public void setC_Project_ID(int C_Project_ID)
Set Project.- Specified by:
setC_Project_ID
in interfaceI_GL_Distribution
- Parameters:
C_Project_ID
- Financial Project
-
getC_Project_ID
public int getC_Project_ID()
Get Project.- Specified by:
getC_Project_ID
in interfaceI_GL_Distribution
- Returns:
- Financial Project
-
getC_SalesRegion
public I_C_SalesRegion getC_SalesRegion() throws RuntimeException
- Specified by:
getC_SalesRegion
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setC_SalesRegion_ID
public void setC_SalesRegion_ID(int C_SalesRegion_ID)
Set Sales Region.- Specified by:
setC_SalesRegion_ID
in interfaceI_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 interfaceI_GL_Distribution
- Returns:
- Sales coverage region
-
setDescription
public void setDescription(String Description)
Set Description.- Specified by:
setDescription
in interfaceI_GL_Distribution
- Parameters:
Description
- Optional short description of the record
-
getDescription
public String getDescription()
Get Description.- Specified by:
getDescription
in interfaceI_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 interfaceI_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 interfaceI_GL_Distribution
- Returns:
- General Ledger Distribution
-
setGL_Distribution_UU
public void setGL_Distribution_UU(String GL_Distribution_UU)
Set GL_Distribution_UU.- Specified by:
setGL_Distribution_UU
in interfaceI_GL_Distribution
- Parameters:
GL_Distribution_UU
- GL_Distribution_UU
-
getGL_Distribution_UU
public String getGL_Distribution_UU()
Get GL_Distribution_UU.- Specified by:
getGL_Distribution_UU
in interfaceI_GL_Distribution
- Returns:
- GL_Distribution_UU
-
setHelp
public void setHelp(String Help)
Set Comment/Help.- Specified by:
setHelp
in interfaceI_GL_Distribution
- Parameters:
Help
- Comment or Hint
-
getHelp
public String getHelp()
Get Comment/Help.- Specified by:
getHelp
in interfaceI_GL_Distribution
- Returns:
- Comment or Hint
-
setIsCreateReversal
public void setIsCreateReversal(boolean IsCreateReversal)
Set Create Reversal.- Specified by:
setIsCreateReversal
in interfaceI_GL_Distribution
- Parameters:
IsCreateReversal
- Indicates that reversal movement will be created, if disabled the original movement will be deleted.
-
isCreateReversal
public boolean isCreateReversal()
Get Create Reversal.- Specified by:
isCreateReversal
in interfaceI_GL_Distribution
- Returns:
- Indicates that reversal movement will be created, if disabled the original movement will be deleted.
-
setIsValid
public void setIsValid(boolean IsValid)
Set Valid.- Specified by:
setIsValid
in interfaceI_GL_Distribution
- Parameters:
IsValid
- Element is valid
-
isValid
public boolean isValid()
Get Valid.- Specified by:
isValid
in interfaceI_GL_Distribution
- Returns:
- Element is valid
-
getM_Product
public I_M_Product getM_Product() throws RuntimeException
- Specified by:
getM_Product
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setM_Product_ID
public void setM_Product_ID(int M_Product_ID)
Set Product.- Specified by:
setM_Product_ID
in interfaceI_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 interfaceI_GL_Distribution
- Returns:
- Product, Service, Item
-
setName
public void setName(String Name)
Set Name.- Specified by:
setName
in interfaceI_GL_Distribution
- Parameters:
Name
- Alphanumeric identifier of the entity
-
getName
public String getName()
Get Name.- Specified by:
getName
in interfaceI_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 interfaceI_GL_Distribution
- Parameters:
Org_ID
- Organizational entity within client
-
getOrg_ID
public int getOrg_ID()
Get Organization.- Specified by:
getOrg_ID
in interfaceI_GL_Distribution
- Returns:
- Organizational entity within client
-
setPercentTotal
public void setPercentTotal(BigDecimal PercentTotal)
Set Total Percent.- Specified by:
setPercentTotal
in interfaceI_GL_Distribution
- Parameters:
PercentTotal
- Sum of the Percent details
-
getPercentTotal
public BigDecimal getPercentTotal()
Get Total Percent.- Specified by:
getPercentTotal
in interfaceI_GL_Distribution
- Returns:
- Sum of the Percent details
-
setPostingType
public void setPostingType(String PostingType)
Set PostingType.- Specified by:
setPostingType
in interfaceI_GL_Distribution
- Parameters:
PostingType
- The type of posted amount for the transaction
-
getPostingType
public String getPostingType()
Get PostingType.- Specified by:
getPostingType
in interfaceI_GL_Distribution
- Returns:
- The type of posted amount for the transaction
-
setProcessing
public void setProcessing(boolean Processing)
Set Process Now.- Specified by:
setProcessing
in interfaceI_GL_Distribution
- Parameters:
Processing
- Process Now
-
isProcessing
public boolean isProcessing()
Get Process Now.- Specified by:
isProcessing
in interfaceI_GL_Distribution
- Returns:
- Process Now
-
setSeqNo
public void setSeqNo(int SeqNo)
Set Sequence.- Specified by:
setSeqNo
in interfaceI_GL_Distribution
- Parameters:
SeqNo
- Method of ordering records; lowest number comes first
-
getSeqNo
public int getSeqNo()
Get Sequence.- Specified by:
getSeqNo
in interfaceI_GL_Distribution
- Returns:
- Method of ordering records; lowest number comes first
-
getUser1
public I_C_ElementValue getUser1() throws RuntimeException
- Specified by:
getUser1
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setUser1_ID
public void setUser1_ID(int User1_ID)
Set User Element List 1.- Specified by:
setUser1_ID
in interfaceI_GL_Distribution
- Parameters:
User1_ID
- User defined list element #1
-
getUser1_ID
public int getUser1_ID()
Get User Element List 1.- Specified by:
getUser1_ID
in interfaceI_GL_Distribution
- Returns:
- User defined list element #1
-
getUser2
public I_C_ElementValue getUser2() throws RuntimeException
- Specified by:
getUser2
in interfaceI_GL_Distribution
- Throws:
RuntimeException
-
setUser2_ID
public void setUser2_ID(int User2_ID)
Set User Element List 2.- Specified by:
setUser2_ID
in interfaceI_GL_Distribution
- Parameters:
User2_ID
- User defined list element #2
-
getUser2_ID
public int getUser2_ID()
Get User Element List 2.- Specified by:
getUser2_ID
in interfaceI_GL_Distribution
- Returns:
- User defined list element #2
-
setValidFrom
public void setValidFrom(Timestamp ValidFrom)
Set Valid from.- Specified by:
setValidFrom
in interfaceI_GL_Distribution
- Parameters:
ValidFrom
- Valid from including this date (first day)
-
getValidFrom
public Timestamp getValidFrom()
Get Valid from.- Specified by:
getValidFrom
in interfaceI_GL_Distribution
- Returns:
- Valid from including this date (first day)
-
setValidTo
public void setValidTo(Timestamp ValidTo)
Set Valid to.- Specified by:
setValidTo
in interfaceI_GL_Distribution
- Parameters:
ValidTo
- Valid to including this date (last day)
-
getValidTo
public Timestamp getValidTo()
Get Valid to.- Specified by:
getValidTo
in interfaceI_GL_Distribution
- Returns:
- Valid to including this date (last day)
-
-