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 StringThe ecd name.protected StringThe ech action.protected StringThe ech comment.protected DateThe ech date.protected booleanThe ech error.protected intThe ech id.protected StringThe ech location.protected StringThe ech remote.protected TimeThe ech time.protected StringThe ech url.protected ECtransDestinationThe ectrans destination.protected StringThe msu name.protected MSUserThe 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.booleangetError()Gets the error.intgetId()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.voidSets the action.voidsetComment(String param) Sets the comment.voidSets the date.voidSets the ectrans destination.voidsetECtransDestinationName(String param) Sets the ectrans destination name.voidsetError(boolean param) Sets the error.voidSets the error.voidsetId(int param) Sets the id.voidSets the id.voidsetLocation(String param) Sets the location.voidSets the MS user.voidsetMSUserName(String param) Sets the MS user name.voidSets the remote.voidSets the time.voidSets 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
-
ECtransHistory
public ECtransHistory()Instantiates a new ectrans history. -
ECtransHistory
public ECtransHistory(int id) Instantiates a new ectrans history.- Parameters:
id- the id
-
ECtransHistory
-
-
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
-