Adempiere 3.5.2a

org.compiere.model
Class X_AD_ChangeLog

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_ChangeLog
All Implemented Interfaces:
Serializable, Comparator, I_AD_ChangeLog, I_Persistent, Evaluatee
Direct Known Subclasses:
MChangeLog

public class X_AD_ChangeLog
extends PO
implements I_AD_ChangeLog, I_Persistent

Generated Model for AD_ChangeLog

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

Field Summary
static int EVENTCHANGELOG_AD_Reference_ID
          EventChangeLog AD_Reference_ID=53238
static String EVENTCHANGELOG_Delete
          Delete = D
static String EVENTCHANGELOG_Insert
          Insert = I
static String EVENTCHANGELOG_Update
          Update = U
 
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_AD_ChangeLog
accessLevel, COLUMNNAME_AD_ChangeLog_ID, COLUMNNAME_AD_Column_ID, COLUMNNAME_AD_Session_ID, COLUMNNAME_AD_Table_ID, COLUMNNAME_Description, COLUMNNAME_EventChangeLog, COLUMNNAME_IsCustomization, COLUMNNAME_NewValue, COLUMNNAME_OldValue, COLUMNNAME_Record_ID, COLUMNNAME_Redo, COLUMNNAME_TrxName, COLUMNNAME_Undo, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_ChangeLog(Properties ctx, int AD_ChangeLog_ID, String trxName)
          Standard Constructor
