Class ECtransAccounting
java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECtransAccounting
- 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 eca action.protected String
The eca comment.protected Date
The eca end date.protected Time
The eca end time.protected boolean
The eca error.protected int
The eca id.protected String
The eca location.protected String
The eca remote.protected long
The eca size.protected String
The eca source.protected String
The eca source host.protected Date
The eca start date.protected Time
The eca start time.protected String
The eca target.protected String
The ecu name.protected ECUser
The ecuser.Fields inherited from class ecmwf.common.database.DataBaseObject
collectionSize, TAG_ACROSS_MULTIPLE_LINES, TAG_END_OF_LINES
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new ectrans accounting.ECtransAccounting
(int id) Instantiates a new ectrans accounting.Instantiates a new ectrans accounting. -
Method Summary
Modifier and TypeMethodDescriptionGets the action.Gets the comment.Gets the EC user.Gets the EC user name.Gets the end date.Gets the end time.boolean
getError()
Gets the error.int
getId()
Gets the id.Gets the location.Gets the remote.long
getSize()
Gets the size.Gets the source.Gets the source host.Gets the start date.Gets the start time.Gets the target.void
Sets the action.void
setComment
(String param) Sets the comment.void
Sets the EC user.void
setECUserName
(String param) Sets the EC user name.void
setEndDate
(Date param) Sets the end date.void
setEndTime
(Time param) Sets the end time.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 remote.void
setSize
(long param) Sets the size.void
Sets the size.void
Sets the source.void
setSourceHost
(String param) Sets the source host.void
setStartDate
(Date param) Sets the start date.void
setStartTime
(Time param) Sets the start time.void
Sets the target.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
-
ECA_ID
protected int ECA_IDThe eca id. -
ECA_ACTION
The eca action. -
ECA_START_DATE
The eca start date. -
ECA_END_DATE
The eca end date. -
ECA_START_TIME
The eca start time. -
ECA_END_TIME
The eca end time. -
ECA_SIZE
protected long ECA_SIZEThe eca size. -
ECA_ERROR
protected boolean ECA_ERRORThe eca error. -
ECA_COMMENT
The eca comment. -
ECA_SOURCE_HOST
The eca source host. -
ECA_LOCATION
The eca location. -
ECA_REMOTE
The eca remote. -
ECA_SOURCE
The eca source. -
ECA_TARGET
The eca target. -
ECU_NAME
The ecu name. -
ecuser
The ecuser.
-
-
Constructor Details
-
ECtransAccounting
public ECtransAccounting()Instantiates a new ectrans accounting. -
ECtransAccounting
public ECtransAccounting(int id) Instantiates a new ectrans accounting.- Parameters:
id
- the id
-
ECtransAccounting
-
-
Method Details
-
getAction
-
setAction
-
getComment
-
setComment
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
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
-
getSourceHost
-
setSourceHost
Sets the source host.- Parameters:
param
- the new source host
-
getRemote
-
setRemote
-
getStartTime
-
setStartTime
-
getEndTime
-
setEndTime
-
getSource
-
setSource
-
getTarget
-
setTarget
-
getECUserName
-
setECUserName
Sets the EC user name.- Parameters:
param
- the new EC user name
-
getECUser
-
setECUser
-
getSize
public long getSize()Gets the size.- Returns:
- the size
-
setSize
public void setSize(long param) Sets the size.- Parameters:
param
- the new size
-
setSize
-