Adempiere 3.5.2a

org.compiere.model
Class X_A_Asset_Spread

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

public class X_A_Asset_Spread
extends PO
implements I_A_Asset_Spread, I_Persistent

Generated Model for A_Asset_Spread

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

Field Summary
 
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_Spread
accessLevel, COLUMNNAME_A_Asset_Spread_ID, COLUMNNAME_A_Asset_Spread_Type, COLUMNNAME_A_Period_1, COLUMNNAME_A_Period_10, COLUMNNAME_A_Period_11, COLUMNNAME_A_Period_12, COLUMNNAME_A_Period_13, COLUMNNAME_A_Period_14, COLUMNNAME_A_Period_2, COLUMNNAME_A_Period_3, COLUMNNAME_A_Period_4, COLUMNNAME_A_Period_5, COLUMNNAME_A_Period_6, COLUMNNAME_A_Period_7, COLUMNNAME_A_Period_8, COLUMNNAME_A_Period_9, COLUMNNAME_Description, Model, Table_ID, Table_Name
 
Constructor Summary
X_A_Asset_Spread(Properties ctx, int A_Asset_Spread_ID, String trxName)
          Standard Constructor
X_A_Asset_Spread(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getA_Asset_Spread_ID()
          Get A_Asset_Spread_ID.
 String getA_Asset_Spread_Type()
          Get A_Asset_Spread_Type.
 BigDecimal getA_Period_1()
          Get A_Period_1.
 BigDecimal getA_Period_10()
          Get A_Period_10.
 BigDecimal getA_Period_11()
          Get A_Period_11.
 BigDecimal getA_Period_12()
          Get A_Period_12.
 BigDecimal getA_Period_13()
          Get A_Period_13.
 BigDecimal getA_Period_14()
          Get A_Period_14.
 BigDecimal getA_Period_2()
          Get A_Period_2.
 BigDecimal getA_Period_3()
          Get A_Period_3.
 BigDecimal getA_Period_4()
          Get A_Period_4.
 BigDecimal getA_Period_5()
          Get A_Period_5.
 BigDecimal getA_Period_6()
          Get A_Period_6.
 BigDecimal getA_Period_7()
          Get A_Period_7.
 BigDecimal getA_Period_8()
          Get A_Period_8.
 BigDecimal getA_Period_9()
          Get A_Period_9.
 String getDescription()
          Get Description.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 void setA_Asset_Spread_ID(int A_Asset_Spread_ID)
          Set A_Asset_Spread_ID.
 void setA_Asset_Spread_Type(String A_Asset_Spread_Type)
          Set A_Asset_Spread_Type.
 void setA_Period_1(BigDecimal A_Period_1)
          Set A_Period_1.
 void setA_Period_10(BigDecimal A_Period_10)
          Set A_Period_10.
 void setA_Period_11(BigDecimal A_Period_11)
          Set A_Period_11.
 void setA_Period_12(BigDecimal A_Period_12)
          Set A_Period_12.
 void setA_Period_13(BigDecimal A_Period_13)
          Set A_Period_13.
 void setA_Period_14(BigDecimal A_Period_14)
          Set A_Period_14.
 void setA_Period_2(BigDecimal A_Period_2)
          Set A_Period_2.
 void setA_Period_3(BigDecimal A_Period_3)
          Set A_Period_3.
 void setA_Period_4(BigDecimal A_Period_4)
          Set A_Period_4.
 void setA_Period_5(BigDecimal A_Period_5)
          Set A_Period_5.
 void setA_Period_6(BigDecimal A_Period_6)
          Set A_Period_6.
 void setA_Period_7(BigDecimal A_Period_7)
          Set A_Period_7.
 void setA_Period_8(BigDecimal A_Period_8)
          Set A_Period_8.
 void setA_Period_9(BigDecimal A_Period_9)
          Set A_Period_9.
 void setDescription(String Description)
          Set Description.
 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
 

Constructor Detail

X_A_Asset_Spread

public X_A_Asset_Spread(Properties ctx,
                        int A_Asset_Spread_ID,
                        String trxName)
Standard Constructor


X_A_Asset_Spread

public X_A_Asset_Spread(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_Spread_ID

public void setA_Asset_Spread_ID(int A_Asset_Spread_ID)
Set A_Asset_Spread_ID.

Specified by:
setA_Asset_Spread_ID in interface I_A_Asset_Spread
Parameters:
A_Asset_Spread_ID - A_Asset_Spread_ID

getA_Asset_Spread_ID

public int getA_Asset_Spread_ID()
Get A_Asset_Spread_ID.

Specified by:
getA_Asset_Spread_ID in interface I_A_Asset_Spread
Returns:
A_Asset_Spread_ID

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setA_Asset_Spread_Type

public void setA_Asset_Spread_Type(String A_Asset_Spread_Type)
Set A_Asset_Spread_Type.

Specified by:
setA_Asset_Spread_Type in interface I_A_Asset_Spread
Parameters:
A_Asset_Spread_Type - A_Asset_Spread_Type

getA_Asset_Spread_Type

public String getA_Asset_Spread_Type()
Get A_Asset_Spread_Type.

Specified by:
getA_Asset_Spread_Type in interface I_A_Asset_Spread
Returns:
A_Asset_Spread_Type

setA_Period_1

public void setA_Period_1(BigDecimal A_Period_1)
Set A_Period_1.

Specified by:
setA_Period_1 in interface I_A_Asset_Spread
Parameters:
A_Period_1 - A_Period_1

getA_Period_1

public BigDecimal getA_Period_1()
Get A_Period_1.

Specified by:
getA_Period_1 in interface I_A_Asset_Spread
Returns:
A_Period_1

setA_Period_10

public void setA_Period_10(BigDecimal A_Period_10)
Set A_Period_10.

Specified by:
setA_Period_10 in interface I_A_Asset_Spread
Parameters:
A_Period_10 - A_Period_10

getA_Period_10

public BigDecimal getA_Period_10()
Get A_Period_10.

Specified by:
getA_Period_10 in interface I_A_Asset_Spread
Returns:
A_Period_10

setA_Period_11

public void setA_Period_11(BigDecimal A_Period_11)
Set A_Period_11.

Specified by:
setA_Period_11 in interface I_A_Asset_Spread
Parameters:
A_Period_11 - A_Period_11

getA_Period_11

public BigDecimal getA_Period_11()
Get A_Period_11.

Specified by:
getA_Period_11 in interface I_A_Asset_Spread
Returns:
A_Period_11

setA_Period_12

public void setA_Period_12(BigDecimal A_Period_12)
Set A_Period_12.

Specified by:
setA_Period_12 in interface I_A_Asset_Spread
Parameters:
A_Period_12 - A_Period_12

getA_Period_12

public BigDecimal getA_Period_12()
Get A_Period_12.

Specified by:
getA_Period_12 in interface I_A_Asset_Spread
Returns:
A_Period_12

setA_Period_13

public void setA_Period_13(BigDecimal A_Period_13)
Set A_Period_13.

Specified by:
setA_Period_13 in interface I_A_Asset_Spread
Parameters:
A_Period_13 - A_Period_13

getA_Period_13

public BigDecimal getA_Period_13()
Get A_Period_13.

Specified by:
getA_Period_13 in interface I_A_Asset_Spread
Returns:
A_Period_13

setA_Period_14

public void setA_Period_14(BigDecimal A_Period_14)
Set A_Period_14.

Specified by:
setA_Period_14 in interface I_A_Asset_Spread
Parameters:
A_Period_14 - A_Period_14

getA_Period_14

public BigDecimal getA_Period_14()
Get A_Period_14.

Specified by:
getA_Period_14 in interface I_A_Asset_Spread
Returns:
A_Period_14

setA_Period_2

public void setA_Period_2(BigDecimal A_Period_2)
Set A_Period_2.

Specified by:
setA_Period_2 in interface I_A_Asset_Spread
Parameters:
A_Period_2 - A_Period_2

getA_Period_2

public BigDecimal getA_Period_2()
Get A_Period_2.

Specified by:
getA_Period_2 in interface I_A_Asset_Spread
Returns:
A_Period_2

setA_Period_3

public void setA_Period_3(BigDecimal A_Period_3)
Set A_Period_3.

Specified by:
setA_Period_3 in interface I_A_Asset_Spread
Parameters:
A_Period_3 - A_Period_3

getA_Period_3

public BigDecimal getA_Period_3()
Get A_Period_3.

Specified by:
getA_Period_3 in interface I_A_Asset_Spread
Returns:
A_Period_3

setA_Period_4

public void setA_Period_4(BigDecimal A_Period_4)
Set A_Period_4.

Specified by:
setA_Period_4 in interface I_A_Asset_Spread
Parameters:
A_Period_4 - A_Period_4

getA_Period_4

public BigDecimal getA_Period_4()
Get A_Period_4.

Specified by:
getA_Period_4 in interface I_A_Asset_Spread
Returns:
A_Period_4

setA_Period_5

public void setA_Period_5(BigDecimal A_Period_5)
Set A_Period_5.

Specified by:
setA_Period_5 in interface I_A_Asset_Spread
Parameters:
A_Period_5 - A_Period_5

getA_Period_5

public BigDecimal getA_Period_5()
Get A_Period_5.

Specified by:
getA_Period_5 in interface I_A_Asset_Spread
Returns:
A_Period_5

setA_Period_6

public void setA_Period_6(BigDecimal A_Period_6)
Set A_Period_6.

Specified by:
setA_Period_6 in interface I_A_Asset_Spread
Parameters:
A_Period_6 - A_Period_6

getA_Period_6

public BigDecimal getA_Period_6()
Get A_Period_6.

Specified by:
getA_Period_6 in interface I_A_Asset_Spread
Returns:
A_Period_6

setA_Period_7

public void setA_Period_7(BigDecimal A_Period_7)
Set A_Period_7.

Specified by:
setA_Period_7 in interface I_A_Asset_Spread
Parameters:
A_Period_7 - A_Period_7

getA_Period_7

public BigDecimal getA_Period_7()
Get A_Period_7.

Specified by:
getA_Period_7 in interface I_A_Asset_Spread
Returns:
A_Period_7

setA_Period_8

public void setA_Period_8(BigDecimal A_Period_8)
Set A_Period_8.

Specified by:
setA_Period_8 in interface I_A_Asset_Spread
Parameters:
A_Period_8 - A_Period_8

getA_Period_8

public BigDecimal getA_Period_8()
Get A_Period_8.

Specified by:
getA_Period_8 in interface I_A_Asset_Spread
Returns:
A_Period_8

setA_Period_9

public void setA_Period_9(BigDecimal A_Period_9)
Set A_Period_9.

Specified by:
setA_Period_9 in interface I_A_Asset_Spread
Parameters:
A_Period_9 - A_Period_9

getA_Period_9

public BigDecimal getA_Period_9()
Get A_Period_9.

Specified by:
getA_Period_9 in interface I_A_Asset_Spread
Returns:
A_Period_9

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_A_Asset_Spread
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_A_Asset_Spread
Returns:
Optional short description of the record

Adempiere 3.5.2a

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