Contents
- Description
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- getECtransDestinationName()
- setECtransDestinationName(String)
- getAction()
- setAction(String)
- getComment()
- setComment(String)
- getDate()
- setDate(Date)
- getError()
- setError(boolean)
- setError(String)
- getId()
- setId(int)
- setId(String)
- getLocation()
- setLocation(String)
- getRemote()
- setRemote(String)
- getTime()
- setTime(Time)
- getUrl()
- setUrl(String)
- getMSUserName()
- setMSUserName(String)
- getMSUser()
- setMSUser(MSUser)
- getECtransDestination()
- setECtransDestination(ECtransDestination)
Class ECtransHistory
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECtransHistory
- All Implemented Interfaces:
Serializable
,Cloneable
ECMWF Product Data Store (ECPDS) 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 ecd name.protected String
The ech action.protected String
The ech comment.protected Date
The ech date.protected boolean
The ech error.protected int
The ech id.protected String
The ech location.protected String
The ech remote.protected Time
The ech time.protected String
The ech url.protected ECtransDestination
The ectrans destination.protected String
The msu name.protected MSUser
The msuser.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new ectrans history.ECtransHistory
(int id) Instantiates a new ectrans history.ECtransHistory
(String id) Instantiates a new ectrans history. -
Method Summary
Modifier and TypeMethodDescriptionGets the action.Gets the comment.getDate()
Gets the date.Gets the ectrans destination.Gets the ectrans destination name.boolean
getError()
Gets the error.int
getId()
Gets the id.Gets the location.Gets the MS user.Gets the MS user name.Gets the remote.getTime()
Gets the time.getUrl()
Gets the url.void
Sets the action.void
setComment
(String param) Sets the comment.void
Sets the date.void
Sets the ectrans destination.void
setECtransDestinationName
(String param) Sets the ectrans destination name.void
setError
(boolean param) Sets the error.void
Sets the error.void
setId
(int param) Sets the id.void
Sets the id.void
setLocation
(String param) Sets the location.void
Sets the MS user.void
setMSUserName
(String param) Sets the MS user name.void
Sets the remote.void
Sets the time.void
Sets the url.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
-
ECD_NAME
The ecd name. -
ECH_ACTION
The ech action. -
ECH_COMMENT
The ech comment. -
ECH_DATE
The ech date. -
ECH_ERROR
protected boolean ECH_ERRORThe ech error. -
ECH_ID
protected int ECH_IDThe ech id. -
ECH_LOCATION
The ech location. -
ECH_REMOTE
The ech remote. -
ECH_TIME
The ech time. -
ECH_URL
The ech url. -
MSU_NAME
The msu name. -
msuser
The msuser. -
ectransDestination
The ectrans destination.
-
-
Constructor Details
-
Method Details
-
getECtransDestinationName
Gets the ectrans destination name.- Returns:
- the ectrans destination name
-
setECtransDestinationName
Sets the ectrans destination name.- Parameters:
param
- the new ectrans destination name
-
getAction
-
setAction
-
getComment
-
setComment
-
getDate
-
setDate
-
getError
public boolean getError()Gets the error.- Returns:
- the error
-
setError
public void setError(boolean param) Sets the error.- Parameters:
param
- the new error
-
setError
-
getId
public int getId()Gets the id.- Returns:
- the id
-
setId
public void setId(int param) Sets the id.- Parameters:
param
- the new id
-
setId
-
getLocation
-
setLocation
-
getRemote
-
setRemote
-
getTime
-
setTime
-
getUrl
-
setUrl
-
getMSUserName
-
setMSUserName
Sets the MS user name.- Parameters:
param
- the new MS user name
-
getMSUser
-
setMSUser
-
getECtransDestination
Gets the ectrans destination.- Returns:
- the ectrans destination
-
setECtransDestination
Sets the ectrans destination.- Parameters:
param
- the new ectrans destination
-