Package org.compiere.model
Interface I_A_Asset_Info_Tax
- All Known Implementing Classes:
X_A_Asset_Info_Tax
public interface I_A_Asset_Info_Tax
Generated Interface for A_Asset_Info_Tax
- 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_Tax_IDstatic final String
Column name A_Asset_Info_Tax_UUstatic final String
Column name A_Finance_Methstatic final String
Column name A_Investment_CRstatic final String
Column name A_New_Usedstatic final String
Column name A_Statestatic final String
Column name A_Tax_Entitystatic 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 TextMsgstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53131static final String
TableName=A_Asset_Info_Tax -
Method Summary
Modifier and TypeMethodDescriptionint
Get Asset.int
Get Asset Info TaxGet A_Asset_Info_Tax_UUGet Asset Finance Methodint
Get Asset Investment CRGet Account State.Get Asset Tax Entityint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.Get Text Message.Get Updated.int
Get Updated By.boolean
Get Asset New Usedboolean
isActive()
Get Active.void
setA_Asset_ID
(int A_Asset_ID) Set Asset.void
setA_Asset_Info_Tax_ID
(int A_Asset_Info_Tax_ID) Set Asset Info Taxvoid
setA_Asset_Info_Tax_UU
(String A_Asset_Info_Tax_UU) Set A_Asset_Info_Tax_UUvoid
setA_Finance_Meth
(String A_Finance_Meth) Set Asset Finance Methodvoid
setA_Investment_CR
(int A_Investment_CR) Set Asset Investment CRvoid
setA_New_Used
(boolean A_New_Used) Set Asset New Usedvoid
setA_State
(String A_State) Set Account State.void
setA_Tax_Entity
(String A_Tax_Entity) Set Asset Tax Entityvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setIsActive
(boolean IsActive) Set Active.void
setTextMsg
(String TextMsg) Set Text Message.
-
Field Details
-
Table_Name
TableName=A_Asset_Info_Tax- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53131- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_A_Asset_ID
Column name A_Asset_ID- See Also:
-
COLUMNNAME_A_Asset_Info_Tax_ID
Column name A_Asset_Info_Tax_ID- See Also:
-
COLUMNNAME_A_Asset_Info_Tax_UU
Column name A_Asset_Info_Tax_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_Finance_Meth
Column name A_Finance_Meth- See Also:
-
COLUMNNAME_A_Investment_CR
Column name A_Investment_CR- See Also:
-
COLUMNNAME_A_New_Used
Column name A_New_Used- See Also:
-
COLUMNNAME_A_State
Column name A_State- See Also:
-
COLUMNNAME_A_Tax_Entity
Column name A_Tax_Entity- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_TextMsg
Column name TextMsg- 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 -
setA_Asset_Info_Tax_ID
void setA_Asset_Info_Tax_ID(int A_Asset_Info_Tax_ID) Set Asset Info Tax -
getA_Asset_Info_Tax_ID
int getA_Asset_Info_Tax_ID()Get Asset Info Tax -
setA_Asset_Info_Tax_UU
Set A_Asset_Info_Tax_UU -
getA_Asset_Info_Tax_UU
String getA_Asset_Info_Tax_UU()Get A_Asset_Info_Tax_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_Finance_Meth
Set Asset Finance Method -
getA_Finance_Meth
String getA_Finance_Meth()Get Asset Finance Method -
setA_Investment_CR
void setA_Investment_CR(int A_Investment_CR) Set Asset Investment CR -
getA_Investment_CR
int getA_Investment_CR()Get Asset Investment CR -
setA_New_Used
void setA_New_Used(boolean A_New_Used) Set Asset New Used -
isA_New_Used
boolean isA_New_Used()Get Asset New Used -
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 -
setA_Tax_Entity
Set Asset Tax Entity -
getA_Tax_Entity
String getA_Tax_Entity()Get Asset Tax Entity -
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 -
setTextMsg
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
-