Package org.compiere.model
Class X_GL_JournalGeneratorSource
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_GL_JournalGeneratorSource
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_GL_JournalGeneratorSource
,I_Persistent
,Evaluatee
- Direct Known Subclasses:
MJournalGeneratorSource
public class X_GL_JournalGeneratorSource
extends PO
implements I_GL_JournalGeneratorSource, I_Persistent
Generated Model for GL_JournalGeneratorSource
- Version:
- Release 11 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
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, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
Fields inherited from interface org.compiere.model.I_GL_JournalGeneratorSource
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_AmtMultiplier, COLUMNNAME_C_ElementValue_ID, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_GL_Category_ID, COLUMNNAME_GL_JournalGeneratorLine_ID, COLUMNNAME_GL_JournalGeneratorSource_ID, COLUMNNAME_GL_JournalGeneratorSource_UU, COLUMNNAME_Help, COLUMNNAME_IsActive, COLUMNNAME_RoundFactor, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
Constructor Summary
ConstructorDescriptionX_GL_JournalGeneratorSource
(Properties ctx, int GL_JournalGeneratorSource_ID, String trxName) Standard ConstructorX_GL_JournalGeneratorSource
(Properties ctx, int GL_JournalGeneratorSource_ID, String trxName, String... virtualColumns) Standard ConstructorX_GL_JournalGeneratorSource
(Properties ctx, String GL_JournalGeneratorSource_UU, String trxName) Standard ConstructorX_GL_JournalGeneratorSource
(Properties ctx, String GL_JournalGeneratorSource_UU, String trxName, String... virtualColumns) Standard ConstructorX_GL_JournalGeneratorSource
(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected int
AccessLevelGet Multiplier Amount.int
Get Account Element.int
Get GL Category.int
Get Generator Line.int
Get Generator Source.Get GL_JournalGeneratorSource_UU.getHelp()
Get Comment/Help.int
Get Round Factor.protected POInfo
initPO
(Properties ctx) Load Meta Datavoid
setAmtMultiplier
(BigDecimal AmtMultiplier) Set Multiplier Amount.void
setC_ElementValue_ID
(int C_ElementValue_ID) Set Account Element.void
setGL_Category_ID
(int GL_Category_ID) Set GL Category.void
setGL_JournalGeneratorLine_ID
(int GL_JournalGeneratorLine_ID) Set Generator Line.void
setGL_JournalGeneratorSource_ID
(int GL_JournalGeneratorSource_ID) Set Generator Source.void
setGL_JournalGeneratorSource_UU
(String GL_JournalGeneratorSource_UU) Set GL_JournalGeneratorSource_UU.void
Set Comment/Help.void
setRoundFactor
(int RoundFactor) Set Round Factor.toString()
String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, 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_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, 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, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, 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, toInsertSQL, 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_JournalGeneratorSource
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
-
Constructor Details
-
X_GL_JournalGeneratorSource
public X_GL_JournalGeneratorSource(Properties ctx, int GL_JournalGeneratorSource_ID, String trxName) Standard Constructor -
X_GL_JournalGeneratorSource
public X_GL_JournalGeneratorSource(Properties ctx, int GL_JournalGeneratorSource_ID, String trxName, String... virtualColumns) Standard Constructor -
X_GL_JournalGeneratorSource
public X_GL_JournalGeneratorSource(Properties ctx, String GL_JournalGeneratorSource_UU, String trxName) Standard Constructor -
X_GL_JournalGeneratorSource
public X_GL_JournalGeneratorSource(Properties ctx, String GL_JournalGeneratorSource_UU, String trxName, String... virtualColumns) Standard Constructor -
X_GL_JournalGeneratorSource
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 3 - Client - Org
-
initPO
Load Meta Data -
toString
Description copied from class:PO
String representation -
setAmtMultiplier
Set Multiplier Amount.- Specified by:
setAmtMultiplier
in interfaceI_GL_JournalGeneratorSource
- Parameters:
AmtMultiplier
- Multiplier Amount for generating commissions
-
getAmtMultiplier
Get Multiplier Amount.- Specified by:
getAmtMultiplier
in interfaceI_GL_JournalGeneratorSource
- Returns:
- Multiplier Amount for generating commissions
-
getC_ElementValue
- Specified by:
getC_ElementValue
in interfaceI_GL_JournalGeneratorSource
- Throws:
RuntimeException
-
setC_ElementValue_ID
public void setC_ElementValue_ID(int C_ElementValue_ID) Set Account Element.- Specified by:
setC_ElementValue_ID
in interfaceI_GL_JournalGeneratorSource
- Parameters:
C_ElementValue_ID
- Account Element
-
getC_ElementValue_ID
public int getC_ElementValue_ID()Get Account Element.- Specified by:
getC_ElementValue_ID
in interfaceI_GL_JournalGeneratorSource
- Returns:
- Account Element
-
getGL_Category
- Specified by:
getGL_Category
in interfaceI_GL_JournalGeneratorSource
- Throws:
RuntimeException
-
setGL_Category_ID
public void setGL_Category_ID(int GL_Category_ID) Set GL Category.- Specified by:
setGL_Category_ID
in interfaceI_GL_JournalGeneratorSource
- Parameters:
GL_Category_ID
- General Ledger Category
-
getGL_Category_ID
public int getGL_Category_ID()Get GL Category.- Specified by:
getGL_Category_ID
in interfaceI_GL_JournalGeneratorSource
- Returns:
- General Ledger Category
-
getGL_JournalGeneratorLine
- Specified by:
getGL_JournalGeneratorLine
in interfaceI_GL_JournalGeneratorSource
- Throws:
RuntimeException
-
setGL_JournalGeneratorLine_ID
public void setGL_JournalGeneratorLine_ID(int GL_JournalGeneratorLine_ID) Set Generator Line.- Specified by:
setGL_JournalGeneratorLine_ID
in interfaceI_GL_JournalGeneratorSource
- Parameters:
GL_JournalGeneratorLine_ID
- Generator Line
-
getGL_JournalGeneratorLine_ID
public int getGL_JournalGeneratorLine_ID()Get Generator Line.- Specified by:
getGL_JournalGeneratorLine_ID
in interfaceI_GL_JournalGeneratorSource
- Returns:
- Generator Line
-
setGL_JournalGeneratorSource_ID
public void setGL_JournalGeneratorSource_ID(int GL_JournalGeneratorSource_ID) Set Generator Source.- Specified by:
setGL_JournalGeneratorSource_ID
in interfaceI_GL_JournalGeneratorSource
- Parameters:
GL_JournalGeneratorSource_ID
- Generator Source
-
getGL_JournalGeneratorSource_ID
public int getGL_JournalGeneratorSource_ID()Get Generator Source.- Specified by:
getGL_JournalGeneratorSource_ID
in interfaceI_GL_JournalGeneratorSource
- Returns:
- Generator Source
-
setGL_JournalGeneratorSource_UU
Set GL_JournalGeneratorSource_UU.- Specified by:
setGL_JournalGeneratorSource_UU
in interfaceI_GL_JournalGeneratorSource
- Parameters:
GL_JournalGeneratorSource_UU
- GL_JournalGeneratorSource_UU
-
getGL_JournalGeneratorSource_UU
Get GL_JournalGeneratorSource_UU.- Specified by:
getGL_JournalGeneratorSource_UU
in interfaceI_GL_JournalGeneratorSource
- Returns:
- GL_JournalGeneratorSource_UU
-
setHelp
Set Comment/Help.- Specified by:
setHelp
in interfaceI_GL_JournalGeneratorSource
- Parameters:
Help
- Comment or Hint
-
getHelp
Get Comment/Help.- Specified by:
getHelp
in interfaceI_GL_JournalGeneratorSource
- Returns:
- Comment or Hint
-
setRoundFactor
public void setRoundFactor(int RoundFactor) Set Round Factor.- Specified by:
setRoundFactor
in interfaceI_GL_JournalGeneratorSource
- Parameters:
RoundFactor
- Round Factor
-
getRoundFactor
public int getRoundFactor()Get Round Factor.- Specified by:
getRoundFactor
in interfaceI_GL_JournalGeneratorSource
- Returns:
- Round Factor
-