Adempiere 3.5.2a

org.compiere.model
Class X_A_Asset_Disposed

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

public class X_A_Asset_Disposed
extends PO
implements I_A_Asset_Disposed, I_Persistent

Generated Model for A_Asset_Disposed

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

Field Summary
static int A_ASSET_TRADE_ID_AD_Reference_ID
          A_Asset_Trade_ID AD_Reference_ID=53258
static int A_DISPOSED_METHOD_AD_Reference_ID
          A_Disposed_Method AD_Reference_ID=53270
static String A_DISPOSED_METHOD_Cash
          Cash = C
static String A_DISPOSED_METHOD_Simple
          Simple = S
static String A_DISPOSED_METHOD_Trade
          Trade = T1
static String A_DISPOSED_METHOD_TradeWCash
          Trade w/cash = T2
static int A_DISPOSED_REASON_AD_Reference_ID
          A_Disposed_Reason AD_Reference_ID=53269
static String A_DISPOSED_REASON_Charity
          Charity = C
static String A_DISPOSED_REASON_Destroyed
          Destroyed = D
static String A_DISPOSED_REASON_Scraped
          Scraped = S
static String A_DISPOSED_REASON_Sold
          Sold = S1
static String A_DISPOSED_REASON_SoldWTrade
          Sold w/Trade = S2
static String A_DISPOSED_REASON_Theft
          Theft = T
static int C_PERIOD_ID_AD_Reference_ID
          C_Period_ID AD_Reference_ID=233
 
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_Disposed
accessLevel, COLUMNNAME_A_Asset_Disposed_ID, COLUMNNAME_A_Asset_ID, COLUMNNAME_A_Asset_Trade_ID, COLUMNNAME_A_Disposed_Date, COLUMNNAME_A_Disposed_Method, COLUMNNAME_A_Disposed_Reason, COLUMNNAME_A_Proceeds, COLUMNNAME_C_Period_ID, COLUMNNAME_DateAcct, COLUMNNAME_DateDoc, COLUMNNAME_Processed, COLUMNNAME_Processing, Model, Table_ID, Table_Name
 
Constructor Summary
X_A_Asset_Disposed(Properties ctx, int A_Asset_Disposed_ID, String trxName)
          Standard Constructor
