Interface ChangeLog

All Superinterfaces:
ecmwf.web.model.ModelBean
All Known Implementing Classes:
ChangeLogBean

public interface ChangeLog extends ecmwf.web.model.ModelBean
The Interface ChangeLog.
  • Method Details Link icon

    • getChangeLogId Link icon

      long getChangeLogId()
      Gets the change log id.
      Returns:
      the change log id
    • getWebUserId Link icon

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

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

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

      Date getDate()
      Gets the date.
      Returns:
      the date
    • getOldObject Link icon

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

      String getNewObject()
      Gets the new object.
      Returns:
      the new object