Class HostECUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.HostECUser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ecu name.protected ECUserThe ecuser.protected intThe hos name.protected HostThe host.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new host ec user.HostECUser(String ecuserName, String hostName) Instantiates a new host ec user. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the EC user.Gets the EC user name.getHost()Gets the host.Gets the host name.inthashCode()Hash code.voidSets the EC user.voidsetECUserName(String param) Sets the EC user name.voidSets the host.voidsetHostName(String param) Sets the host name.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_NAME
The ecu name. -
HOS_NAME
protected int HOS_NAMEThe hos name. -
ecuser
The ecuser. -
host
The host.
-
-
Constructor Details
-
HostECUser
public HostECUser()Instantiates a new host ec user. -
HostECUser
-
-
Method Details
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param- the new EC user name
-
getHostName
-
setHostName
-
getECUser
-
setECUser
-
getHost
-
setHost
-
hashCode
-
equals
-