Class ECtransHistory

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

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

    • ECD_NAME

      protected String ECD_NAME
      The ecd name.
    • ECH_ACTION

      protected String ECH_ACTION
      The ech action.
    • ECH_COMMENT

      protected String ECH_COMMENT
      The ech comment.
    • ECH_DATE

      protected Date ECH_DATE
      The ech date.
    • ECH_ERROR

      protected boolean ECH_ERROR
      The ech error.
    • ECH_ID

      protected int ECH_ID
      The ech id.
    • ECH_LOCATION

      protected String ECH_LOCATION
      The ech location.
    • ECH_REMOTE

      protected String ECH_REMOTE
      The ech remote.
    • ECH_TIME

      protected Time ECH_TIME
      The ech time.
    • ECH_URL

      protected String ECH_URL
      The ech url.
    • MSU_NAME

      protected String MSU_NAME
      The msu name.
    • msuser

      protected MSUser msuser
      The msuser.
    • ectransDestination

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

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

    • getECtransDestinationName

      public String getECtransDestinationName()
      Gets the ectrans destination name.
      Returns:
      the ectrans destination name
    • setECtransDestinationName

      public void setECtransDestinationName(String param)
      Sets the ectrans destination name.
      Parameters:
      param - the new ectrans destination name
    • 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
    • getDate

      public Date getDate()
      Gets the date.
      Returns:
      the date
    • setDate

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

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

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

      public Time getTime()
      Gets the time.
      Returns:
      the time
    • setTime

      public void setTime(Time param)
      Sets the time.
      Parameters:
      param - the new time
    • getUrl

      public String getUrl()
      Gets the url.
      Returns:
      the url
    • setUrl

      public void setUrl(String param)
      Sets the url.
      Parameters:
      param - the new url
    • getMSUserName

      public String getMSUserName()
      Gets the MS user name.
      Returns:
      the MS user name
    • setMSUserName

      public void setMSUserName(String param)
      Sets the MS user name.
      Parameters:
      param - the new MS user name
    • getMSUser

      public MSUser getMSUser()
      Gets the MS user.
      Returns:
      the MS user
    • setMSUser

      public void setMSUser(MSUser param)
      Sets the MS user.
      Parameters:
      param - the new MS user
    • getECtransDestination

      public ECtransDestination getECtransDestination()
      Gets the ectrans destination.
      Returns:
      the ectrans destination
    • setECtransDestination

      public void setECtransDestination(ECtransDestination param)
      Sets the ectrans destination.
      Parameters:
      param - the new ectrans destination