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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name A_Asset_IDstatic final StringColumn name A_Asset_Info_Lic_IDstatic final StringColumn name A_Asset_Info_Lic_UUstatic final StringColumn name A_Issuing_Agencystatic final StringColumn name A_License_Feestatic final StringColumn name A_License_Nostatic final StringColumn name A_Renewal_Datestatic final StringColumn name A_Statestatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name Processedstatic final StringColumn name Textstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53134static final StringTableName=A_Asset_Info_Lic -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intGet Asset.intGet A_Asset_Info_Lic_IDGet A_Asset_Info_Lic_UUGet Issuing AgencyGet Asset License FeeGet Asset License NoGet Asset Renewal DateGet Account State.intGet Tenant.intGet Organization.Get Created.intGet Created By.getText()Get DescriptionGet Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Processed.voidsetA_Asset_ID(int A_Asset_ID) Set Asset.voidsetA_Asset_Info_Lic_ID(int A_Asset_Info_Lic_ID) Set A_Asset_Info_Lic_IDvoidsetA_Asset_Info_Lic_UU(String A_Asset_Info_Lic_UU) Set A_Asset_Info_Lic_UUvoidsetA_Issuing_Agency(String A_Issuing_Agency) Set Issuing AgencyvoidsetA_License_Fee(BigDecimal A_License_Fee) Set Asset License FeevoidsetA_License_No(String A_License_No) Set Asset License NovoidsetA_Renewal_Date(Timestamp A_Renewal_Date) Set Asset Renewal DatevoidsetA_State(String A_State) Set Account State.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetIsActive(boolean IsActive) Set Active.voidsetProcessed(boolean Processed) Set Processed.voidSet 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_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
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_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
-
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_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
Deprecated.- 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 -
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
-