Package org.compiere.model
Class MAssetChange
- java.lang.Object
-
- org.compiere.model.PO
-
- org.compiere.model.X_A_Asset_Change
-
- org.compiere.model.MAssetChange
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_A_Asset_Change
,I_Persistent
,Evaluatee
public class MAssetChange extends X_A_Asset_Change
Asset Addition Model- Author:
- Teo Sarca, SC ARHIPAC SERVICE SRL
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.compiere.model.X_A_Asset_Change
A_DEPRECIATION_MANUAL_PERIOD_AD_Reference_ID, A_DEPRECIATION_MANUAL_PERIOD_Period, A_DEPRECIATION_MANUAL_PERIOD_Yearly, A_REVAL_CAL_METHOD_AD_Reference_ID, A_REVAL_CAL_METHOD_Default, A_REVAL_CAL_METHOD_InceptionToDate, A_REVAL_CAL_METHOD_YearBalances, CHANGETYPE_AD_Reference_ID, CHANGETYPE_Addition, CHANGETYPE_Balance, CHANGETYPE_Create, CHANGETYPE_Depreciation, CHANGETYPE_Disposal, CHANGETYPE_Expense, CHANGETYPE_Forecast, CHANGETYPE_Import, CHANGETYPE_Revaluation, CHANGETYPE_Setup, CHANGETYPE_Split, CHANGETYPE_Transfer, CHANGETYPE_Update, CHANGETYPE_Usage, POSTINGTYPE_Actual, POSTINGTYPE_AD_Reference_ID, POSTINGTYPE_Budget, POSTINGTYPE_Commitment, POSTINGTYPE_Reservation, POSTINGTYPE_Statistical
-
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_Asset_Change
accessLevel, COLUMNNAME_A_Accumdepreciation_Acct, COLUMNNAME_A_Asset_Acct, COLUMNNAME_A_Asset_Acct_ID, COLUMNNAME_A_Asset_Addition_ID, COLUMNNAME_A_Asset_Change_ID, COLUMNNAME_A_Asset_Change_UU, COLUMNNAME_A_Asset_CreateDate, COLUMNNAME_A_Asset_ID, COLUMNNAME_A_Asset_Retirement_ID, COLUMNNAME_A_Asset_RevalDate, COLUMNNAME_A_Depreciation_Acct, COLUMNNAME_A_Depreciation_Manual_Amount, COLUMNNAME_A_Depreciation_Manual_Period, COLUMNNAME_A_Depreciation_Table_Header_ID, COLUMNNAME_A_Depreciation_Variable_Perc, COLUMNNAME_A_Disposal_Loss_Acct, COLUMNNAME_A_Disposal_Revenue_Acct, COLUMNNAME_A_Parent_Asset_ID, COLUMNNAME_A_Period_End, COLUMNNAME_A_Period_Start, COLUMNNAME_A_QTY_Current, COLUMNNAME_A_QTY_Original, COLUMNNAME_A_Reval_Accumdep_Offset_Cur, COLUMNNAME_A_Reval_Accumdep_Offset_Prior, COLUMNNAME_A_Reval_Adep_Offset_Cur_Acct, COLUMNNAME_A_Reval_Adep_Offset_Prior_Acct, COLUMNNAME_A_Reval_Cal_Method, COLUMNNAME_A_Reval_Cost_Offset, COLUMNNAME_A_Reval_Cost_Offset_Acct, COLUMNNAME_A_Reval_Cost_Offset_Prior, COLUMNNAME_A_Reval_Cost_Offset_Prior_Acct, COLUMNNAME_A_Reval_Depexp_Offset, COLUMNNAME_A_Reval_Depexp_Offset_Acct, COLUMNNAME_A_Salvage_Value, COLUMNNAME_A_Split_Percent, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_AD_User_ID, COLUMNNAME_AssetAccumDepreciationAmt, COLUMNNAME_AssetBookValueAmt, COLUMNNAME_AssetDepreciationDate, COLUMNNAME_AssetDisposalDate, COLUMNNAME_AssetMarketValueAmt, COLUMNNAME_AssetServiceDate, COLUMNNAME_AssetValueAmt, COLUMNNAME_C_AcctSchema_ID, COLUMNNAME_C_BPartner_ID, COLUMNNAME_C_BPartner_Location_ID, COLUMNNAME_C_Location_ID, COLUMNNAME_C_ValidCombination_ID, COLUMNNAME_ChangeAmt, COLUMNNAME_ChangeDate, COLUMNNAME_ChangeType, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_DateAcct, COLUMNNAME_IsActive, COLUMNNAME_IsDepreciated, COLUMNNAME_IsDisposed, COLUMNNAME_IsFullyDepreciated, COLUMNNAME_IsInPosession, COLUMNNAME_IsOwned, COLUMNNAME_LifeUseUnits, COLUMNNAME_Lot, COLUMNNAME_PostingType, COLUMNNAME_SerNo, COLUMNNAME_TextDetails, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, COLUMNNAME_UseLifeMonths, COLUMNNAME_UseLifeYears, COLUMNNAME_UseUnits, COLUMNNAME_VersionNo, Model, Table_ID, Table_Name
-
-
Constructor Summary
Constructors Constructor Description MAssetChange(Properties ctx, int A_Asset_Change_ID, String trxName)
Default ConstructorMAssetChange(Properties ctx, ResultSet rs, String trxName)
Load Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChanges(PO po)
protected boolean
beforeSave(boolean newRecord)
Before Savestatic MAssetChange
create(Properties ctx, String changeType, PO[] pos, boolean save, String trxName)
static MAssetChange
create(Properties ctx, String changeType, PO[] pos, String trxName)
static MAssetChange
createAddition(MAssetAddition assetAdd, MDepreciationWorkfile assetwk)
static MAssetChange
createAndSave(Properties ctx, String changeType, PO[] pos, String trxName)
TODOstatic MAssetChange
get(Properties ctx, int A_Asset_ID, String changeType, String trxName, int C_AcctSchema_ID)
-
Methods inherited from class org.compiere.model.X_A_Asset_Change
get_AccessLevel, getA_Accumdepreciation_A, getA_Accumdepreciation_Acct, getA_Asset, getA_Asset_A, getA_Asset_Acct, getA_Asset_Acct_ID, getA_Asset_Addition_ID, getA_Asset_Change_ID, getA_Asset_Change_UU, getA_Asset_CreateDate, getA_Asset_ID, getA_Asset_Retirement_ID, getA_Asset_RevalDate, getA_Depreciation_A, getA_Depreciation_Acct, getA_Depreciation_Manual_Amount, getA_Depreciation_Manual_Period, getA_Depreciation_Table_Header, getA_Depreciation_Table_Header_ID, getA_Depreciation_Variable_Perc, getA_Disposal_Loss_A, getA_Disposal_Loss_Acct, getA_Disposal_Revenue_A, getA_Disposal_Revenue_Acct, getA_Parent_Asset, getA_Parent_Asset_ID, getA_Period_End, getA_Period_Start, getA_QTY_Current, getA_QTY_Original, getA_Reval_Accumdep_Offset_Cur, getA_Reval_Accumdep_Offset_Prior, getA_Reval_Adep_Offset_Cur_Acct, getA_Reval_Adep_Offset_Prior_Acct, getA_Reval_Cal_Method, getA_Reval_Cost_Offset, getA_Reval_Cost_Offset_Acct, getA_Reval_Cost_Offset_Prior, getA_Reval_Cost_Offset_Prior_Acct, getA_Reval_Depexp_Offset, getA_Reval_Depexp_Offset_Acct, getA_Salvage_Value, getA_Split_Percent, getAD_User, getAD_User_ID, getAssetAccumDepreciationAmt, getAssetBookValueAmt, getAssetDepreciationDate, getAssetDisposalDate, getAssetMarketValueAmt, getAssetServiceDate, getAssetValueAmt, getC_AcctSchema, getC_AcctSchema_ID, getC_BPartner, getC_BPartner_ID, getC_BPartner_Location, getC_BPartner_Location_ID, getC_Location, getC_Location_ID, getC_ValidCombination, getC_ValidCombination_ID, getChangeAmt, getChangeDate, getChangeType, getDateAcct, getKeyNamePair, getLifeUseUnits, getLot, getPostingType, getSerNo, getTextDetails, getUseLifeMonths, getUseLifeYears, getUseUnits, getVersionNo, initPO, isDepreciated, isDisposed, isFullyDepreciated, isInPosession, isOwned, setA_Accumdepreciation_Acct, setA_Asset_Acct, setA_Asset_Acct_ID, setA_Asset_Addition_ID, setA_Asset_Change_ID, setA_Asset_Change_UU, setA_Asset_CreateDate, setA_Asset_ID, setA_Asset_Retirement_ID, setA_Asset_RevalDate, setA_Depreciation_Acct, setA_Depreciation_Manual_Amount, setA_Depreciation_Manual_Period, setA_Depreciation_Table_Header_ID, setA_Depreciation_Variable_Perc, setA_Disposal_Loss_Acct, setA_Disposal_Revenue_Acct, setA_Parent_Asset_ID, setA_Period_End, setA_Period_Start, setA_QTY_Current, setA_QTY_Original, setA_Reval_Accumdep_Offset_Cur, setA_Reval_Accumdep_Offset_Prior, setA_Reval_Adep_Offset_Cur_Acct, setA_Reval_Adep_Offset_Prior_Acct, setA_Reval_Cal_Method, setA_Reval_Cost_Offset, setA_Reval_Cost_Offset_Acct, setA_Reval_Cost_Offset_Prior, setA_Reval_Cost_Offset_Prior_Acct, setA_Reval_Depexp_Offset, setA_Reval_Depexp_Offset_Acct, setA_Salvage_Value, setA_Split_Percent, setAD_User_ID, setAssetAccumDepreciationAmt, setAssetBookValueAmt, setAssetDepreciationDate, setAssetDisposalDate, setAssetMarketValueAmt, setAssetServiceDate, setAssetValueAmt, setC_AcctSchema_ID, setC_BPartner_ID, setC_BPartner_Location_ID, setC_Location_ID, setC_ValidCombination_ID, setChangeAmt, setChangeDate, setChangeType, setDateAcct, setIsDepreciated, setIsDisposed, setIsFullyDepreciated, setIsInPosession, setIsOwned, setLifeUseUnits, setLot, setPostingType, setSerNo, setTextDetails, setUseLifeMonths, setUseLifeYears, setUseUnits, setVersionNo, toString
-
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, 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_Asset_Change
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 Detail
-
MAssetChange
public MAssetChange(Properties ctx, int A_Asset_Change_ID, String trxName)
Default Constructor- Parameters:
ctx
- contextA_Asset_Change_ID
-trxName
-
-
MAssetChange
public MAssetChange(Properties ctx, ResultSet rs, String trxName)
Load Constructor- Parameters:
ctx
- contextrs
- result set
-
-
Method Detail
-
beforeSave
protected boolean beforeSave(boolean newRecord)
Before Save- Overrides:
beforeSave
in classPO
- Parameters:
newRecord
- new- Returns:
- true
-
createAddition
public static MAssetChange createAddition(MAssetAddition assetAdd, MDepreciationWorkfile assetwk)
-
create
public static MAssetChange create(Properties ctx, String changeType, PO[] pos, String trxName)
-
createAndSave
public static MAssetChange createAndSave(Properties ctx, String changeType, PO[] pos, String trxName)
TODO- Parameters:
ctx
-changeType
-pos
-trxName
-- Returns:
-
create
public static MAssetChange create(Properties ctx, String changeType, PO[] pos, boolean save, String trxName)
-
addChanges
public void addChanges(PO po)
-
get
public static MAssetChange get(Properties ctx, int A_Asset_ID, String changeType, String trxName, int C_AcctSchema_ID)
- Parameters:
ctx
-A_Asset_ID
-changeType
-trxName
-C_AcctSchema_ID
-- Returns:
-
-