Class Event
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Event
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longThe act id.protected ActivityThe activity.protected StringThe eve action.protected StringThe eve comment.protected DateThe eve date.protected booleanThe eve error.protected longThe eve id.protected TimeThe eve time.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.Gets the action.Gets the activity.longGets the activity id.Gets the comment.getDate()Gets the date.booleangetError()Gets the error.longgetId()Gets the id.getTime()Gets the time.inthashCode()Hash code.voidSets the action.voidsetActivity(Activity param) Sets the activity.voidsetActivityId(long param) Sets the activity id.voidsetActivityId(String param) Sets the activity id.voidsetComment(String param) Sets the comment.voidSets the date.voidsetError(boolean param) Sets the error.voidSets the error.voidsetId(long param) Sets the id.voidSets the id.voidSets the time.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
-
ACT_ID
protected long ACT_IDThe act id. -
EVE_ACTION
The eve action. -
EVE_COMMENT
The eve comment. -
EVE_DATE
The eve date. -
EVE_ERROR
protected boolean EVE_ERRORThe eve error. -
EVE_ID
protected long EVE_IDThe eve id. -
EVE_TIME
The eve time. -
activity
The activity.
-
-
Constructor Details
-
Event
public Event()Instantiates a new event. -
Event
public Event(long id) Instantiates a new event.- Parameters:
id- the id
-
Event
-
-
Method Details
-
getActivityId
public long getActivityId()Gets the activity id.- Returns:
- the activity id
-
setActivityId
public void setActivityId(long param) Sets the activity id.- Parameters:
param- the new activity id
-
setActivityId
Sets the activity id.- Parameters:
param- the new activity id
-
getAction
-
setAction
-
getComment
-
setComment
-
getDate
-
setDate
-
getError
public boolean getError()Gets the error.- Returns:
- the error
-
setError
public void setError(boolean param) Sets the error.- Parameters:
param- the new error
-
setError
-
getId
public long getId()Gets the id.- Returns:
- the id
-
setId
public void setId(long param) Sets the id.- Parameters:
param- the new id
-
setId
-
getTime
-
setTime
-
getActivity
-
setActivity
-
hashCode
-
equals
-