Package org.compiere.model
Class X_A_Depreciation_Table_Detail
- java.lang.Object
-
- org.compiere.model.PO
-
- org.compiere.model.X_A_Depreciation_Table_Detail
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_A_Depreciation_Table_Detail
,I_Persistent
,Evaluatee
public class X_A_Depreciation_Table_Detail extends PO implements I_A_Depreciation_Table_Detail, I_Persistent
Generated Model for A_Depreciation_Table_Detail- Version:
- Release 9 - $Id$
- Author:
- iDempiere (generated)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
A_TABLE_RATE_TYPE_AD_Reference_ID
A_Table_Rate_Type AD_Reference_ID=53255static String
A_TABLE_RATE_TYPE_Amount
Amount = AMstatic String
A_TABLE_RATE_TYPE_Rate
Rate = RT-
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_A_Depreciation_Table_Detail
accessLevel, COLUMNNAME_A_Depreciation_Rate, COLUMNNAME_A_Depreciation_Table_Code, COLUMNNAME_A_Depreciation_Table_Detail_ID, COLUMNNAME_A_Depreciation_Table_Detail_UU, COLUMNNAME_A_Period, COLUMNNAME_A_Table_Rate_Type, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_IsActive, COLUMNNAME_Processed, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
-
Constructor Summary
Constructors Constructor Description X_A_Depreciation_Table_Detail(Properties ctx, int A_Depreciation_Table_Detail_ID, String trxName)
Standard ConstructorX_A_Depreciation_Table_Detail(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()
AccessLevelBigDecimal
getA_Depreciation_Rate()
Get Rate.String
getA_Depreciation_Table_Code()
Get Depreciation Code.int
getA_Depreciation_Table_Detail_ID()
Get Depreciation Table Detail.String
getA_Depreciation_Table_Detail_UU()
Get A_Depreciation_Table_Detail_UU.int
getA_Period()
Get Asset Period.String
getA_Table_Rate_Type()
Get Type.KeyNamePair
getKeyNamePair()
Get Record ID/ColumnNameprotected POInfo
initPO(Properties ctx)
Load Meta Databoolean
isProcessed()
Get Processed.void
setA_Depreciation_Rate(BigDecimal A_Depreciation_Rate)
Set Rate.void
setA_Depreciation_Table_Code(String A_Depreciation_Table_Code)
Set Depreciation Code.void
setA_Depreciation_Table_Detail_ID(int A_Depreciation_Table_Detail_ID)
Set Depreciation Table Detail.void
setA_Depreciation_Table_Detail_UU(String A_Depreciation_Table_Detail_UU)
Set A_Depreciation_Table_Detail_UU.void
setA_Period(int A_Period)
Set Asset Period.void
setA_Table_Rate_Type(String A_Table_Rate_Type)
Set Type.void
setProcessed(boolean Processed)
Set Processed.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_A_Depreciation_Table_Detail
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
-
A_TABLE_RATE_TYPE_AD_Reference_ID
public static final int A_TABLE_RATE_TYPE_AD_Reference_ID
A_Table_Rate_Type AD_Reference_ID=53255- See Also:
- Constant Field Values
-
A_TABLE_RATE_TYPE_Amount
public static final String A_TABLE_RATE_TYPE_Amount
Amount = AM- See Also:
- Constant Field Values
-
A_TABLE_RATE_TYPE_Rate
public static final String A_TABLE_RATE_TYPE_Rate
Rate = RT- See Also:
- Constant Field Values
-
-
Constructor Detail
-
X_A_Depreciation_Table_Detail
public X_A_Depreciation_Table_Detail(Properties ctx, int A_Depreciation_Table_Detail_ID, String trxName)
Standard Constructor
-
X_A_Depreciation_Table_Detail
public X_A_Depreciation_Table_Detail(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
-
Method Detail
-
get_AccessLevel
protected int get_AccessLevel()
AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 7 - System - Client - Org
-
initPO
protected POInfo initPO(Properties ctx)
Load Meta Data
-
setA_Depreciation_Rate
public void setA_Depreciation_Rate(BigDecimal A_Depreciation_Rate)
Set Rate.- Specified by:
setA_Depreciation_Rate
in interfaceI_A_Depreciation_Table_Detail
- Parameters:
A_Depreciation_Rate
- Rate
-
getA_Depreciation_Rate
public BigDecimal getA_Depreciation_Rate()
Get Rate.- Specified by:
getA_Depreciation_Rate
in interfaceI_A_Depreciation_Table_Detail
- Returns:
- Rate
-
setA_Depreciation_Table_Code
public void setA_Depreciation_Table_Code(String A_Depreciation_Table_Code)
Set Depreciation Code.- Specified by:
setA_Depreciation_Table_Code
in interfaceI_A_Depreciation_Table_Detail
- Parameters:
A_Depreciation_Table_Code
- Depreciation Code
-
getA_Depreciation_Table_Code
public String getA_Depreciation_Table_Code()
Get Depreciation Code.- Specified by:
getA_Depreciation_Table_Code
in interfaceI_A_Depreciation_Table_Detail
- Returns:
- Depreciation Code
-
setA_Depreciation_Table_Detail_ID
public void setA_Depreciation_Table_Detail_ID(int A_Depreciation_Table_Detail_ID)
Set Depreciation Table Detail.- Specified by:
setA_Depreciation_Table_Detail_ID
in interfaceI_A_Depreciation_Table_Detail
- Parameters:
A_Depreciation_Table_Detail_ID
- Depreciation Table Detail
-
getA_Depreciation_Table_Detail_ID
public int getA_Depreciation_Table_Detail_ID()
Get Depreciation Table Detail.- Specified by:
getA_Depreciation_Table_Detail_ID
in interfaceI_A_Depreciation_Table_Detail
- Returns:
- Depreciation Table Detail
-
getKeyNamePair
public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
setA_Depreciation_Table_Detail_UU
public void setA_Depreciation_Table_Detail_UU(String A_Depreciation_Table_Detail_UU)
Set A_Depreciation_Table_Detail_UU.- Specified by:
setA_Depreciation_Table_Detail_UU
in interfaceI_A_Depreciation_Table_Detail
- Parameters:
A_Depreciation_Table_Detail_UU
- A_Depreciation_Table_Detail_UU
-
getA_Depreciation_Table_Detail_UU
public String getA_Depreciation_Table_Detail_UU()
Get A_Depreciation_Table_Detail_UU.- Specified by:
getA_Depreciation_Table_Detail_UU
in interfaceI_A_Depreciation_Table_Detail
- Returns:
- A_Depreciation_Table_Detail_UU
-
setA_Period
public void setA_Period(int A_Period)
Set Asset Period.- Specified by:
setA_Period
in interfaceI_A_Depreciation_Table_Detail
- Parameters:
A_Period
- Asset Period
-
getA_Period
public int getA_Period()
Get Asset Period.- Specified by:
getA_Period
in interfaceI_A_Depreciation_Table_Detail
- Returns:
- Asset Period
-
setA_Table_Rate_Type
public void setA_Table_Rate_Type(String A_Table_Rate_Type)
Set Type.- Specified by:
setA_Table_Rate_Type
in interfaceI_A_Depreciation_Table_Detail
- Parameters:
A_Table_Rate_Type
- Type
-
getA_Table_Rate_Type
public String getA_Table_Rate_Type()
Get Type.- Specified by:
getA_Table_Rate_Type
in interfaceI_A_Depreciation_Table_Detail
- Returns:
- Type
-
setProcessed
public void setProcessed(boolean Processed)
Set Processed.- Specified by:
setProcessed
in interfaceI_A_Depreciation_Table_Detail
- Parameters:
Processed
- The document has been processed
-
isProcessed
public boolean isProcessed()
Get Processed.- Specified by:
isProcessed
in interfaceI_A_Depreciation_Table_Detail
- Returns:
- The document has been processed
-
-