Class ChangeLog
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ChangeLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The chl id.protected String
The chl table name.protected String
The chl key.protected String
The chl new object.protected String
The chl old object.protected BigDecimal
The chl time.protected String
The 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 TypeMethodDescriptionboolean
Equals.long
getId()
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.int
hashCode()
Hash code.void
setId
(long id) Sets the id.void
setKeyName
(String keyName) Sets the key name.void
setKeyValue
(String keyValue) Sets the key value.void
setNewObject
(String newObject) Sets the new object.void
setOldObject
(String oldObject) Sets the old object.void
Sets the time.void
setWebUserId
(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
-