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 StringThe eca action.protected StringThe eca comment.protected DateThe eca end date.protected TimeThe eca end time.protected booleanThe eca error.protected intThe eca id.protected StringThe eca location.protected StringThe eca remote.protected longThe eca size.protected StringThe eca source.protected StringThe eca source host.protected DateThe eca start date.protected TimeThe eca start time.protected StringThe eca target.protected StringThe ecu name.protected ECUserThe 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.booleangetError()Gets the error.intgetId()Gets the id.Gets the location.Gets the remote.longgetSize()Gets the size.Gets the source.Gets the source host.Gets the start date.Gets the start time.Gets the target.voidSets the action.voidsetComment(String param) Sets the comment.voidSets the EC user.voidsetECUserName(String param) Sets the EC user name.voidsetEndDate(Date param) Sets the end date.voidsetEndTime(Time param) Sets the end time.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 remote.voidsetSize(long param) Sets the size.voidSets the size.voidSets the source.voidsetSourceHost(String param) Sets the source host.voidsetStartDate(Date param) Sets the start date.voidsetStartTime(Time param) Sets the start time.voidSets 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
-