Class TransferECUser
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.TransferECUser
- All Implemented Interfaces:
Serializable
,Cloneable
ECMWF Product Data Store (OpenECPDS) Project.
- Since:
- 2024-07-01
- Version:
- 6.7.7
- Author:
- Laurent Gougeon - syi@ecmwf.int, ECMWF.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The ecu name.protected ECUser
The ecuser.protected String
The tme name.protected TransferMethod
The transfer method.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new transfer ec user.TransferECUser
(String ecuserName, String transfermethodName) Instantiates a new transfer ec user. -
Method Summary
Modifier and TypeMethodDescriptionGets the EC user.Gets the EC user name.Gets the transfer method.Gets the transfer method name.void
Sets the EC user.void
setECUserName
(String param) Sets the EC user name.void
setTransferMethod
(TransferMethod param) Sets the transfer method.void
setTransferMethodName
(String param) Sets the transfer method 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. -
TME_NAME
The tme name. -
ecuser
The ecuser. -
transferMethod
The transfer method.
-
-
Constructor Details
-
TransferECUser
public TransferECUser()Instantiates a new transfer ec user. -
TransferECUser
-
-
Method Details
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param
- the new EC user name
-
getTransferMethodName
Gets the transfer method name.- Returns:
- the transfer method name
-
setTransferMethodName
Sets the transfer method name.- Parameters:
param
- the new transfer method name
-
getECUser
-
setECUser
-
getTransferMethod
-
setTransferMethod
Sets the transfer method.- Parameters:
param
- the new transfer method
-