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

    • getChangeLogId

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

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

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

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

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

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

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