Class ChangeLogBean

java.lang.Object
ecmwf.web.dao.ModelBeanBase
ecmwf.ecpds.master.plugin.http.dao.transfer.ChangeLogBean
All Implemented Interfaces:
ChangeLog, ecmwf.web.model.ModelBean

public class ChangeLogBean extends ecmwf.web.dao.ModelBeanBase implements ChangeLog
The Class ChangeLogBean.
  • Constructor Details

    • ChangeLogBean

      protected ChangeLogBean(String currentObject, ChangeLog changeLog)
      Instantiates a new change log bean.
      Parameters:
      currentObject - the current object
      changeLog - the change log
  • Method Details

    • getBeanInterfaceName

      public String getBeanInterfaceName()
      Gets the bean interface name.
      Specified by:
      getBeanInterfaceName in interface ecmwf.web.model.ModelBean
      Specified by:
      getBeanInterfaceName in class ecmwf.web.dao.ModelBeanBase
    • getChangeLogId

      public long getChangeLogId()
      Gets the change log id. Gets the change log id.
      Specified by:
      getChangeLogId in interface ChangeLog
      Returns:
      the change log id
    • getKeyName

      public String getKeyName()
      Gets the key name. Gets the key name.
      Specified by:
      getKeyName in interface ChangeLog
      Returns:
      the key name
    • getKeyValue

      public String getKeyValue()
      Gets the key value. Gets the key value.
      Specified by:
      getKeyValue in interface ChangeLog
      Returns:
      the key value
    • getWebUserId

      public String getWebUserId()
      Gets the web user id. Gets the web user id.
      Specified by:
      getWebUserId in interface ChangeLog
      Returns:
      the web user id
    • getDate

      public Date getDate()
      Gets the date. Gets the date.
      Specified by:
      getDate in interface ChangeLog
      Returns:
      the date
    • getOldObject

      public String getOldObject()
      Gets the old object. Gets the old object.
      Specified by:
      getOldObject in interface ChangeLog
      Returns:
      the old object
    • getNewObject

      public String getNewObject()
      Gets the new object. Gets the new object.
      Specified by:
      getNewObject in interface ChangeLog
      Returns:
      the new object
    • getDifferences

      public String getDifferences()
      Gets the differences.
      Returns:
      the differences
    • getDifferencesFromCurrent

      public String getDifferencesFromCurrent()
      Gets the differences from current.
      Returns:
      the differences from current