Class X_AD_ChangeLog

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_ChangeLog
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, 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 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • 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, int AD_ChangeLog_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_ChangeLog

      public X_AD_ChangeLog(Properties ctx, String AD_ChangeLog_UU, String trxName)
      Standard Constructor
    • X_AD_ChangeLog

      public X_AD_ChangeLog(Properties ctx, String AD_ChangeLog_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_ChangeLog

      public X_AD_ChangeLog(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • 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:
      Meta data of PO
    • 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
    • setAD_ChangeLog_UU

      public void setAD_ChangeLog_UU(String AD_ChangeLog_UU)
      Set AD_ChangeLog_UU.
      Specified by:
      setAD_ChangeLog_UU in interface I_AD_ChangeLog
      Parameters:
      AD_ChangeLog_UU - AD_ChangeLog_UU
    • getAD_ChangeLog_UU

      public String getAD_ChangeLog_UU()
      Get AD_ChangeLog_UU.
      Specified by:
      getAD_ChangeLog_UU in interface I_AD_ChangeLog
      Returns:
      AD_ChangeLog_UU
    • getAD_Column

      public I_AD_Column getAD_Column() throws RuntimeException
      Specified by:
      getAD_Column in interface I_AD_ChangeLog
      Throws:
      RuntimeException
    • 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 RuntimeException
      Specified by:
      getAD_Session in interface I_AD_ChangeLog
      Throws:
      RuntimeException
    • 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
    • getValueNamePair

      public ValueNamePair getValueNamePair()
      Get Record UU/ColumnName
      Returns:
      UU/ColumnName pair
    • getAD_Table

      public I_AD_Table getAD_Table() throws RuntimeException
      Specified by:
      getAD_Table in interface I_AD_ChangeLog
      Throws:
      RuntimeException
    • 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
    • setRecord_UU

      public void setRecord_UU(String Record_UU)
      Set Record UUID.
      Specified by:
      setRecord_UU in interface I_AD_ChangeLog
      Parameters:
      Record_UU - Record UUID
    • getRecord_UU

      public String getRecord_UU()
      Get Record UUID.
      Specified by:
      getRecord_UU in interface I_AD_ChangeLog
      Returns:
      Record UUID
    • 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