Class ECSession
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECSession
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The ecs comment.protected Date
The ecs date.protected long
The ecs id.protected String
The ecs profile.protected String
The ecs root.protected Time
The ecs time.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 TypeMethodDescriptionGets the comment.getDate()
Gets the date.Gets the EC user.Gets the EC user name.long
getId()
Gets the id.getLogin()
Gets the login.Gets the profile.getRoot()
Gets the root.getTime()
Gets the time.getToken()
Gets the token.void
setComment
(String param) Sets the comment.void
Sets the date.void
Sets the EC user.void
setECUserName
(String param) Sets the EC user name.void
setId
(long param) Sets the id.void
Sets the id.void
setProfile
(String param) Sets the profile.void
Sets the root.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
-
ECS_COMMENT
The ecs comment. -
ECS_DATE
The ecs date. -
ECS_ID
protected long ECS_IDThe ecs id. -
ECS_PROFILE
The ecs profile. -
ECS_ROOT
The ecs root. -
ECS_TIME
The ecs time. -
ECU_NAME
The ecu name. -
ecuser
The ecuser.
-
-
Constructor Details
-
ECSession
public ECSession()Instantiates a new EC session. -
ECSession
public ECSession(long id) Instantiates a new EC session.- Parameters:
id
- the id
-
ECSession
-
-
Method Details
-
getLogin
-
getToken
-
getComment
-
setComment
-
getDate
-
setDate
-
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
-
getProfile
-
setProfile
-
getRoot
-
setRoot
-
getTime
-
setTime
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param
- the new EC user name
-
getECUser
-
setECUser
-