Package org.compiere.model
Interface I_A_Depreciation
- All Known Implementing Classes:
MDepreciation,X_A_Depreciation
public interface I_A_Depreciation
Generated Interface for A_Depreciation
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 7 - System - Client - Orgstatic final StringColumn name A_Depreciation_IDstatic final StringColumn name A_Depreciation_UUstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DepreciationTypestatic final StringColumn name Descriptionstatic final StringColumn name IsActivestatic final StringColumn name Namestatic final StringColumn name Processedstatic final StringColumn name Textstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53112static final StringTableName=A_Depreciation -
Method Summary
Modifier and TypeMethodDescriptionintGet DepreciationGet A_Depreciation_UUintGet Tenant.intGet Organization.Get Created.intGet Created By.Get Depreciation TypeGet Description.getName()Get Name.getText()Get DescriptionGet Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Processed.voidsetA_Depreciation_ID(int A_Depreciation_ID) Set DepreciationvoidsetA_Depreciation_UU(String A_Depreciation_UU) Set A_Depreciation_UUvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetDepreciationType(String DepreciationType) Set Depreciation TypevoidsetDescription(String Description) Set Description.voidsetIsActive(boolean IsActive) Set Active.voidSet Name.voidsetProcessed(boolean Processed) Set Processed.voidSet Description
-
Field Details
-
Table_Name
TableName=A_Depreciation- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53112- 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_ID
Column name A_Depreciation_ID- See Also:
-
COLUMNNAME_A_Depreciation_UU
Column name A_Depreciation_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DepreciationType
Column name DepreciationType- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Text
Column name Text- 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_ID
void setA_Depreciation_ID(int A_Depreciation_ID) Set Depreciation -
getA_Depreciation_ID
int getA_Depreciation_ID()Get Depreciation -
setA_Depreciation_UU
Set A_Depreciation_UU -
getA_Depreciation_UU
String getA_Depreciation_UU()Get A_Depreciation_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDepreciationType
Set Depreciation Type -
getDepreciationType
String getDepreciationType()Get Depreciation Type -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
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 -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setText
Set Description -
getText
String getText()Get Description -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-