X_A_Asset_Disposed(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getA_Asset_Disposed_ID()
          Get A_Asset_Disposed_ID.
 int getA_Asset_ID()
          Get Asset.
 int getA_Asset_Trade_ID()
          Get A_Asset_Trade_ID.
 Timestamp getA_Disposed_Date()
          Get A_Disposed_Date.
 String getA_Disposed_Method()
          Get A_Disposed_Method.
 String getA_Disposed_Reason()
          Get A_Disposed_Reason.
 BigDecimal getA_Proceeds()
          Get A_Proceeds.
 int getC_Period_ID()
          Get Period.
 Timestamp getDateAcct()
          Get Account Date.
 Timestamp getDateDoc()
          Get Document Date.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now.
 void setA_Asset_Disposed_ID(int A_Asset_Disposed_ID)
          Set A_Asset_Disposed_ID.
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setA_Asset_Trade_ID(int A_Asset_Trade_ID)
          Set A_Asset_Trade_ID.
 void setA_Disposed_Date(Timestamp A_Disposed_Date)
          Set A_Disposed_Date.
 void setA_Disposed_Method(String A_Disposed_Method)
          Set A_Disposed_Method.
 void setA_Disposed_Reason(String A_Disposed_Reason)
          Set A_Disposed_Reason.
 void setA_Proceeds(BigDecimal A_Proceeds)
          Set A_Proceeds.
 void setC_Period_ID(int C_Period_ID)
          Set Period.
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDateDoc(Timestamp DateDoc)
          Set Document Date.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now.
 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_ASSET_TRADE_ID_AD_Reference_ID

public static final int A_ASSET_TRADE_ID_AD_Reference_ID
A_Asset_Trade_ID AD_Reference_ID=53258

See Also:
Constant Field Values

A_DISPOSED_METHOD_AD_Reference_ID

public static final int A_DISPOSED_METHOD_AD_Reference_ID
A_Disposed_Method AD_Reference_ID=53270

See Also:
Constant Field Values

A_DISPOSED_METHOD_Cash

public static final String A_DISPOSED_METHOD_Cash
Cash = C

See Also:
Constant Field Values

A_DISPOSED_METHOD_Simple

public static final String A_DISPOSED_METHOD_Simple
Simple = S

See Also:
Constant Field Values

A_DISPOSED_METHOD_Trade

public static final String A_DISPOSED_METHOD_Trade
Trade = T1

See Also:
Constant Field Values

A_DISPOSED_METHOD_TradeWCash

public static final String A_DISPOSED_METHOD_TradeWCash
Trade w/cash = T2

See Also:
Constant Field Values

A_DISPOSED_REASON_AD_Reference_ID

public static final int A_DISPOSED_REASON_AD_Reference_ID
A_Disposed_Reason AD_Reference_ID=53269

See Also:
Constant Field Values

A_DISPOSED_REASON_Charity

public static final String A_DISPOSED_REASON_Charity
Charity = C

See Also:
Constant Field Values

A_DISPOSED_REASON_Destroyed

public static final String A_DISPOSED_REASON_Destroyed
Destroyed = D

See Also:
Constant Field Values

A_DISPOSED_REASON_Scraped

public static final String A_DISPOSED_REASON_Scraped
Scraped = S

See Also:
Constant Field Values

A_DISPOSED_REASON_Sold

public static final String A_DISPOSED_REASON_Sold
Sold = S1

See Also:
Constant Field Values

A_DISPOSED_REASON_SoldWTrade

public static final String A_DISPOSED_REASON_SoldWTrade
Sold w/Trade = S2

See Also:
Constant Field Values

A_DISPOSED_REASON_Theft

public static final String A_DISPOSED_REASON_Theft
Theft = T

See Also:
Constant Field Values

C_PERIOD_ID_AD_Reference_ID

public static final int C_PERIOD_ID_AD_Reference_ID
C_Period_ID AD_Reference_ID=233

See Also:
Constant Field Values
Constructor Detail

X_A_Asset_Disposed

public X_A_Asset_Disposed(Properties ctx,
                          int A_Asset_Disposed_ID,
                          String trxName)
Standard Constructor


X_A_Asset_Disposed

public X_A_Asset_Disposed(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_Disposed_ID

public void setA_Asset_Disposed_ID(int A_Asset_Disposed_ID)
Set A_Asset_Disposed_ID.

Specified by:
setA_Asset_Disposed_ID in interface I_A_Asset_Disposed
Parameters:
A_Asset_Disposed_ID - A_Asset_Disposed_ID

getA_Asset_Disposed_ID

public int getA_Asset_Disposed_ID()
Get A_Asset_Disposed_ID.

Specified by:
getA_Asset_Disposed_ID in interface I_A_Asset_Disposed
Returns:
A_Asset_Disposed_ID

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setA_Asset_ID

public void setA_Asset_ID(int A_Asset_ID)
Set Asset.

Specified by:
setA_Asset_ID in interface I_A_Asset_Disposed
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_Disposed
Returns:
Asset used internally or by customers

setA_Asset_Trade_ID

public void setA_Asset_Trade_ID(int A_Asset_Trade_ID)
Set A_Asset_Trade_ID.

Specified by:
setA_Asset_Trade_ID in interface I_A_Asset_Disposed
Parameters:
A_Asset_Trade_ID - A_Asset_Trade_ID

getA_Asset_Trade_ID

public int getA_Asset_Trade_ID()
Get A_Asset_Trade_ID.

Specified by:
getA_Asset_Trade_ID in interface I_A_Asset_Disposed
Returns:
A_Asset_Trade_ID

setA_Disposed_Date

public void setA_Disposed_Date(Timestamp A_Disposed_Date)
Set A_Disposed_Date.

Specified by:
setA_Disposed_Date in interface I_A_Asset_Disposed
Parameters:
A_Disposed_Date - A_Disposed_Date

getA_Disposed_Date

public Timestamp getA_Disposed_Date()
Get A_Disposed_Date.

Specified by:
getA_Disposed_Date in interface I_A_Asset_Disposed
Returns:
A_Disposed_Date

setA_Disposed_Method

public void setA_Disposed_Method(String A_Disposed_Method)
Set A_Disposed_Method.

Specified by:
setA_Disposed_Method in interface I_A_Asset_Disposed
Parameters:
A_Disposed_Method - A_Disposed_Method

getA_Disposed_Method

public String getA_Disposed_Method()
Get A_Disposed_Method.

Specified by:
getA_Disposed_Method in interface I_A_Asset_Disposed
Returns:
A_Disposed_Method

setA_Disposed_Reason

public void setA_Disposed_Reason(String A_Disposed_Reason)
Set A_Disposed_Reason.

Specified by:
setA_Disposed_Reason in interface I_A_Asset_Disposed
Parameters:
A_Disposed_Reason - A_Disposed_Reason

getA_Disposed_Reason

public String getA_Disposed_Reason()
Get A_Disposed_Reason.

Specified by:
getA_Disposed_Reason in interface I_A_Asset_Disposed
Returns:
A_Disposed_Reason

setA_Proceeds

public void setA_Proceeds(BigDecimal A_Proceeds)
Set A_Proceeds.

Specified by:
setA_Proceeds in interface I_A_Asset_Disposed
Parameters:
A_Proceeds - A_Proceeds

getA_Proceeds

public BigDecimal getA_Proceeds()
Get A_Proceeds.

Specified by:
getA_Proceeds in interface I_A_Asset_Disposed
Returns:
A_Proceeds

setC_Period_ID

public void setC_Period_ID(int C_Period_ID)
Set Period.

Specified by:
setC_Period_ID in interface I_A_Asset_Disposed
Parameters:
C_Period_ID - Period of the Calendar

getC_Period_ID

public int getC_Period_ID()
Get Period.

Specified by:
getC_Period_ID in interface I_A_Asset_Disposed
Returns:
Period of the Calendar

setDateAcct

public void setDateAcct(Timestamp DateAcct)
Set Account Date.

Specified by:
setDateAcct in interface I_A_Asset_Disposed
Parameters:
DateAcct - Accounting Date

getDateAcct

public Timestamp getDateAcct()
Get Account Date.

Specified by:
getDateAcct in interface I_A_Asset_Disposed
Returns:
Accounting Date

setDateDoc

public void setDateDoc(Timestamp DateDoc)
Set Document Date.

Specified by:
setDateDoc in interface I_A_Asset_Disposed
Parameters:
DateDoc - Date of the Document

getDateDoc

public Timestamp getDateDoc()
Get Document Date.

Specified by:
getDateDoc in interface I_A_Asset_Disposed
Returns:
Date of the Document

setProcessed

public void setProcessed(boolean Processed)
Set Processed.

Specified by:
setProcessed in interface I_A_Asset_Disposed
Parameters:
Processed - The document has been processed

isProcessed

public boolean isProcessed()
Get Processed.

Specified by:
isProcessed in interface I_A_Asset_Disposed
Returns:
The document has been processed

setProcessing

public void setProcessing(boolean Processing)
Set Process Now.

Specified by:
setProcessing in interface I_A_Asset_Disposed
Parameters:
Processing - Process Now

isProcessing

public boolean isProcessing()
Get Process Now.

Specified by:
isProcessing in interface I_A_Asset_Disposed
Returns:
Process Now

Adempiere 3.5.2a

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