Package org.compiere.model
Interface I_A_Asset_Info_Lic
-
- All Known Implementing Classes:
X_A_Asset_Info_Lic
public interface I_A_Asset_Info_Lic
Generated Interface for A_Asset_Info_Lic- 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_Lic_ID
Column name A_Asset_Info_Lic_IDstatic String
COLUMNNAME_A_Asset_Info_Lic_UU
Column name A_Asset_Info_Lic_UUstatic String
COLUMNNAME_A_Issuing_Agency
Column name A_Issuing_Agencystatic String
COLUMNNAME_A_License_Fee
Column name A_License_Feestatic String
COLUMNNAME_A_License_No
Column name A_License_Nostatic String
COLUMNNAME_A_Renewal_Date
Column name A_Renewal_Datestatic String
COLUMNNAME_A_State
Column name A_Statestatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_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_Text
Column name Textstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53134static String
Table_Name
TableName=A_Asset_Info_Lic
-
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_Lic_ID()
Get A_Asset_Info_Lic_IDString
getA_Asset_Info_Lic_UU()
Get A_Asset_Info_Lic_UUString
getA_Issuing_Agency()
Get Issuing AgencyBigDecimal
getA_License_Fee()
Get Asset License FeeString
getA_License_No()
Get Asset License NoTimestamp
getA_Renewal_Date()
Get Asset Renewal DateString
getA_State()
Get Account State.int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getText()
Get DescriptionTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.void
setA_Asset_ID(int A_Asset_ID)
Set Asset.void
setA_Asset_Info_Lic_ID(int A_Asset_Info_Lic_ID)
Set A_Asset_Info_Lic_IDvoid
setA_Asset_Info_Lic_UU(String A_Asset_Info_Lic_UU)
Set A_Asset_Info_Lic_UUvoid
setA_Issuing_Agency(String A_Issuing_Agency)
Set Issuing Agencyvoid
setA_License_Fee(BigDecimal A_License_Fee)
Set Asset License Feevoid
setA_License_No(String A_License_No)
Set Asset License Novoid
setA_Renewal_Date(Timestamp A_Renewal_Date)
Set Asset Renewal Datevoid
setA_State(String A_State)
Set Account State.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setIsActive(boolean IsActive)
Set Active.void
setProcessed(boolean Processed)
Set Processed.void
setText(String Text)
Set Description
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=A_Asset_Info_Lic- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53134- 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_Lic_ID
static final String COLUMNNAME_A_Asset_Info_Lic_ID
Column name A_Asset_Info_Lic_ID- See Also:
- Constant Field Values
-
COLUMNNAME_A_Asset_Info_Lic_UU
static final String COLUMNNAME_A_Asset_Info_Lic_UU
Column name A_Asset_Info_Lic_UU- 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_Issuing_Agency
static final String COLUMNNAME_A_Issuing_Agency
Column name A_Issuing_Agency- See Also:
- Constant Field Values
-
COLUMNNAME_A_License_Fee
static final String COLUMNNAME_A_License_Fee
Column name A_License_Fee- See Also:
- Constant Field Values
-
COLUMNNAME_A_License_No
static final String COLUMNNAME_A_License_No
Column name A_License_No- See Also:
- Constant Field Values
-
COLUMNNAME_A_Renewal_Date
static final String COLUMNNAME_A_Renewal_Date
Column name A_Renewal_Date- See Also:
- Constant Field Values
-
COLUMNNAME_A_State
static final String COLUMNNAME_A_State
Column name A_State- 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_Text
static final String COLUMNNAME_Text
Column name Text- 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_Lic_ID
void setA_Asset_Info_Lic_ID(int A_Asset_Info_Lic_ID)
Set A_Asset_Info_Lic_ID
-
getA_Asset_Info_Lic_ID
int getA_Asset_Info_Lic_ID()
Get A_Asset_Info_Lic_ID
-
setA_Asset_Info_Lic_UU
void setA_Asset_Info_Lic_UU(String A_Asset_Info_Lic_UU)
Set A_Asset_Info_Lic_UU
-
getA_Asset_Info_Lic_UU
String getA_Asset_Info_Lic_UU()
Get A_Asset_Info_Lic_UU
-
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_Issuing_Agency
void setA_Issuing_Agency(String A_Issuing_Agency)
Set Issuing Agency
-
getA_Issuing_Agency
String getA_Issuing_Agency()
Get Issuing Agency
-
setA_License_Fee
void setA_License_Fee(BigDecimal A_License_Fee)
Set Asset License Fee
-
getA_License_Fee
BigDecimal getA_License_Fee()
Get Asset License Fee
-
setA_License_No
void setA_License_No(String A_License_No)
Set Asset License No
-
getA_License_No
String getA_License_No()
Get Asset License No
-
setA_Renewal_Date
void setA_Renewal_Date(Timestamp A_Renewal_Date)
Set Asset Renewal Date
-
getA_Renewal_Date
Timestamp getA_Renewal_Date()
Get Asset Renewal Date
-
setA_State
void setA_State(String A_State)
Set Account State. State of the Credit Card or Account holder
-
getA_State
String getA_State()
Get Account State. State of the Credit Card or Account holder
-
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
-
setText
void setText(String Text)
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
-
-