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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name A_Asset_IDstatic final String
Column name A_Asset_Info_Lic_IDstatic final String
Column name A_Asset_Info_Lic_UUstatic final String
Column name A_Issuing_Agencystatic final String
Column name A_License_Feestatic final String
Column name A_License_Nostatic final String
Column name A_Renewal_Datestatic final String
Column name A_Statestatic 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 IsActivestatic final String
Column name Processedstatic final String
Column name Textstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53134static final String
TableName=A_Asset_Info_Lic -
Method Summary
Modifier and TypeMethodDescriptionint
Get Asset.int
Get A_Asset_Info_Lic_IDGet A_Asset_Info_Lic_UUGet Issuing AgencyGet Asset License FeeGet Asset License NoGet Asset Renewal DateGet Account State.int
Get Tenant.int
Get Organization.Get Created.int
Get Created By.getText()
Get DescriptionGet Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
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
Set Description
-
Field Details
-
Table_Name
TableName=A_Asset_Info_Lic- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53134- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_A_Asset_ID
Column name A_Asset_ID- See Also:
-
COLUMNNAME_A_Asset_Info_Lic_ID
Column name A_Asset_Info_Lic_ID- See Also:
-
COLUMNNAME_A_Asset_Info_Lic_UU
Column name A_Asset_Info_Lic_UU- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_A_Issuing_Agency
Column name A_Issuing_Agency- See Also:
-
COLUMNNAME_A_License_Fee
Column name A_License_Fee- See Also:
-
COLUMNNAME_A_License_No
Column name A_License_No- See Also:
-
COLUMNNAME_A_Renewal_Date
Column name A_Renewal_Date- See Also:
-
COLUMNNAME_A_State
Column name A_State- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- 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
-
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
- 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
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 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_Issuing_Agency
Set Issuing Agency -
getA_Issuing_Agency
String getA_Issuing_Agency()Get Issuing Agency -
setA_License_Fee
Set Asset License Fee -
getA_License_Fee
BigDecimal getA_License_Fee()Get Asset License Fee -
setA_License_No
Set Asset License No -
getA_License_No
String getA_License_No()Get Asset License No -
setA_Renewal_Date
Set Asset Renewal Date -
getA_Renewal_Date
Timestamp getA_Renewal_Date()Get Asset Renewal Date -
setA_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
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
-