Class ECUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECUser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The _ecu comment.protected String
The _ecu dir.protected long
The _ecu gid.protected String
The ecu name.protected String
The ecu shell.protected long
The ecu uid.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 comment.getDir()
Gets the dir.long
getGid()
Gets the gid.getName()
Gets the name.getShell()
Gets the shell.long
getUid()
Gets the uid.int
hashCode()
Hash code.void
setComment
(String param) Sets the comment.void
Sets the dir.void
setGid
(long param) Sets the gid.void
Sets the gid.void
Sets the name.void
Sets the shell.void
setUid
(long param) Sets the uid.void
Sets the uid.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
-
ECU_COMMENT
The _ecu comment. -
ECU_DIR
The _ecu dir. -
ECU_GID
protected long ECU_GIDThe _ecu gid. -
ECU_NAME
The ecu name. -
ECU_SHELL
The ecu shell. -
ECU_UID
protected long ECU_UIDThe ecu uid.
-
-
Constructor Details
-
ECUser
public ECUser()Instantiates a new EC user. -
ECUser
-
-
Method Details
-
getComment
-
setComment
-
getDir
-
setDir
-
getGid
public long getGid()Gets the gid.- Returns:
- the gid
-
setGid
public void setGid(long param) Sets the gid.- Parameters:
param
- the new gid
-
setGid
-
getName
-
setName
-
getShell
-
setShell
-
getUid
public long getUid()Gets the uid.- Returns:
- the uid
-
setUid
public void setUid(long param) Sets the uid.- Parameters:
param
- the new uid
-
setUid
-
hashCode
-
equals
-