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 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_Tax_IDstatic final StringColumn name A_Asset_Info_Tax_UUstatic final StringColumn name A_Finance_Methstatic final StringColumn name A_Investment_CRstatic final StringColumn name A_New_Usedstatic final StringColumn name A_Statestatic final StringColumn name A_Tax_Entitystatic 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 TextMsgstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53131static final StringTableName=A_Asset_Info_Tax -
Method Summary
Modifier and TypeMethodDescriptionintGet Asset.intGet Asset Info TaxGet A_Asset_Info_Tax_UUGet Asset Finance MethodintGet Asset Investment CRGet Account State.Get Asset Tax EntityintGet Tenant.intGet Organization.Get Created.intGet Created By.Get Text Message.Get Updated.intGet Updated By.booleanGet Asset New UsedbooleanisActive()Get Active.voidsetA_Asset_ID(int A_Asset_ID) Set Asset.voidsetA_Asset_Info_Tax_ID(int A_Asset_Info_Tax_ID) Set Asset Info TaxvoidsetA_Asset_Info_Tax_UU(String A_Asset_Info_Tax_UU) Set A_Asset_Info_Tax_UUvoidsetA_Finance_Meth(String A_Finance_Meth) Set Asset Finance MethodvoidsetA_Investment_CR(int A_Investment_CR) Set Asset Investment CRvoidsetA_New_Used(boolean A_New_Used) Set Asset New UsedvoidsetA_State(String A_State) Set Account State.voidsetA_Tax_Entity(String A_Tax_Entity) Set Asset Tax EntityvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetIsActive(boolean IsActive) Set Active.voidsetTextMsg(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_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_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_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
-
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 -
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 -
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
-