Package org.compiere.model
Interface I_A_Depreciation_Forecast
- All Known Implementing Classes:
X_A_Depreciation_Forecast
public interface I_A_Depreciation_Forecast
Generated Interface for A_Depreciation_Forecast
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 7 - System - Client - Orgstatic final StringColumn name A_Depreciation_Forecast_IDstatic final StringColumn name A_Depreciation_Forecast_UUstatic final StringColumn name A_End_Asset_IDstatic final StringColumn name A_Start_Asset_IDstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DateDocstatic final StringColumn name IsActivestatic final StringColumn name PostingTypestatic final StringColumn name Processedstatic final StringColumn name Processingstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53118static final StringTableName=A_Depreciation_Forecast -
Method Summary
Modifier and TypeMethodDescriptionintGet Depreciation ForecastGet A_Depreciation_Forecast_UUDeprecated.intGet To AssetDeprecated.intGet From AssetintGet Tenant.intGet Organization.Get Created.intGet Created By.Get Document Date.Get Posting Type.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Processed.booleanGet Process NowvoidsetA_Depreciation_Forecast_ID(int A_Depreciation_Forecast_ID) Set Depreciation ForecastvoidsetA_Depreciation_Forecast_UU(String A_Depreciation_Forecast_UU) Set A_Depreciation_Forecast_UUvoidsetA_End_Asset_ID(int A_End_Asset_ID) Set To AssetvoidsetA_Start_Asset_ID(int A_Start_Asset_ID) Set From AssetvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetDateDoc(Timestamp DateDoc) Set Document Date.voidsetIsActive(boolean IsActive) Set Active.voidsetPostingType(String PostingType) Set Posting Type.voidsetProcessed(boolean Processed) Set Processed.voidsetProcessing(boolean Processing) Set Process Now
-
Field Details
-
Table_Name
TableName=A_Depreciation_Forecast- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53118- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_A_Depreciation_Forecast_ID
Column name A_Depreciation_Forecast_ID- See Also:
-
COLUMNNAME_A_Depreciation_Forecast_UU
Column name A_Depreciation_Forecast_UU- See Also:
-
COLUMNNAME_A_End_Asset_ID
Column name A_End_Asset_ID- See Also:
-
COLUMNNAME_A_Start_Asset_ID
Column name A_Start_Asset_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateDoc
Column name DateDoc- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_PostingType
Column name PostingType- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setA_Depreciation_Forecast_ID
void setA_Depreciation_Forecast_ID(int A_Depreciation_Forecast_ID) Set Depreciation Forecast -
getA_Depreciation_Forecast_ID
int getA_Depreciation_Forecast_ID()Get Depreciation Forecast -
setA_Depreciation_Forecast_UU
Set A_Depreciation_Forecast_UU -
getA_Depreciation_Forecast_UU
String getA_Depreciation_Forecast_UU()Get A_Depreciation_Forecast_UU -
setA_End_Asset_ID
void setA_End_Asset_ID(int A_End_Asset_ID) Set To Asset -
getA_End_Asset_ID
int getA_End_Asset_ID()Get To Asset -
getA_End_Asset
Deprecated.- Throws:
RuntimeException
-
setA_Start_Asset_ID
void setA_Start_Asset_ID(int A_Start_Asset_ID) Set From Asset -
getA_Start_Asset_ID
int getA_Start_Asset_ID()Get From Asset -
getA_Start_Asset
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateDoc
Set Document Date. Date of the Document -
getDateDoc
Timestamp getDateDoc()Get Document Date. Date of the Document -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setPostingType
Set Posting Type. The type of posted amount for the transaction -
getPostingType
String getPostingType()Get Posting Type. The type of posted amount for the transaction -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-