Class Activity
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Activity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe act agent.protected StringThe act host.protected longThe act id.protected StringThe act plugin.protected StringThe ecu name.protected ECUserThe ecuser.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.getAgent()Gets the agent.Gets the EC user.Gets the EC user name.getHost()Gets the host.longgetId()Gets the id.Gets the plugin.inthashCode()Hash code.voidSets the agent.voidSets the EC user.voidsetECUserName(String param) Sets the EC user name.voidSets the host.voidsetId(long param) Sets the id.voidSets the id.voidSets the plugin.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_AGENT
The act agent. -
ACT_HOST
The act host. -
ACT_ID
protected long ACT_IDThe act id. -
ACT_PLUGIN
The act plugin. -
ECU_NAME
The ecu name. -
ecuser
The ecuser.
-
-
Constructor Details
-
Activity
public Activity()Instantiates a new activity. -
Activity
public Activity(long id) Instantiates a new activity.- Parameters:
id- the id
-
Activity
-
-
Method Details
-
getAgent
-
setAgent
-
getHost
-
setHost
-
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
-
getPlugin
-
setPlugin
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param- the new EC user name
-
getECUser
-
setECUser
-
hashCode
-
equals
-