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_Fin
Generated Interface for A_Asset_Info_Fin- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_A_Asset_ID
Column name A_Asset_IDstatic String
COLUMNNAME_A_Asset_Info_Fin_ID
Column name A_Asset_Info_Fin_IDstatic String
COLUMNNAME_A_Asset_Info_Fin_UU
Column name A_Asset_Info_Fin_UUstatic String
COLUMNNAME_A_Contract_Date
Column name A_Contract_Datestatic String
COLUMNNAME_A_Due_On
Column name A_Due_Onstatic String
COLUMNNAME_A_Expired_Date
Column name A_Expired_Datestatic String
COLUMNNAME_A_Finance_Meth
Column name A_Finance_Methstatic String
COLUMNNAME_A_Monthly_Payment
Column name A_Monthly_Paymentstatic String
COLUMNNAME_A_Purchase_Option
Column name A_Purchase_Optionstatic String
COLUMNNAME_A_Purchase_Option_Credit
Column name A_Purchase_Option_Creditstatic String
COLUMNNAME_A_Purchase_Option_Credit_Per
Column name A_Purchase_Option_Credit_Perstatic String
COLUMNNAME_A_Purchase_Price
Column name A_Purchase_Pricestatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_TextMsg
Column name TextMsgstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53132static String
Table_Name
TableName=A_Asset_Info_Fin
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I_A_Asset
getA_Asset()
int
getA_Asset_ID()
Get Asset.int
getA_Asset_Info_Fin_ID()
Get Asset Info Financial IDString
getA_Asset_Info_Fin_UU()
Get A_Asset_Info_Fin_UUTimestamp
getA_Contract_Date()
Get Contract DateString
getA_Due_On()
Get Asset Due OnTimestamp
getA_Expired_Date()
Get Asset Expired DateString
getA_Finance_Meth()
Get Asset Finance MethodBigDecimal
getA_Monthly_Payment()
Get Asset Monthly Paymentint
getA_Purchase_Option_Credit()
Get Purchase Option CreditBigDecimal
getA_Purchase_Option_Credit_Per()
Get Purchase Option Credit %BigDecimal
getA_Purchase_Price()
Get Purchase Priceint
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getTextMsg()
Get Text Message.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isA_Purchase_Option()
Get Purchase Optionboolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.void
setA_Asset_ID(int A_Asset_ID)
Set Asset.void
setA_Asset_Info_Fin_ID(int A_Asset_Info_Fin_ID)
Set Asset Info Financial IDvoid
setA_Asset_Info_Fin_UU(String A_Asset_Info_Fin_UU)
Set A_Asset_Info_Fin_UUvoid
setA_Contract_Date(Timestamp A_Contract_Date)
Set Contract Datevoid
setA_Due_On(String A_Due_On)
Set Asset Due Onvoid
setA_Expired_Date(Timestamp A_Expired_Date)
Set Asset Expired Datevoid
setA_Finance_Meth(String A_Finance_Meth)
Set Asset Finance Methodvoid
setA_Monthly_Payment(BigDecimal A_Monthly_Payment)
Set Asset Monthly Paymentvoid
setA_Purchase_Option(boolean A_Purchase_Option)
Set Purchase Optionvoid
setA_Purchase_Option_Credit(int A_Purchase_Option_Credit)
Set Purchase Option Creditvoid
setA_Purchase_Option_Credit_Per(BigDecimal A_Purchase_Option_Credit_Per)
Set Purchase Option Credit %void
setA_Purchase_Price(BigDecimal A_Purchase_Price)
Set Purchase Pricevoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setIsActive(boolean IsActive)
Set Active.void
setProcessed(boolean Processed)
Set Processed.void
setTextMsg(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
-
-