Class ChangeLog

All Implemented Interfaces:
Serializable, Cloneable

public class ChangeLog extends DataBaseObject
The Class ChangeLog.
See Also:
  • Field Details Link icon

    • CHL_ID Link icon

      protected long CHL_ID
      The chl id.
    • WEU_ID Link icon

      protected String WEU_ID
      The weu id.
    • CHL_KEY_NAME Link icon

      protected String CHL_KEY_NAME
      The chl table name.
    • CHL_KEY_VALUE Link icon

      protected String CHL_KEY_VALUE
      The chl key.
    • CHL_TIME Link icon

      protected BigDecimal CHL_TIME
      The chl time.
    • CHL_OLD_OBJECT Link icon

      protected String CHL_OLD_OBJECT
      The chl old object.
    • CHL_NEW_OBJECT Link icon

      protected String CHL_NEW_OBJECT
      The chl new object.
  • Constructor Details Link icon

    • ChangeLog Link icon

      public ChangeLog()
      Instantiates a new ChangeLog.
  • Method Details Link icon

    • getId Link icon

      public long getId()
      Gets the id.
      Returns:
      the id
    • setId Link icon

      public void setId(long id)
      Sets the id.
      Parameters:
      id - the new id
    • getWebUserId Link icon

      public String getWebUserId()
      Gets the web user id.
      Returns:
      the web user id
    • setWebUserId Link icon

      public void setWebUserId(String id)
      Sets the web user id.
      Parameters:
      id - the new web user id
    • getKeyName Link icon

      public String getKeyName()
      Gets the key name.
      Returns:
      the key name
    • setKeyName Link icon

      public void setKeyName(String keyName)
      Sets the key name.
      Parameters:
      keyName - the new key name
    • getKeyValue Link icon

      public String getKeyValue()
      Gets the key value.
      Returns:
      the key value
    • setKeyValue Link icon

      public void setKeyValue(String keyValue)
      Sets the key value.
      Parameters:
      keyValue - the new key value
    • getTime Link icon

      public Timestamp getTime()
      Gets the time.
      Returns:
      the time
    • setTime Link icon

      public void setTime(Timestamp time)
      Sets the time.
      Parameters:
      time - the new time
    • getOldObject Link icon

      public String getOldObject()
      Gets the old object.
      Returns:
      the old object
    • setOldObject Link icon

      public void setOldObject(String oldObject)
      Sets the old object.
      Parameters:
      oldObject - the new old object
    • getNewObject Link icon

      public String getNewObject()
      Gets the new object.
      Returns:
      the new object
    • setNewObject Link icon

      public void setNewObject(String newObject)
      Sets the new object.
      Parameters:
      newObject - the new new object
    • hashCode Link icon

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals Link icon

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object