Package org.compiere.model
Class X_GL_FundRestriction
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_GL_FundRestriction
- All Implemented Interfaces:
Serializable,Cloneable,Comparator<Object>,I_GL_FundRestriction,I_Persistent,Evaluatee
Generated Model for GL_FundRestriction
- Version:
- Release 13 - $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_IDFields inherited from interface org.compiere.model.I_GL_FundRestriction
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_C_ElementValue_ID, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Description, COLUMNNAME_GL_Fund_ID, COLUMNNAME_GL_FundRestriction_ID, COLUMNNAME_GL_FundRestriction_UU, COLUMNNAME_IsActive, COLUMNNAME_Name, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name -
Constructor Summary
ConstructorsConstructorDescriptionX_GL_FundRestriction(Properties ctx, int GL_FundRestriction_ID, String trxName) Standard ConstructorX_GL_FundRestriction(Properties ctx, int GL_FundRestriction_ID, String trxName, String... virtualColumns) Standard ConstructorX_GL_FundRestriction(Properties ctx, String GL_FundRestriction_UU, String trxName) Standard ConstructorX_GL_FundRestriction(Properties ctx, String GL_FundRestriction_UU, String trxName, String... virtualColumns) Standard ConstructorX_GL_FundRestriction(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected intAccessLevelDeprecated.intGet Account Element.Get Description.Deprecated.intGet GL Fund.intGet Fund Restriction.Get GL_FundRestriction_UU.Get Record ID/ColumnNamegetName()Get Name.protected POInfoinitPO(Properties ctx) Load Meta DatavoidsetC_ElementValue_ID(int C_ElementValue_ID) Set Account Element.voidsetDescription(String Description) Set Description.voidsetGL_Fund_ID(int GL_Fund_ID) Set GL Fund.voidsetGL_FundRestriction_ID(int GL_FundRestriction_ID) Set Fund Restriction.voidsetGL_FundRestriction_UU(String GL_FundRestriction_UU) Set GL_FundRestriction_UU.voidSet Name.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_TableAttribute, get_TableAttributeAsBoolean, get_TableAttributeAsInt, get_TableAttributes, 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, validForeignKeysExMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface org.compiere.model.I_GL_FundRestriction
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActiveMethods inherited from interface org.compiere.model.I_Persistent
save
-
Constructor Details
-
X_GL_FundRestriction
Standard Constructor -
X_GL_FundRestriction
public X_GL_FundRestriction(Properties ctx, int GL_FundRestriction_ID, String trxName, String... virtualColumns) Standard Constructor -
X_GL_FundRestriction
Standard Constructor -
X_GL_FundRestriction
public X_GL_FundRestriction(Properties ctx, String GL_FundRestriction_UU, String trxName, String... virtualColumns) Standard Constructor -
X_GL_FundRestriction
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevelin classPO- Returns:
- 2 - Client
-
initPO
Load Meta Data -
toString
Description copied from class:POString representation -
getC_ElementValue
Deprecated.- Specified by:
getC_ElementValuein interfaceI_GL_FundRestriction- Throws:
RuntimeException
-
setC_ElementValue_ID
public void setC_ElementValue_ID(int C_ElementValue_ID) Set Account Element.- Specified by:
setC_ElementValue_IDin interfaceI_GL_FundRestriction- Parameters:
C_ElementValue_ID- Account Element
-
getC_ElementValue_ID
public int getC_ElementValue_ID()Get Account Element.- Specified by:
getC_ElementValue_IDin interfaceI_GL_FundRestriction- Returns:
- Account Element
-
setDescription
Set Description.- Specified by:
setDescriptionin interfaceI_GL_FundRestriction- Parameters:
Description- Optional short description of the record
-
getDescription
Get Description.- Specified by:
getDescriptionin interfaceI_GL_FundRestriction- Returns:
- Optional short description of the record
-
setGL_FundRestriction_ID
public void setGL_FundRestriction_ID(int GL_FundRestriction_ID) Set Fund Restriction.- Specified by:
setGL_FundRestriction_IDin interfaceI_GL_FundRestriction- Parameters:
GL_FundRestriction_ID- Restriction of Funds
-
getGL_FundRestriction_ID
public int getGL_FundRestriction_ID()Get Fund Restriction.- Specified by:
getGL_FundRestriction_IDin interfaceI_GL_FundRestriction- Returns:
- Restriction of Funds
-
setGL_FundRestriction_UU
Set GL_FundRestriction_UU.- Specified by:
setGL_FundRestriction_UUin interfaceI_GL_FundRestriction- Parameters:
GL_FundRestriction_UU- GL_FundRestriction_UU
-
getGL_FundRestriction_UU
Get GL_FundRestriction_UU.- Specified by:
getGL_FundRestriction_UUin interfaceI_GL_FundRestriction- Returns:
- GL_FundRestriction_UU
-
getGL_Fund
Deprecated.- Specified by:
getGL_Fundin interfaceI_GL_FundRestriction- Throws:
RuntimeException
-
setGL_Fund_ID
public void setGL_Fund_ID(int GL_Fund_ID) Set GL Fund.- Specified by:
setGL_Fund_IDin interfaceI_GL_FundRestriction- Parameters:
GL_Fund_ID- General Ledger Funds Control
-
getGL_Fund_ID
public int getGL_Fund_ID()Get GL Fund.- Specified by:
getGL_Fund_IDin interfaceI_GL_FundRestriction- Returns:
- General Ledger Funds Control
-
setName
Set Name.- Specified by:
setNamein interfaceI_GL_FundRestriction- Parameters:
Name- Alphanumeric identifier of the entity
-
getName
Get Name.- Specified by:
getNamein interfaceI_GL_FundRestriction- Returns:
- Alphanumeric identifier of the entity
-
getKeyNamePair
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-