Class ECtransAccounting

java.lang.Object
ecmwf.common.database.DataBaseObject
ecmwf.common.database.ECtransAccounting
All Implemented Interfaces:
Serializable, Cloneable

public class ECtransAccounting extends DataBaseObject
ECMWF Product Data Store (OpenECPDS) Project.
Since:
2024-07-01
Version:
6.7.7
Author:
Laurent Gougeon - syi@ecmwf.int, ECMWF.
See Also:
  • Field Details

    • ECA_ID

      protected int ECA_ID
      The eca id.
    • ECA_ACTION

      protected String ECA_ACTION
      The eca action.
    • ECA_START_DATE

      protected Date ECA_START_DATE
      The eca start date.
    • ECA_END_DATE

      protected Date ECA_END_DATE
      The eca end date.
    • ECA_START_TIME

      protected Time ECA_START_TIME
      The eca start time.
    • ECA_END_TIME

      protected Time ECA_END_TIME
      The eca end time.
    • ECA_SIZE

      protected long ECA_SIZE
      The eca size.
    • ECA_ERROR

      protected boolean ECA_ERROR
      The eca error.
    • ECA_COMMENT

      protected String ECA_COMMENT
      The eca comment.
    • ECA_SOURCE_HOST

      protected String ECA_SOURCE_HOST
      The eca source host.
    • ECA_LOCATION

      protected String ECA_LOCATION
      The eca location.
    • ECA_REMOTE

      protected String ECA_REMOTE
      The eca remote.
    • ECA_SOURCE

      protected String ECA_SOURCE
      The eca source.
    • ECA_TARGET

      protected String ECA_TARGET
      The eca target.
    • ECU_NAME

      protected String ECU_NAME
      The ecu name.
    • ecuser

      protected ECUser 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

      public ECtransAccounting(String id)
      Instantiates a new ectrans accounting.
      Parameters:
      id - the id
  • Method Details

    • getAction

      public String getAction()
      Gets the action.
      Returns:
      the action
    • setAction

      public void setAction(String param)
      Sets the action.
      Parameters:
      param - the new action
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • setComment

      public void setComment(String param)
      Sets the comment.
      Parameters:
      param - the new comment
    • getStartDate

      public Date getStartDate()
      Gets the start date.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(Date param)
      Sets the start date.
      Parameters:
      param - the new start date
    • getEndDate

      public Date getEndDate()
      Gets the end date.
      Returns:
      the end date
    • setEndDate

      public void setEndDate(Date param)
      Sets the end date.
      Parameters:
      param - the new end date
    • 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

      public void setError(String param)
      Sets the error.
      Parameters:
      param - the new error
    • 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

      public void setId(String param)
      Sets the id.
      Parameters:
      param - the new id
    • getLocation

      public String getLocation()
      Gets the location.
      Returns:
      the location
    • setLocation

      public void setLocation(String param)
      Sets the location.
      Parameters:
      param - the new location
    • getSourceHost

      public String getSourceHost()
      Gets the source host.
      Returns:
      the source host
    • setSourceHost

      public void setSourceHost(String param)
      Sets the source host.
      Parameters:
      param - the new source host
    • getRemote

      public String getRemote()
      Gets the remote.
      Returns:
      the remote
    • setRemote

      public void setRemote(String param)
      Sets the remote.
      Parameters:
      param - the new remote
    • getStartTime

      public Time getStartTime()
      Gets the start time.
      Returns:
      the start time
    • setStartTime

      public void setStartTime(Time param)
      Sets the start time.
      Parameters:
      param - the new start time
    • getEndTime

      public Time getEndTime()
      Gets the end time.
      Returns:
      the end time
    • setEndTime

      public void setEndTime(Time param)
      Sets the end time.
      Parameters:
      param - the new end time
    • getSource

      public String getSource()
      Gets the source.
      Returns:
      the source
    • setSource

      public void setSource(String param)
      Sets the source.
      Parameters:
      param - the new source
    • getTarget

      public String getTarget()
      Gets the target.
      Returns:
      the target
    • setTarget

      public void setTarget(String param)
      Sets the target.
      Parameters:
      param - the new target
    • getECUserName

      public String getECUserName()
      Gets the EC user name.
      Returns:
      the EC user name
    • setECUserName

      public void setECUserName(String param)
      Sets the EC user name.
      Parameters:
      param - the new EC user name
    • getECUser

      public ECUser getECUser()
      Gets the EC user.
      Returns:
      the EC user
    • setECUser

      public void setECUser(ECUser param)
      Sets the EC user.
      Parameters:
      param - the new EC user
    • 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

      public void setSize(String param)
      Sets the size.
      Parameters:
      param - the new size