Class Activity
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.Activity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The act agent.protected String
The act host.protected long
The act id.protected String
The act plugin.protected String
The ecu name.protected ECUser
The 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 TypeMethodDescriptionboolean
Equals.getAgent()
Gets the agent.Gets the EC user.Gets the EC user name.getHost()
Gets the host.long
getId()
Gets the id.Gets the plugin.int
hashCode()
Hash code.void
Sets the agent.void
Sets the EC user.void
setECUserName
(String param) Sets the EC user name.void
Sets the host.void
setId
(long param) Sets the id.void
Sets the id.void
Sets 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
-