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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 7 - System - Client - Orgstatic final String
Column name A_Depreciation_Forecast_IDstatic final String
Column name A_Depreciation_Forecast_UUstatic final String
Column name A_End_Asset_IDstatic final String
Column name A_Start_Asset_IDstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DateDocstatic final String
Column name IsActivestatic final String
Column name PostingTypestatic final String
Column name Processedstatic final String
Column name Processingstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53118static final String
TableName=A_Depreciation_Forecast -
Method Summary
Modifier and TypeMethodDescriptionint
Get Depreciation ForecastGet A_Depreciation_Forecast_UUint
Get To Assetint
Get From Assetint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.Get Document Date.Get Posting Type.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Processed.boolean
Get Process Nowvoid
setA_Depreciation_Forecast_ID
(int A_Depreciation_Forecast_ID) Set Depreciation Forecastvoid
setA_Depreciation_Forecast_UU
(String A_Depreciation_Forecast_UU) Set A_Depreciation_Forecast_UUvoid
setA_End_Asset_ID
(int A_End_Asset_ID) Set To Assetvoid
setA_Start_Asset_ID
(int A_Start_Asset_ID) Set From Assetvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setDateDoc
(Timestamp DateDoc) Set Document Date.void
setIsActive
(boolean IsActive) Set Active.void
setPostingType
(String PostingType) Set Posting Type.void
setProcessed
(boolean Processed) Set Processed.void
setProcessing
(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_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_AD_Org_ID
Column name AD_Org_ID- 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. -
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 -
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_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
- 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
- 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
-