/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * * under the terms version 2 of the GNU General Public License as published * * by the Free Software Foundation. This program is distributed in the hope * * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * * with this program, if not, write to the Free Software Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * For the text or an alternative of this public license, you may reach us * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * or via info@compiere.org or http://www.compiere.org/license.html * *****************************************************************************/ package org.compiere.model; import java.math.BigDecimal; import java.sql.Timestamp; import org.compiere.util.KeyNamePair; /** Generated Interface for I_Asset * @author iDempiere (generated) * @version Release 12 */ public interface I_I_Asset { /** TableName=I_Asset */ public static final String Table_Name = "I_Asset"; /** AD_Table_ID=53139 */ public static final int Table_ID = 53139; KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); /** AccessLevel = 7 - System - Client - Org */ BigDecimal accessLevel = BigDecimal.valueOf(7); /** Load Meta Data */ /** Column name AD_Client_ID */ public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; /** Get Tenant. * Tenant for this installation. */ public int getAD_Client_ID(); /** Column name AD_Org_ID */ public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; /** Set Organization. * Organizational entity within tenant */ public void setAD_Org_ID (int AD_Org_ID); /** Get Organization. * Organizational entity within tenant */ public int getAD_Org_ID(); /** Column name AD_User_ID */ public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; /** Set User/Contact. * User within the system - Internal or Business Partner Contact */ public void setAD_User_ID (int AD_User_ID); /** Get User/Contact. * User within the system - Internal or Business Partner Contact */ public int getAD_User_ID(); /** Column name A_Accumdepreciation_Acct */ public static final String COLUMNNAME_A_Accumdepreciation_Acct = "A_Accumdepreciation_Acct"; /** Set Accumulated Depreciation Account */ public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct); /** Get Accumulated Depreciation Account */ public int getA_Accumdepreciation_Acct(); public I_C_ValidCombination getA_Accumdepreciation_A() throws RuntimeException; /** Column name A_Accumulated_Depr */ public static final String COLUMNNAME_A_Accumulated_Depr = "A_Accumulated_Depr"; /** Set Accumulated Depreciation */ public void setA_Accumulated_Depr (BigDecimal A_Accumulated_Depr); /** Get Accumulated Depreciation */ public BigDecimal getA_Accumulated_Depr(); /** Column name A_Asset_Acct */ public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct"; /** Set Asset Acct */ public void setA_Asset_Acct (int A_Asset_Acct); /** Get Asset Acct */ public int getA_Asset_Acct(); public I_C_ValidCombination getA_Asset_A() throws RuntimeException; /** Column name A_Asset_Cost */ public static final String COLUMNNAME_A_Asset_Cost = "A_Asset_Cost"; /** Set Asset Cost */ public void setA_Asset_Cost (BigDecimal A_Asset_Cost); /** Get Asset Cost */ public BigDecimal getA_Asset_Cost(); /** Column name A_Asset_Group_ID */ public static final String COLUMNNAME_A_Asset_Group_ID = "A_Asset_Group_ID"; /** Set Asset Group. * Group of Assets */ public void setA_Asset_Group_ID (int A_Asset_Group_ID); /** Get Asset Group. * Group of Assets */ public int getA_Asset_Group_ID(); public org.compiere.model.I_A_Asset_Group getA_Asset_Group() throws RuntimeException; /** Column name A_Asset_ID */ public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID"; /** Set Asset. * Asset used internally or by customers */ public void setA_Asset_ID (int A_Asset_ID); /** Get Asset. * Asset used internally or by customers */ public int getA_Asset_ID(); /** Column name A_Asset_Life_Current_Year */ public static final String COLUMNNAME_A_Asset_Life_Current_Year = "A_Asset_Life_Current_Year"; /** Set A_Asset_Life_Current_Year */ public void setA_Asset_Life_Current_Year (int A_Asset_Life_Current_Year); /** Get A_Asset_Life_Current_Year */ public int getA_Asset_Life_Current_Year(); /** Column name A_Asset_Life_Years */ public static final String COLUMNNAME_A_Asset_Life_Years = "A_Asset_Life_Years"; /** Set Life Years */ public void setA_Asset_Life_Years (BigDecimal A_Asset_Life_Years); /** Get Life Years */ public BigDecimal getA_Asset_Life_Years(); /** Column name A_Base_Amount */ public static final String COLUMNNAME_A_Base_Amount = "A_Base_Amount"; /** Set A_Base_Amount */ public void setA_Base_Amount (BigDecimal A_Base_Amount); /** Get A_Base_Amount */ public BigDecimal getA_Base_Amount(); /** Column name A_Calc_Accumulated_Depr */ public static final String COLUMNNAME_A_Calc_Accumulated_Depr = "A_Calc_Accumulated_Depr"; /** Set A_Calc_Accumulated_Depr */ public void setA_Calc_Accumulated_Depr (BigDecimal A_Calc_Accumulated_Depr); /** Get A_Calc_Accumulated_Depr */ public BigDecimal getA_Calc_Accumulated_Depr(); /** Column name A_Curr_Dep_Exp */ public static final String COLUMNNAME_A_Curr_Dep_Exp = "A_Curr_Dep_Exp"; /** Set A_Curr_Dep_Exp */ public void setA_Curr_Dep_Exp (BigDecimal A_Curr_Dep_Exp); /** Get A_Curr_Dep_Exp */ public BigDecimal getA_Curr_Dep_Exp(); /** Column name A_Current_Period */ public static final String COLUMNNAME_A_Current_Period = "A_Current_Period"; /** Set Current Period */ public void setA_Current_Period (int A_Current_Period); /** Get Current Period */ public int getA_Current_Period(); /** Column name A_Depreciation_Acct */ public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct"; /** Set Depreciation Account */ public void setA_Depreciation_Acct (int A_Depreciation_Acct); /** Get Depreciation Account */ public int getA_Depreciation_Acct(); public I_C_ValidCombination getA_Depreciation_A() throws RuntimeException; /** Column name A_Depreciation_Manual_Amount */ public static final String COLUMNNAME_A_Depreciation_Manual_Amount = "A_Depreciation_Manual_Amount"; /** Set A_Depreciation_Manual_Amount */ public void setA_Depreciation_Manual_Amount (BigDecimal A_Depreciation_Manual_Amount); /** Get A_Depreciation_Manual_Amount */ public BigDecimal getA_Depreciation_Manual_Amount(); /** Column name A_Depreciation_Manual_Period */ public static final String COLUMNNAME_A_Depreciation_Manual_Period = "A_Depreciation_Manual_Period"; /** Set A_Depreciation_Manual_Period */ public void setA_Depreciation_Manual_Period (String A_Depreciation_Manual_Period); /** Get A_Depreciation_Manual_Period */ public String getA_Depreciation_Manual_Period(); /** Column name A_Depreciation_Table_Header_ID */ public static final String COLUMNNAME_A_Depreciation_Table_Header_ID = "A_Depreciation_Table_Header_ID"; /** Set A_Depreciation_Table_Header_ID */ public void setA_Depreciation_Table_Header_ID (int A_Depreciation_Table_Header_ID); /** Get A_Depreciation_Table_Header_ID */ public int getA_Depreciation_Table_Header_ID(); public org.compiere.model.I_A_Depreciation_Table_Header getA_Depreciation_Table_Header() throws RuntimeException; /** Column name A_Depreciation_Variable_Perc */ public static final String COLUMNNAME_A_Depreciation_Variable_Perc = "A_Depreciation_Variable_Perc"; /** Set Variable Percent */ public void setA_Depreciation_Variable_Perc (BigDecimal A_Depreciation_Variable_Perc); /** Get Variable Percent */ public BigDecimal getA_Depreciation_Variable_Perc(); /** Column name A_Life_Period */ public static final String COLUMNNAME_A_Life_Period = "A_Life_Period"; /** Set Life Periods */ public void setA_Life_Period (int A_Life_Period); /** Get Life Periods */ public int getA_Life_Period(); /** Column name A_Parent_Asset_ID */ public static final String COLUMNNAME_A_Parent_Asset_ID = "A_Parent_Asset_ID"; /** Set Parent Asset */ public void setA_Parent_Asset_ID (int A_Parent_Asset_ID); /** Get Parent Asset */ public int getA_Parent_Asset_ID(); /** Column name A_Period_End */ public static final String COLUMNNAME_A_Period_End = "A_Period_End"; /** Set A_Period_End */ public void setA_Period_End (int A_Period_End); /** Get A_Period_End */ public int getA_Period_End(); /** Column name A_Period_Posted */ public static final String COLUMNNAME_A_Period_Posted = "A_Period_Posted"; /** Set A_Period_Posted */ public void setA_Period_Posted (int A_Period_Posted); /** Get A_Period_Posted */ public int getA_Period_Posted(); /** Column name A_Period_Start */ public static final String COLUMNNAME_A_Period_Start = "A_Period_Start"; /** Set A_Period_Start */ public void setA_Period_Start (int A_Period_Start); /** Get A_Period_Start */ public int getA_Period_Start(); /** Column name A_Prior_Year_Accumulated_Depr */ public static final String COLUMNNAME_A_Prior_Year_Accumulated_Depr = "A_Prior_Year_Accumulated_Depr"; /** Set A_Prior_Year_Accumulated_Depr */ public void setA_Prior_Year_Accumulated_Depr (BigDecimal A_Prior_Year_Accumulated_Depr); /** Get A_Prior_Year_Accumulated_Depr */ public BigDecimal getA_Prior_Year_Accumulated_Depr(); /** Column name A_QTY_Current */ public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current"; /** Set Current Qty */ public void setA_QTY_Current (int A_QTY_Current); /** Get Current Qty */ public int getA_QTY_Current(); /** Column name A_QTY_Original */ public static final String COLUMNNAME_A_QTY_Original = "A_QTY_Original"; /** Set A_QTY_Original */ public void setA_QTY_Original (int A_QTY_Original); /** Get A_QTY_Original */ public int getA_QTY_Original(); /** Column name A_Reval_Cal_Method */ public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method"; /** Set A_Reval_Cal_Method */ public void setA_Reval_Cal_Method (String A_Reval_Cal_Method); /** Get A_Reval_Cal_Method */ public String getA_Reval_Cal_Method(); /** Column name A_Salvage_Value */ public static final String COLUMNNAME_A_Salvage_Value = "A_Salvage_Value"; /** Set Asset Salvage Value */ public void setA_Salvage_Value (BigDecimal A_Salvage_Value); /** Get Asset Salvage Value */ public BigDecimal getA_Salvage_Value(); /** Column name A_Split_Percent */ public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent"; /** Set Split Percent */ public void setA_Split_Percent (BigDecimal A_Split_Percent); /** Get Split Percent */ public BigDecimal getA_Split_Percent(); /** Column name AssetDepreciationDate */ public static final String COLUMNNAME_AssetDepreciationDate = "AssetDepreciationDate"; /** Set Asset Depreciation Date. * Date of last depreciation */ public void setAssetDepreciationDate (Timestamp AssetDepreciationDate); /** Get Asset Depreciation Date. * Date of last depreciation */ public Timestamp getAssetDepreciationDate(); /** Column name AssetDisposalDate */ public static final String COLUMNNAME_AssetDisposalDate = "AssetDisposalDate"; /** Set Asset Disposal Date. * Date when the asset is/was disposed */ public void setAssetDisposalDate (Timestamp AssetDisposalDate); /** Get Asset Disposal Date. * Date when the asset is/was disposed */ public Timestamp getAssetDisposalDate(); /** Column name AssetMarketValueAmt */ public static final String COLUMNNAME_AssetMarketValueAmt = "AssetMarketValueAmt"; /** Set Market value Amount. * Market value of the asset */ public void setAssetMarketValueAmt (BigDecimal AssetMarketValueAmt); /** Get Market value Amount. * Market value of the asset */ public BigDecimal getAssetMarketValueAmt(); /** Column name AssetServiceDate */ public static final String COLUMNNAME_AssetServiceDate = "AssetServiceDate"; /** Set In Service Date. * Date when Asset was put into service */ public void setAssetServiceDate (Timestamp AssetServiceDate); /** Get In Service Date. * Date when Asset was put into service */ public Timestamp getAssetServiceDate(); /** Column name C_AcctSchema_ID */ public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; /** Set Accounting Schema. * Rules for accounting */ public void setC_AcctSchema_ID (int C_AcctSchema_ID); /** Get Accounting Schema. * Rules for accounting */ public int getC_AcctSchema_ID(); public org.compiere.model.I_C_AcctSchema getC_AcctSchema() throws RuntimeException; /** Column name C_BPartner_ID */ public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; /** Set Business Partner. * Identifies a Business Partner */ public void setC_BPartner_ID (int C_BPartner_ID); /** Get Business Partner. * Identifies a Business Partner */ public int getC_BPartner_ID(); public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException; /** Column name C_BPartner_Location_ID */ public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; /** Set Partner Location. * Identifies the (ship to) address for this Business Partner */ public void setC_BPartner_Location_ID (int C_BPartner_Location_ID); /** Get Partner Location. * Identifies the (ship to) address for this Business Partner */ public int getC_BPartner_Location_ID(); public org.compiere.model.I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException; /** Column name C_Location_ID */ public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; /** Set Address. * Location or Address */ public void setC_Location_ID (int C_Location_ID); /** Get Address. * Location or Address */ public int getC_Location_ID(); public org.compiere.model.I_C_Location getC_Location() throws RuntimeException; /** Column name Created */ public static final String COLUMNNAME_Created = "Created"; /** Get Created. * Date this record was created */ public Timestamp getCreated(); /** Column name CreatedBy */ public static final String COLUMNNAME_CreatedBy = "CreatedBy"; /** Get Created By. * User who created this records */ public int getCreatedBy(); /** Column name Description */ public static final String COLUMNNAME_Description = "Description"; /** Set Description. * Optional short description of the record */ public void setDescription (String Description); /** Get Description. * Optional short description of the record */ public String getDescription(); /** Column name GuaranteeDate */ public static final String COLUMNNAME_GuaranteeDate = "GuaranteeDate"; /** Set Guarantee Date. * Date when guarantee expires */ public void setGuaranteeDate (Timestamp GuaranteeDate); /** Get Guarantee Date. * Date when guarantee expires */ public Timestamp getGuaranteeDate(); /** Column name Help */ public static final String COLUMNNAME_Help = "Help"; /** Set Comment/Help. * Comment or Hint */ public void setHelp (String Help); /** Get Comment/Help. * Comment or Hint */ public String getHelp(); /** Column name I_Asset_ID */ public static final String COLUMNNAME_I_Asset_ID = "I_Asset_ID"; /** Set Asset */ public void setI_Asset_ID (int I_Asset_ID); /** Get Asset */ public int getI_Asset_ID(); /** Column name I_Asset_UU */ public static final String COLUMNNAME_I_Asset_UU = "I_Asset_UU"; /** Set I_Asset_UU */ public void setI_Asset_UU (String I_Asset_UU); /** Get I_Asset_UU */ public String getI_Asset_UU(); /** Column name I_ErrorMsg */ public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; /** Set Import Error Message. * Messages generated from import process */ public void setI_ErrorMsg (String I_ErrorMsg); /** Get Import Error Message. * Messages generated from import process */ public String getI_ErrorMsg(); /** Column name I_IsImported */ public static final String COLUMNNAME_I_IsImported = "I_IsImported"; /** Set Imported. * Has this import been processed */ public void setI_IsImported (boolean I_IsImported); /** Get Imported. * Has this import been processed */ public boolean isI_IsImported(); /** Column name IsActive */ public static final String COLUMNNAME_IsActive = "IsActive"; /** Set Active. * The record is active in the system */ public void setIsActive (boolean IsActive); /** Get Active. * The record is active in the system */ public boolean isActive(); /** Column name IsDepreciated */ public static final String COLUMNNAME_IsDepreciated = "IsDepreciated"; /** Set Depreciate. * The asset will be depreciated */ public void setIsDepreciated (boolean IsDepreciated); /** Get Depreciate. * The asset will be depreciated */ public boolean isDepreciated(); /** Column name IsDisposed */ public static final String COLUMNNAME_IsDisposed = "IsDisposed"; /** Set Disposed. * The asset is disposed */ public void setIsDisposed (boolean IsDisposed); /** Get Disposed. * The asset is disposed */ public boolean isDisposed(); /** Column name IsFullyDepreciated */ public static final String COLUMNNAME_IsFullyDepreciated = "IsFullyDepreciated"; /** Set Fully depreciated. * The asset is fully depreciated */ public void setIsFullyDepreciated (boolean IsFullyDepreciated); /** Get Fully depreciated. * The asset is fully depreciated */ public boolean isFullyDepreciated(); /** Column name IsInPosession */ public static final String COLUMNNAME_IsInPosession = "IsInPosession"; /** Set In Possession. * The asset is in the possession of the organization */ public void setIsInPosession (boolean IsInPosession); /** Get In Possession. * The asset is in the possession of the organization */ public boolean isInPosession(); /** Column name IsOwned */ public static final String COLUMNNAME_IsOwned = "IsOwned"; /** Set Owned. * The asset is owned by the organization */ public void setIsOwned (boolean IsOwned); /** Get Owned. * The asset is owned by the organization */ public boolean isOwned(); /** Column name LifeUseUnits */ public static final String COLUMNNAME_LifeUseUnits = "LifeUseUnits"; /** Set Life use. * Units of use until the asset is not usable anymore */ public void setLifeUseUnits (int LifeUseUnits); /** Get Life use. * Units of use until the asset is not usable anymore */ public int getLifeUseUnits(); /** Column name LocationComment */ public static final String COLUMNNAME_LocationComment = "LocationComment"; /** Set Location comment. * Additional comments or remarks concerning the location */ public void setLocationComment (String LocationComment); /** Get Location comment. * Additional comments or remarks concerning the location */ public String getLocationComment(); /** Column name Lot */ public static final String COLUMNNAME_Lot = "Lot"; /** Set Lot No. * Lot number (alphanumeric) */ public void setLot (String Lot); /** Get Lot No. * Lot number (alphanumeric) */ public String getLot(); /** Column name M_AttributeSetInstance_ID */ public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID"; /** Set Attribute Set Instance. * Product Attribute Set Instance */ public void setM_AttributeSetInstance_ID (int M_AttributeSetInstance_ID); /** Get Attribute Set Instance. * Product Attribute Set Instance */ public int getM_AttributeSetInstance_ID(); public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException; /** Column name M_Locator_ID */ public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; /** Set Locator. * Warehouse Locator */ public void setM_Locator_ID (int M_Locator_ID); /** Get Locator. * Warehouse Locator */ public int getM_Locator_ID(); public org.compiere.model.I_M_Locator getM_Locator() throws RuntimeException; /** Column name M_Product_ID */ public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; /** Set Product. * Product, Service, Item */ public void setM_Product_ID (int M_Product_ID); /** Get Product. * Product, Service, Item */ public int getM_Product_ID(); public org.compiere.model.I_M_Product getM_Product() throws RuntimeException; /** Column name Name */ public static final String COLUMNNAME_Name = "Name"; /** Set Name. * Alphanumeric identifier of the entity */ public void setName (String Name); /** Get Name. * Alphanumeric identifier of the entity */ public String getName(); /** Column name PostingType */ public static final String COLUMNNAME_PostingType = "PostingType"; /** Set Posting Type. * The type of posted amount for the transaction */ public void setPostingType (String PostingType); /** Get Posting Type. * The type of posted amount for the transaction */ public String getPostingType(); /** Column name Processed */ public static final String COLUMNNAME_Processed = "Processed"; /** Set Processed. * The document has been processed */ public void setProcessed (boolean Processed); /** Get Processed. * The document has been processed */ public boolean isProcessed(); /** Column name Processing */ public static final String COLUMNNAME_Processing = "Processing"; /** Set Process Now */ public void setProcessing (boolean Processing); /** Get Process Now */ public boolean isProcessing(); /** Column name SerNo */ public static final String COLUMNNAME_SerNo = "SerNo"; /** Set Serial No. * Product Serial Number */ public void setSerNo (String SerNo); /** Get Serial No. * Product Serial Number */ public String getSerNo(); /** Column name Updated */ public static final String COLUMNNAME_Updated = "Updated"; /** Get Updated. * Date this record was updated */ public Timestamp getUpdated(); /** Column name UpdatedBy */ public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; /** Get Updated By. * User who updated this records */ public int getUpdatedBy(); /** Column name UseLifeMonths */ public static final String COLUMNNAME_UseLifeMonths = "UseLifeMonths"; /** Set Usable Life - Months. * Months of the usable life of the asset */ public void setUseLifeMonths (int UseLifeMonths); /** Get Usable Life - Months. * Months of the usable life of the asset */ public int getUseLifeMonths(); /** Column name UseLifeYears */ public static final String COLUMNNAME_UseLifeYears = "UseLifeYears"; /** Set Usable Life - Years. * Years of the usable life of the asset */ public void setUseLifeYears (BigDecimal UseLifeYears); /** Get Usable Life - Years. * Years of the usable life of the asset */ public BigDecimal getUseLifeYears(); /** Column name UseUnits */ public static final String COLUMNNAME_UseUnits = "UseUnits"; /** Set Use units. * Currently used units of the assets */ public void setUseUnits (int UseUnits); /** Get Use units. * Currently used units of the assets */ public int getUseUnits(); /** Column name Value */ public static final String COLUMNNAME_Value = "Value"; /** Set Search Key. * Search key for the record in the format required - must be unique */ public void setValue (String Value); /** Get Search Key. * Search key for the record in the format required - must be unique */ public String getValue(); /** Column name VersionNo */ public static final String COLUMNNAME_VersionNo = "VersionNo"; /** Set Version No. * Version Number */ public void setVersionNo (String VersionNo); /** Get Version No. * Version Number */ public String getVersionNo(); }