Class ChangeLog
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ChangeLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longThe chl id.protected StringThe chl table name.protected StringThe chl key.protected StringThe chl new object.protected StringThe chl old object.protected BigDecimalThe chl time.protected StringThe weu id.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.longgetId()Gets the id.Gets the key name.Gets the key value.Gets the new object.Gets the old object.getTime()Gets the time.Gets the web user id.inthashCode()Hash code.voidsetId(long id) Sets the id.voidsetKeyName(String keyName) Sets the key name.voidsetKeyValue(String keyValue) Sets the key value.voidsetNewObject(String newObject) Sets the new object.voidsetOldObject(String oldObject) Sets the old object.voidSets the time.voidsetWebUserId(String id) Sets the web user id.Methods inherited from class ecmwf.common.database.DataBaseObject
bigDecimalToTimestamp, clone, compare, compare, getCollectionSize, integerToInt, integerToString, setCollectionSize, strim, stringToInteger, stringToLong, stringToString, timestampToBigDecimal, toString, toString, toString, toString
-
Field Details
-
CHL_ID
protected long CHL_IDThe chl id. -
WEU_ID
The weu id. -
CHL_KEY_NAME
The chl table name. -
CHL_KEY_VALUE
The chl key. -
CHL_TIME
The chl time. -
CHL_OLD_OBJECT
The chl old object. -
CHL_NEW_OBJECT
The chl new object.
-
-
Constructor Details
-
ChangeLog
public ChangeLog()Instantiates a new ChangeLog.
-
-
Method Details
-
getId
public long getId()Gets the id.- Returns:
- the id
-
setId
public void setId(long id) Sets the id.- Parameters:
id- the new id
-
getWebUserId
-
setWebUserId
-
getKeyName
-
setKeyName
-
getKeyValue
-
setKeyValue
Sets the key value.- Parameters:
keyValue- the new key value
-
getTime
-
setTime
-
getOldObject
-
setOldObject
Sets the old object.- Parameters:
oldObject- the new old object
-
getNewObject
-
setNewObject
Sets the new object.- Parameters:
newObject- the new new object
-
hashCode
-
equals
-