Class ChangeLogBean
java.lang.Object
ecmwf.web.dao.ModelBeanBase
ecmwf.ecpds.master.plugin.http.dao.transfer.ChangeLogBean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ChangeLogBean
(String currentObject, ChangeLog changeLog) Instantiates a new change log bean. -
Method Summary
Modifier and TypeMethodDescriptionGets the bean interface name.long
Gets the change log id.getDate()
Gets the date.Gets the differences.Gets the differences from current.Gets the key name.Gets the key value.Gets the new object.Gets the old object.Gets the web user id.Methods inherited from class ecmwf.web.dao.ModelBeanBase
delete, delete, getAttributeValue, getId, getIntId, insert, insert, isNew, save, save, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ecmwf.web.model.ModelBean
delete, delete, getAttributeValue, getId, getIntId, insert, insert, isNew, save, save, setId
-
Constructor Details
-
ChangeLogBean
-
-
Method Details
-
getBeanInterfaceName
Gets the bean interface name.- Specified by:
getBeanInterfaceName
in interfaceecmwf.web.model.ModelBean
- Specified by:
getBeanInterfaceName
in classecmwf.web.dao.ModelBeanBase
-
getChangeLogId
public long getChangeLogId()Gets the change log id. Gets the change log id.- Specified by:
getChangeLogId
in interfaceChangeLog
- Returns:
- the change log id
-
getKeyName
Gets the key name. Gets the key name.- Specified by:
getKeyName
in interfaceChangeLog
- Returns:
- the key name
-
getKeyValue
Gets the key value. Gets the key value.- Specified by:
getKeyValue
in interfaceChangeLog
- Returns:
- the key value
-
getWebUserId
Gets the web user id. Gets the web user id.- Specified by:
getWebUserId
in interfaceChangeLog
- Returns:
- the web user id
-
getDate
-
getOldObject
Gets the old object. Gets the old object.- Specified by:
getOldObject
in interfaceChangeLog
- Returns:
- the old object
-
getNewObject
Gets the new object. Gets the new object.- Specified by:
getNewObject
in interfaceChangeLog
- Returns:
- the new object
-
getDifferences
-
getDifferencesFromCurrent
Gets the differences from current.- Returns:
- the differences from current
-