Adempiere 3.5.2a

org.compiere.model
Class X_A_Asset_Info_Tax

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_A_Asset_Info_Tax
All Implemented Interfaces:
Serializable, Comparator, I_A_Asset_Info_Tax, I_Persistent, Evaluatee

public class X_A_Asset_Info_Tax
extends PO
implements I_A_Asset_Info_Tax, I_Persistent

Generated Model for A_Asset_Info_Tax

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int A_FINANCE_METH_AD_Reference_ID
          A_Finance_Meth AD_Reference_ID=53271
static String A_FINANCE_METH_CapitalizedLease
          Capitalized Lease = CL
static String A_FINANCE_METH_Non_CapitalizedLease
          Non-Capitalized Lease = NL
static String A_FINANCE_METH_Owned
          Owned = OW
static String A_FINANCE_METH_Rented
          Rented = RE
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_A_Asset_Info_Tax
accessLevel, COLUMNNAME_A_Asset_ID, COLUMNNAME_A_Asset_Info_Tax_ID, COLUMNNAME_A_Finance_Meth, COLUMNNAME_A_Investment_CR, COLUMNNAME_A_New_Used, COLUMNNAME_A_State, COLUMNNAME_A_Tax_Entity, COLUMNNAME_TextMsg, Model, Table_ID, Table_Name
 
Constructor Summary
X_A_Asset_Info_Tax(Properties ctx, int A_Asset_Info_Tax_ID, String trxName)
          Standard Constructor
X_A_Asset_Info_Tax(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getA_Asset_ID()
          Get Asset.
 int getA_Asset_Info_Tax_ID()
          Get A_Asset_Info_Tax_ID.
 String getA_Finance_Meth()
          Get A_Finance_Meth.
 int getA_Investment_CR()
          Get A_Investment_CR.
 String getA_State()
          Get Account State.
 String getA_Tax_Entity()
          Get A_Tax_Entity.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 String getTextMsg()
          Get Text Message.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isA_New_Used()
          Get A_New_Used.
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setA_Asset_Info_Tax_ID(int A_Asset_Info_Tax_ID)
          Set A_Asset_Info_Tax_ID.
 void setA_Finance_Meth(String A_Finance_Meth)
          Set A_Finance_Meth.
 void setA_Investment_CR(int A_Investment_CR)
          Set A_Investment_CR.
 void setA_New_Used(boolean A_New_Used)
          Set A_New_Used.
 void setA_State(String A_State)
          Set Account State.
 void setA_Tax_Entity(String A_Tax_Entity)
          Set A_Tax_Entity.
 void setTextMsg(String TextMsg)
          Set Text Message.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

A_FINANCE_METH_AD_Reference_ID

public static final int A_FINANCE_METH_AD_Reference_ID
A_Finance_Meth AD_Reference_ID=53271

See Also:
Constant Field Values

A_FINANCE_METH_CapitalizedLease

public static final String A_FINANCE_METH_CapitalizedLease
Capitalized Lease = CL

See Also:
Constant Field Values

A_FINANCE_METH_Non_CapitalizedLease

public static final String A_FINANCE_METH_Non_CapitalizedLease
Non-Capitalized Lease = NL

See Also:
Constant Field Values

A_FINANCE_METH_Owned

public static final String A_FINANCE_METH_Owned
Owned = OW

See Also:
Constant Field Values

A_FINANCE_METH_Rented

public static final String A_FINANCE_METH_Rented
Rented = RE

See Also:
Constant Field Values
Constructor Detail

X_A_Asset_Info_Tax

public X_A_Asset_Info_Tax(Properties ctx,
                          int A_Asset_Info_Tax_ID,
                          String trxName)
Standard Constructor


X_A_Asset_Info_Tax

public X_A_Asset_Info_Tax(Properties ctx,
                          ResultSet rs,
                          String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
7 - System - Client - Org

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

setA_Asset_ID

public void setA_Asset_ID(int A_Asset_ID)
Set Asset.

Specified by:
setA_Asset_ID in interface I_A_Asset_Info_Tax
Parameters:
A_Asset_ID - Asset used internally or by customers

getA_Asset_ID

public int getA_Asset_ID()
Get Asset.

Specified by:
getA_Asset_ID in interface I_A_Asset_Info_Tax
Returns:
Asset used internally or by customers

setA_Asset_Info_Tax_ID

public void setA_Asset_Info_Tax_ID(int A_Asset_Info_Tax_ID)
Set A_Asset_Info_Tax_ID.

Specified by:
setA_Asset_Info_Tax_ID in interface I_A_Asset_Info_Tax
Parameters:
A_Asset_Info_Tax_ID - A_Asset_Info_Tax_ID

getA_Asset_Info_Tax_ID

public int getA_Asset_Info_Tax_ID()
Get A_Asset_Info_Tax_ID.

Specified by:
getA_Asset_Info_Tax_ID in interface I_A_Asset_Info_Tax
Returns:
A_Asset_Info_Tax_ID

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setA_Finance_Meth

public void setA_Finance_Meth(String A_Finance_Meth)
Set A_Finance_Meth.

Specified by:
setA_Finance_Meth in interface I_A_Asset_Info_Tax
Parameters:
A_Finance_Meth - A_Finance_Meth

getA_Finance_Meth

public String getA_Finance_Meth()
Get A_Finance_Meth.

Specified by:
getA_Finance_Meth in interface I_A_Asset_Info_Tax
Returns:
A_Finance_Meth

setA_Investment_CR

public void setA_Investment_CR(int A_Investment_CR)
Set A_Investment_CR.

Specified by:
setA_Investment_CR in interface I_A_Asset_Info_Tax
Parameters:
A_Investment_CR - A_Investment_CR

getA_Investment_CR

public int getA_Investment_CR()
Get A_Investment_CR.

Specified by:
getA_Investment_CR in interface I_A_Asset_Info_Tax
Returns:
A_Investment_CR

setA_New_Used

public void setA_New_Used(boolean A_New_Used)
Set A_New_Used.

Specified by:
setA_New_Used in interface I_A_Asset_Info_Tax
Parameters:
A_New_Used - A_New_Used

isA_New_Used

public boolean isA_New_Used()
Get A_New_Used.

Specified by:
isA_New_Used in interface I_A_Asset_Info_Tax
Returns:
A_New_Used

setA_State

public void setA_State(String A_State)
Set Account State.

Specified by:
setA_State in interface I_A_Asset_Info_Tax
Parameters:
A_State - State of the Credit Card or Account holder

getA_State

public String getA_State()
Get Account State.

Specified by:
getA_State in interface I_A_Asset_Info_Tax
Returns:
State of the Credit Card or Account holder

setA_Tax_Entity

public void setA_Tax_Entity(String A_Tax_Entity)
Set A_Tax_Entity.

Specified by:
setA_Tax_Entity in interface I_A_Asset_Info_Tax
Parameters:
A_Tax_Entity - A_Tax_Entity

getA_Tax_Entity

public String getA_Tax_Entity()
Get A_Tax_Entity.

Specified by:
getA_Tax_Entity in interface I_A_Asset_Info_Tax
Returns:
A_Tax_Entity

setTextMsg

public void setTextMsg(String TextMsg)
Set Text Message.

Specified by:
setTextMsg in interface I_A_Asset_Info_Tax
Parameters:
TextMsg - Text Message

getTextMsg

public String getTextMsg()
Get Text Message.

Specified by:
getTextMsg in interface I_A_Asset_Info_Tax
Returns:
Text Message

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.