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 Link icon

    • ECD_NAME Link icon

      protected String ECD_NAME
      The ecd name.
    • ECH_ACTION Link icon

      protected String ECH_ACTION
      The ech action.
    • ECH_COMMENT Link icon

      protected String ECH_COMMENT
      The ech comment.
    • ECH_DATE Link icon

      protected Date ECH_DATE
      The ech date.
    • ECH_ERROR Link icon

      protected boolean ECH_ERROR
      The ech error.
    • ECH_ID Link icon

      protected int ECH_ID
      The ech id.
    • ECH_LOCATION Link icon

      protected String ECH_LOCATION
      The ech location.
    • ECH_REMOTE Link icon

      protected String ECH_REMOTE
      The ech remote.
    • ECH_TIME Link icon

      protected Time ECH_TIME
      The ech time.
    • ECH_URL Link icon

      protected String ECH_URL
      The ech url.
    • MSU_NAME Link icon

      protected String MSU_NAME
      The msu name.
    • msuser Link icon

      protected MSUser msuser
      The msuser.
    • ectransDestination Link icon

      protected ECtransDestination ectransDestination
      The ectrans destination.
  • Constructor Details Link icon

    • ECtransHistory Link icon

      public ECtransHistory()
      Instantiates a new ectrans history.
    • ECtransHistory Link icon

      public ECtransHistory(int id)
      Instantiates a new ectrans history.
      Parameters:
      id - the id
    • ECtransHistory Link icon

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

    • getECtransDestinationName Link icon

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

      public void setECtransDestinationName(String param)
      Sets the ectrans destination name.
      Parameters:
      param - the new ectrans destination name
    • getAction Link icon

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

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

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

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

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

      public void setDate(Date param)
      Sets the date.
      Parameters:
      param - the new date
    • getError Link icon

      public boolean getError()
      Gets the error.
      Returns:
      the error
    • setError Link icon

      public void setError(boolean param)
      Sets the error.
      Parameters:
      param - the new error
    • setError Link icon

      public void setError(String param)
      Sets the error.
      Parameters:
      param - the new error
    • getId Link icon

      public int getId()
      Gets the id.
      Returns:
      the id
    • setId Link icon

      public void setId(int param)
      Sets the id.
      Parameters:
      param - the new id
    • setId Link icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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