Package org.compiere.model
Interface I_A_Asset_Info_Fin
-
- All Known Implementing Classes:
X_A_Asset_Info_Fin
public interface I_A_Asset_Info_FinGenerated Interface for A_Asset_Info_Fin- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_A_Asset_IDColumn name A_Asset_IDstatic StringCOLUMNNAME_A_Asset_Info_Fin_IDColumn name A_Asset_Info_Fin_IDstatic StringCOLUMNNAME_A_Asset_Info_Fin_UUColumn name A_Asset_Info_Fin_UUstatic StringCOLUMNNAME_A_Contract_DateColumn name A_Contract_Datestatic StringCOLUMNNAME_A_Due_OnColumn name A_Due_Onstatic StringCOLUMNNAME_A_Expired_DateColumn name A_Expired_Datestatic StringCOLUMNNAME_A_Finance_MethColumn name A_Finance_Methstatic StringCOLUMNNAME_A_Monthly_PaymentColumn name A_Monthly_Paymentstatic StringCOLUMNNAME_A_Purchase_OptionColumn name A_Purchase_Optionstatic StringCOLUMNNAME_A_Purchase_Option_CreditColumn name A_Purchase_Option_Creditstatic StringCOLUMNNAME_A_Purchase_Option_Credit_PerColumn name A_Purchase_Option_Credit_Perstatic StringCOLUMNNAME_A_Purchase_PriceColumn name A_Purchase_Pricestatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_BPartner_IDColumn name C_BPartner_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_TextMsgColumn name TextMsgstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=53132static StringTable_NameTableName=A_Asset_Info_Fin
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_A_AssetgetA_Asset()intgetA_Asset_ID()Get Asset.intgetA_Asset_Info_Fin_ID()Get Asset Info Financial IDStringgetA_Asset_Info_Fin_UU()Get A_Asset_Info_Fin_UUTimestampgetA_Contract_Date()Get Contract DateStringgetA_Due_On()Get Asset Due OnTimestampgetA_Expired_Date()Get Asset Expired DateStringgetA_Finance_Meth()Get Asset Finance MethodBigDecimalgetA_Monthly_Payment()Get Asset Monthly PaymentintgetA_Purchase_Option_Credit()Get Purchase Option CreditBigDecimalgetA_Purchase_Option_Credit_Per()Get Purchase Option Credit %BigDecimalgetA_Purchase_Price()Get Purchase PriceintgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_BPartnergetC_BPartner()intgetC_BPartner_ID()Get Business Partner.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetTextMsg()Get Text Message.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisA_Purchase_Option()Get Purchase OptionbooleanisActive()Get Active.booleanisProcessed()Get Processed.voidsetA_Asset_ID(int A_Asset_ID)Set Asset.voidsetA_Asset_Info_Fin_ID(int A_Asset_Info_Fin_ID)Set Asset Info Financial IDvoidsetA_Asset_Info_Fin_UU(String A_Asset_Info_Fin_UU)Set A_Asset_Info_Fin_UUvoidsetA_Contract_Date(Timestamp A_Contract_Date)Set Contract DatevoidsetA_Due_On(String A_Due_On)Set Asset Due OnvoidsetA_Expired_Date(Timestamp A_Expired_Date)Set Asset Expired DatevoidsetA_Finance_Meth(String A_Finance_Meth)Set Asset Finance MethodvoidsetA_Monthly_Payment(BigDecimal A_Monthly_Payment)Set Asset Monthly PaymentvoidsetA_Purchase_Option(boolean A_Purchase_Option)Set Purchase OptionvoidsetA_Purchase_Option_Credit(int A_Purchase_Option_Credit)Set Purchase Option CreditvoidsetA_Purchase_Option_Credit_Per(BigDecimal A_Purchase_Option_Credit_Per)Set Purchase Option Credit %voidsetA_Purchase_Price(BigDecimal A_Purchase_Price)Set Purchase PricevoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_BPartner_ID(int C_BPartner_ID)Set Business Partner.voidsetIsActive(boolean IsActive)Set Active.voidsetProcessed(boolean Processed)Set Processed.voidsetTextMsg(String TextMsg)Set Text Message.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=A_Asset_Info_Fin- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53132- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_A_Asset_ID
static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID- See Also:
- Constant Field Values
-
COLUMNNAME_A_Asset_Info_Fin_ID
static final String COLUMNNAME_A_Asset_Info_Fin_ID
Column name A_Asset_Info_Fin_ID- See Also:
- Constant Field Values
-
COLUMNNAME_A_Asset_Info_Fin_UU
static final String COLUMNNAME_A_Asset_Info_Fin_UU
Column name A_Asset_Info_Fin_UU- See Also:
- Constant Field Values
-
COLUMNNAME_A_Contract_Date
static final String COLUMNNAME_A_Contract_Date
Column name A_Contract_Date- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_A_Due_On
static final String COLUMNNAME_A_Due_On
Column name A_Due_On- See Also:
- Constant Field Values
-
COLUMNNAME_A_Expired_Date
static final String COLUMNNAME_A_Expired_Date
Column name A_Expired_Date- See Also:
- Constant Field Values
-
COLUMNNAME_A_Finance_Meth
static final String COLUMNNAME_A_Finance_Meth
Column name A_Finance_Meth- See Also:
- Constant Field Values
-
COLUMNNAME_A_Monthly_Payment
static final String COLUMNNAME_A_Monthly_Payment
Column name A_Monthly_Payment- See Also:
- Constant Field Values
-
COLUMNNAME_A_Purchase_Option
static final String COLUMNNAME_A_Purchase_Option
Column name A_Purchase_Option- See Also:
- Constant Field Values
-
COLUMNNAME_A_Purchase_Option_Credit
static final String COLUMNNAME_A_Purchase_Option_Credit
Column name A_Purchase_Option_Credit- See Also:
- Constant Field Values
-
COLUMNNAME_A_Purchase_Option_Credit_Per
static final String COLUMNNAME_A_Purchase_Option_Credit_Per
Column name A_Purchase_Option_Credit_Per- See Also:
- Constant Field Values
-
COLUMNNAME_A_Purchase_Price
static final String COLUMNNAME_A_Purchase_Price
Column name A_Purchase_Price- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_TextMsg
static final String COLUMNNAME_TextMsg
Column name TextMsg- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
setA_Asset_ID
void setA_Asset_ID(int A_Asset_ID)
Set Asset. Asset used internally or by customers
-
getA_Asset_ID
int getA_Asset_ID()
Get Asset. Asset used internally or by customers
-
getA_Asset
I_A_Asset getA_Asset() throws RuntimeException
- Throws:
RuntimeException
-
setA_Asset_Info_Fin_ID
void setA_Asset_Info_Fin_ID(int A_Asset_Info_Fin_ID)
Set Asset Info Financial ID
-
getA_Asset_Info_Fin_ID
int getA_Asset_Info_Fin_ID()
Get Asset Info Financial ID
-
setA_Asset_Info_Fin_UU
void setA_Asset_Info_Fin_UU(String A_Asset_Info_Fin_UU)
Set A_Asset_Info_Fin_UU
-
getA_Asset_Info_Fin_UU
String getA_Asset_Info_Fin_UU()
Get A_Asset_Info_Fin_UU
-
setA_Contract_Date
void setA_Contract_Date(Timestamp A_Contract_Date)
Set Contract Date
-
getA_Contract_Date
Timestamp getA_Contract_Date()
Get Contract Date
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setA_Due_On
void setA_Due_On(String A_Due_On)
Set Asset Due On
-
getA_Due_On
String getA_Due_On()
Get Asset Due On
-
setA_Expired_Date
void setA_Expired_Date(Timestamp A_Expired_Date)
Set Asset Expired Date
-
getA_Expired_Date
Timestamp getA_Expired_Date()
Get Asset Expired Date
-
setA_Finance_Meth
void setA_Finance_Meth(String A_Finance_Meth)
Set Asset Finance Method
-
getA_Finance_Meth
String getA_Finance_Meth()
Get Asset Finance Method
-
setA_Monthly_Payment
void setA_Monthly_Payment(BigDecimal A_Monthly_Payment)
Set Asset Monthly Payment
-
getA_Monthly_Payment
BigDecimal getA_Monthly_Payment()
Get Asset Monthly Payment
-
setA_Purchase_Option
void setA_Purchase_Option(boolean A_Purchase_Option)
Set Purchase Option
-
isA_Purchase_Option
boolean isA_Purchase_Option()
Get Purchase Option
-
setA_Purchase_Option_Credit
void setA_Purchase_Option_Credit(int A_Purchase_Option_Credit)
Set Purchase Option Credit
-
getA_Purchase_Option_Credit
int getA_Purchase_Option_Credit()
Get Purchase Option Credit
-
setA_Purchase_Option_Credit_Per
void setA_Purchase_Option_Credit_Per(BigDecimal A_Purchase_Option_Credit_Per)
Set Purchase Option Credit %
-
getA_Purchase_Option_Credit_Per
BigDecimal getA_Purchase_Option_Credit_Per()
Get Purchase Option Credit %
-
setA_Purchase_Price
void setA_Purchase_Price(BigDecimal A_Purchase_Price)
Set Purchase Price
-
getA_Purchase_Price
BigDecimal getA_Purchase_Price()
Get Purchase Price
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. Identifies a Business Partner
-
getC_BPartner_ID
int getC_BPartner_ID()
Get Business Partner. Identifies a Business Partner
-
getC_BPartner
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setTextMsg
void setTextMsg(String TextMsg)
Set Text Message. Text Message
-
getTextMsg
String getTextMsg()
Get Text Message. Text Message
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-