Class ECSession
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECSession
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ecs comment.protected DateThe ecs date.protected longThe ecs id.protected StringThe ecs profile.protected StringThe ecs root.protected TimeThe ecs time.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 TypeMethodDescriptionGets the comment.getDate()Gets the date.Gets the EC user.Gets the EC user name.longgetId()Gets the id.getLogin()Gets the login.Gets the profile.getRoot()Gets the root.getTime()Gets the time.getToken()Gets the token.voidsetComment(String param) Sets the comment.voidSets the date.voidSets the EC user.voidsetECUserName(String param) Sets the EC user name.voidsetId(long param) Sets the id.voidSets the id.voidsetProfile(String param) Sets the profile.voidSets the root.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
-
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
-