X_AD_ChangeLog(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAD_ChangeLog_ID()
          Get Change Log.
 int getAD_Column_ID()
          Get Column.
 I_AD_Column getAD_Column()
           
 int getAD_Session_ID()
          Get Session.
 I_AD_Session getAD_Session()
           
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 String getDescription()
          Get Description.
 String getEventChangeLog()
          Get Event Change Log.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 String getNewValue()
          Get New Value.
 String getOldValue()
          Get Old Value.
 int getRecord_ID()
          Get Record ID.
 String getRedo()
          Get Redo.
 String getTrxName()
          Get Transaction.
 String getUndo()
          Get Undo.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isCustomization()
          Get Customization.
 void setAD_ChangeLog_ID(int AD_ChangeLog_ID)
          Set Change Log.
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setAD_Session_ID(int AD_Session_ID)
          Set Session.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setDescription(String Description)
          Set Description.
 void setEventChangeLog(String EventChangeLog)
          Set Event Change Log.
 void setIsCustomization(boolean IsCustomization)
          Set Customization.
 void setNewValue(String NewValue)
          Set New Value.
 void setOldValue(String OldValue)
          Set Old Value.
 void setRecord_ID(int Record_ID)
          Set Record ID.
 void setRedo(String Redo)
          Set Redo.
 void setTrxName(String TrxName)
          Set Transaction.
 void setUndo(String Undo)
          Set Undo.
 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

EVENTCHANGELOG_AD_Reference_ID

public static final int EVENTCHANGELOG_AD_Reference_ID
EventChangeLog AD_Reference_ID=53238

See Also:
Constant Field Values

EVENTCHANGELOG_Insert

public static final String EVENTCHANGELOG_Insert
Insert = I

See Also:
Constant Field Values

EVENTCHANGELOG_Delete

public static final String EVENTCHANGELOG_Delete
Delete = D

See Also:
Constant Field Values

EVENTCHANGELOG_Update

public static final String EVENTCHANGELOG_Update
Update = U

See Also:
Constant Field Values
Constructor Detail

X_AD_ChangeLog

public X_AD_ChangeLog(Properties ctx,
                      int AD_ChangeLog_ID,
                      String trxName)
Standard Constructor


X_AD_ChangeLog

public X_AD_ChangeLog(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:
6 - System - Client

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

setAD_ChangeLog_ID

public void setAD_ChangeLog_ID(int AD_ChangeLog_ID)
Set Change Log.

Specified by:
setAD_ChangeLog_ID in interface I_AD_ChangeLog
Parameters:
AD_ChangeLog_ID - Log of data changes

getAD_ChangeLog_ID

public int getAD_ChangeLog_ID()
Get Change Log.

Specified by:
getAD_ChangeLog_ID in interface I_AD_ChangeLog
Returns:
Log of data changes

getAD_Column

public I_AD_Column getAD_Column()
                         throws Exception
Specified by:
getAD_Column in interface I_AD_ChangeLog
Throws:
Exception

setAD_Column_ID

public void setAD_Column_ID(int AD_Column_ID)
Set Column.

Specified by:
setAD_Column_ID in interface I_AD_ChangeLog
Parameters:
AD_Column_ID - Column in the table

getAD_Column_ID

public int getAD_Column_ID()
Get Column.

Specified by:
getAD_Column_ID in interface I_AD_ChangeLog
Returns:
Column in the table

getAD_Session

public I_AD_Session getAD_Session()
                           throws Exception
Specified by:
getAD_Session in interface I_AD_ChangeLog
Throws:
Exception

setAD_Session_ID

public void setAD_Session_ID(int AD_Session_ID)
Set Session.

Specified by:
setAD_Session_ID in interface I_AD_ChangeLog
Parameters:
AD_Session_ID - User Session Online or Web

getAD_Session_ID

public int getAD_Session_ID()
Get Session.

Specified by:
getAD_Session_ID in interface I_AD_ChangeLog
Returns:
User Session Online or Web

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

getAD_Table

public I_AD_Table getAD_Table()
                       throws Exception
Specified by:
getAD_Table in interface I_AD_ChangeLog
Throws:
Exception

setAD_Table_ID

public void setAD_Table_ID(int AD_Table_ID)
Set Table.

Specified by:
setAD_Table_ID in interface I_AD_ChangeLog
Parameters:
AD_Table_ID - Database Table information

getAD_Table_ID

public int getAD_Table_ID()
Get Table.

Specified by:
getAD_Table_ID in interface I_AD_ChangeLog
Returns:
Database Table information

setDescription

public void setDescription(String Description)
Set Description.

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

getDescription

public String getDescription()
Get Description.

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

setEventChangeLog

public void setEventChangeLog(String EventChangeLog)
Set Event Change Log.

Specified by:
setEventChangeLog in interface I_AD_ChangeLog
Parameters:
EventChangeLog - Type of Event in Change Log

getEventChangeLog

public String getEventChangeLog()
Get Event Change Log.

Specified by:
getEventChangeLog in interface I_AD_ChangeLog
Returns:
Type of Event in Change Log

setIsCustomization

public void setIsCustomization(boolean IsCustomization)
Set Customization.

Specified by:
setIsCustomization in interface I_AD_ChangeLog
Parameters:
IsCustomization - The change is a customization of the data dictionary and can be applied after Migration

isCustomization

public boolean isCustomization()
Get Customization.

Specified by:
isCustomization in interface I_AD_ChangeLog
Returns:
The change is a customization of the data dictionary and can be applied after Migration

setNewValue

public void setNewValue(String NewValue)
Set New Value.

Specified by:
setNewValue in interface I_AD_ChangeLog
Parameters:
NewValue - New field value

getNewValue

public String getNewValue()
Get New Value.

Specified by:
getNewValue in interface I_AD_ChangeLog
Returns:
New field value

setOldValue

public void setOldValue(String OldValue)
Set Old Value.

Specified by:
setOldValue in interface I_AD_ChangeLog
Parameters:
OldValue - The old file data

getOldValue

public String getOldValue()
Get Old Value.

Specified by:
getOldValue in interface I_AD_ChangeLog
Returns:
The old file data

setRecord_ID

public void setRecord_ID(int Record_ID)
Set Record ID.

Specified by:
setRecord_ID in interface I_AD_ChangeLog
Parameters:
Record_ID - Direct internal record ID

getRecord_ID

public int getRecord_ID()
Get Record ID.

Specified by:
getRecord_ID in interface I_AD_ChangeLog
Returns:
Direct internal record ID

setRedo

public void setRedo(String Redo)
Set Redo.

Specified by:
setRedo in interface I_AD_ChangeLog
Parameters:
Redo - Redo

getRedo

public String getRedo()
Get Redo.

Specified by:
getRedo in interface I_AD_ChangeLog
Returns:
Redo

setTrxName

public void setTrxName(String TrxName)
Set Transaction.

Specified by:
setTrxName in interface I_AD_ChangeLog
Parameters:
TrxName - Name of the transaction

getTrxName

public String getTrxName()
Get Transaction.

Specified by:
getTrxName in interface I_AD_ChangeLog
Returns:
Name of the transaction

setUndo

public void setUndo(String Undo)
Set Undo.

Specified by:
setUndo in interface I_AD_ChangeLog
Parameters:
Undo - Undo

getUndo

public String getUndo()
Get Undo.

Specified by:
getUndo in interface I_AD_ChangeLog
Returns:
Undo

Adempiere 3.5.2a

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