Class ECUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECUser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe _ecu comment.protected StringThe _ecu dir.protected longThe _ecu gid.protected StringThe ecu name.protected StringThe ecu shell.protected longThe 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 TypeMethodDescriptionbooleanEquals.Gets the comment.getDir()Gets the dir.longgetGid()Gets the gid.getName()Gets the name.getShell()Gets the shell.longgetUid()Gets the uid.inthashCode()Hash code.voidsetComment(String param) Sets the comment.voidSets the dir.voidsetGid(long param) Sets the gid.voidSets the gid.voidSets the name.voidSets the shell.voidsetUid(long param) Sets the uid.voidSets 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
-