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_LicGenerated Interface for A_Asset_Info_Lic- 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_Lic_IDColumn name A_Asset_Info_Lic_IDstatic StringCOLUMNNAME_A_Asset_Info_Lic_UUColumn name A_Asset_Info_Lic_UUstatic StringCOLUMNNAME_A_Issuing_AgencyColumn name A_Issuing_Agencystatic StringCOLUMNNAME_A_License_FeeColumn name A_License_Feestatic StringCOLUMNNAME_A_License_NoColumn name A_License_Nostatic StringCOLUMNNAME_A_Renewal_DateColumn name A_Renewal_Datestatic StringCOLUMNNAME_A_StateColumn name A_Statestatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_TextColumn name Textstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=53134static StringTable_NameTableName=A_Asset_Info_Lic
-
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_Lic_ID()Get A_Asset_Info_Lic_IDStringgetA_Asset_Info_Lic_UU()Get A_Asset_Info_Lic_UUStringgetA_Issuing_Agency()Get Issuing AgencyBigDecimalgetA_License_Fee()Get Asset License FeeStringgetA_License_No()Get Asset License NoTimestampgetA_Renewal_Date()Get Asset Renewal DateStringgetA_State()Get Account State.intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetText()Get DescriptionTimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessed()Get 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.voidsetText(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
-
-