Class ChangeLogBean
java.lang.Object
ecmwf.web.dao.ModelBeanBase
ecmwf.ecpds.master.plugin.http.dao.transfer.ChangeLogBean
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChangeLogBean(String currentObject, ChangeLog changeLog) Instantiates a new change log bean. -
Method Summary
Modifier and TypeMethodDescriptionGets the bean interface name.longGets 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, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getBeanInterfaceNamein interfaceecmwf.web.model.ModelBean- Specified by:
getBeanInterfaceNamein classecmwf.web.dao.ModelBeanBase
-
getChangeLogId
public long getChangeLogId()Gets the change log id. Gets the change log id.- Specified by:
getChangeLogIdin interfaceChangeLog- Returns:
- the change log id
-
getKeyName
Gets the key name. Gets the key name.- Specified by:
getKeyNamein interfaceChangeLog- Returns:
- the key name
-
getKeyValue
Gets the key value. Gets the key value.- Specified by:
getKeyValuein interfaceChangeLog- Returns:
- the key value
-
getWebUserId
Gets the web user id. Gets the web user id.- Specified by:
getWebUserIdin interfaceChangeLog- Returns:
- the web user id
-
getDate
-
getOldObject
Gets the old object. Gets the old object.- Specified by:
getOldObjectin interfaceChangeLog- Returns:
- the old object
-
getNewObject
Gets the new object. Gets the new object.- Specified by:
getNewObjectin interfaceChangeLog- Returns:
- the new object
-
getDifferences
-
getDifferencesFromCurrent
Gets the differences from current.- Returns:
- the differences from current
-