Class Event
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Event
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The act id.protected Activity
The activity.protected String
The eve action.protected String
The eve comment.protected Date
The eve date.protected boolean
The eve error.protected long
The eve id.protected Time
The 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 TypeMethodDescriptionboolean
Equals.Gets the action.Gets the activity.long
Gets the activity id.Gets the comment.getDate()
Gets the date.boolean
getError()
Gets the error.long
getId()
Gets the id.getTime()
Gets the time.int
hashCode()
Hash code.void
Sets the action.void
setActivity
(Activity param) Sets the activity.void
setActivityId
(long param) Sets the activity id.void
setActivityId
(String param) Sets the activity id.void
setComment
(String param) Sets the comment.void
Sets the date.void
setError
(boolean param) Sets the error.void
Sets the error.void
setId
(long param) Sets the id.void
Sets the id.void
Sets 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
-