Class DataFile

All Implemented Interfaces:
Serializable, Cloneable

public class DataFile extends DataBaseObject
The Class DataFile.
See Also:
  • Field Details

    • DAF_ARRIVED_TIME

      protected BigDecimal DAF_ARRIVED_TIME
      The daf arrived time.
    • DAF_DELETED

      protected boolean DAF_DELETED
      The daf deleted.
    • DAF_STANDBY

      protected boolean DAF_STANDBY
      The daf standby.
    • DAF_INDEX

      protected int DAF_INDEX
      The daf index.
    • DAF_DELETE_ORIGINAL

      protected boolean DAF_DELETE_ORIGINAL
      The daf delete original.
    • DAF_DOWNLOADED

      protected boolean DAF_DOWNLOADED
      The daf downloaded.
    • DAF_GET_HOST

      protected String DAF_GET_HOST
      The daf get host.
    • DAF_REMOTE_HOST

      protected String DAF_REMOTE_HOST
      The daf remote host.
    • DAF_CALLER

      protected String DAF_CALLER
      The daf caller.
    • DAF_GET_TIME

      protected BigDecimal DAF_GET_TIME
      The daf get time.
    • DAF_GET_DURATION

      protected long DAF_GET_DURATION
      The daf get duration.
    • DAF_GET_COMPLETE_DURATION

      protected long DAF_GET_COMPLETE_DURATION
      The daf get complete duration.
    • DAF_ECAUTH_HOST

      protected String DAF_ECAUTH_HOST
      The daf ecauth host.
    • DAF_ECAUTH_USER

      protected String DAF_ECAUTH_USER
      The daf ecauth user.
    • DAF_CHECKSUM

      protected String DAF_CHECKSUM
      The daf checksum.
    • DAF_FILTER_NAME

      protected String DAF_FILTER_NAME
      The daf filter name.
    • DAF_FILTER_TIME

      protected BigDecimal DAF_FILTER_TIME
      The daf filter time.
    • DAF_FILTER_SIZE

      protected long DAF_FILTER_SIZE
      The daf filter size.
    • DAF_ID

      protected long DAF_ID
      The daf id.
    • DAF_META_STREAM

      protected String DAF_META_STREAM
      The daf meta stream.
    • DAF_META_TARGET

      protected String DAF_META_TARGET
      The daf meta target.
    • DAF_META_TIME

      protected String DAF_META_TIME
      The daf meta time.
    • DAF_META_TYPE

      protected String DAF_META_TYPE
      The daf meta type.
    • DAF_ORIGINAL

      protected String DAF_ORIGINAL
      The daf original.
    • DAF_REMOVED

      protected boolean DAF_REMOVED
      The daf removed.
    • DAF_SIZE

      protected long DAF_SIZE
      The daf size.
    • DAF_SOURCE

      protected String DAF_SOURCE
      The daf source.
    • DAF_TIME_BASE

      protected BigDecimal DAF_TIME_BASE
      The daf time base.
    • DAF_TIME_FILE

      protected BigDecimal DAF_TIME_FILE
      The daf time file.
    • DAF_TIME_STEP

      protected long DAF_TIME_STEP
      The daf time step.
    • MOV_ID

      protected Long MOV_ID
      The mov id.
    • DAF_FILE_SYSTEM

      protected Integer DAF_FILE_SYSTEM
      The daf file system.
    • DAF_FILE_INSTANCE

      protected Integer DAF_FILE_INSTANCE
      The daf file instance.
    • TRG_NAME

      protected String TRG_NAME
      The trg name.
    • DAF_GROUP_BY

      protected String DAF_GROUP_BY
      The daf group by.
    • HOS_NAME_FOR_ACQUISITION

      protected Integer HOS_NAME_FOR_ACQUISITION
      The hos name for acquisition.
    • transferGroup

      protected TransferGroup transferGroup
      The transfer group.
    • monitoringValue

      protected MonitoringValue monitoringValue
      The monitoring value.
  • Constructor Details

    • DataFile

      public DataFile()
      Instantiates a new data file.
    • DataFile

      public DataFile(long id)
      Instantiates a new data file.
      Parameters:
      id - the id
  • Method Details

    • getHostForAcquisitionName

      public String getHostForAcquisitionName()
      Gets the host for acquisition name.
      Returns:
      the host for acquisition name
    • setHostForAcquisitionName

      public void setHostForAcquisitionName(String param)
      Sets the host for acquisition name.
      Parameters:
      param - the new host for acquisition name
    • getArrivedTime

      public Timestamp getArrivedTime()
      Gets the arrived time.
      Returns:
      the arrived time
    • setArrivedTime

      public void setArrivedTime(Timestamp param)
      Sets the arrived time.
      Parameters:
      param - the new arrived time
    • getFilterTime

      public Timestamp getFilterTime()
      Gets the filter time.
      Returns:
      the filter time
    • setFilterTime

      public void setFilterTime(Timestamp param)
      Sets the filter time.
      Parameters:
      param - the new filter time
    • getFilterSize

      public long getFilterSize()
      Gets the filter size.
      Returns:
      the filter size
    • setFilterSize

      public void setFilterSize(long param)
      Sets the filter size.
      Parameters:
      param - the new filter size
    • setFilterSize

      public void setFilterSize(String param)
      Sets the filter size.
      Parameters:
      param - the new filter size
    • getDeleted

      public boolean getDeleted()
      Gets the deleted.
      Returns:
      the deleted
    • setDeleted

      public void setDeleted(boolean param)
      Sets the deleted.
      Parameters:
      param - the new deleted
    • setDeleted

      public void setDeleted(String param)
      Sets the deleted.
      Parameters:
      param - the new deleted
    • getStandby

      public boolean getStandby()
      Gets the standby.
      Returns:
      the standby
    • setStandby

      public void setStandby(boolean param)
      Sets the standby.
      Parameters:
      param - the new standby
    • setStandby

      public void setStandby(String param)
      Sets the standby.
      Parameters:
      param - the new standby
    • getIndex

      public int getIndex()
      Gets the index.
      Returns:
      the index
    • setIndex

      public void setIndex(int param)
      Sets the index.
      Parameters:
      param - the new index
    • setIndex

      public void setIndex(String param)
      Sets the index.
      Parameters:
      param - the new index
    • getDeleteOriginal

      public boolean getDeleteOriginal()
      Gets the delete original.
      Returns:
      the delete original
    • setDeleteOriginal

      public void setDeleteOriginal(boolean param)
      Sets the delete original.
      Parameters:
      param - the new delete original
    • setDeleteOriginal

      public void setDeleteOriginal(String param)
      Sets the delete original.
      Parameters:
      param - the new delete original
    • getDownloaded

      public boolean getDownloaded()
      Gets the downloaded.
      Returns:
      the downloaded
    • setDownloaded

      public void setDownloaded(boolean param)
      Sets the downloaded.
      Parameters:
      param - the new downloaded
    • setDownloaded

      public void setDownloaded(String param)
      Sets the downloaded.
      Parameters:
      param - the new downloaded
    • getEcauthHost

      public String getEcauthHost()
      Gets the ecauth host.
      Returns:
      the ecauth host
    • setEcauthHost

      public void setEcauthHost(String param)
      Sets the ecauth host.
      Parameters:
      param - the new ecauth host
    • getGetHost

      public String getGetHost()
      Gets the gets the host.
      Returns:
      the gets the host
    • setGetHost

      public void setGetHost(String param)
      Sets the gets the host.
      Parameters:
      param - the new gets the host
    • getRemoteHost

      public String getRemoteHost()
      Gets the remote host.
      Returns:
      the remote host
    • setRemoteHost

      public void setRemoteHost(String param)
      Sets the remote host.
      Parameters:
      param - the new remote host
    • getCaller

      public String getCaller()
      Gets the caller.
      Returns:
      the caller
    • setCaller

      public void setCaller(String param)
      Sets the caller.
      Parameters:
      param - the new caller
    • getChecksum

      public String getChecksum()
      Gets the checksum.
      Returns:
      the checksum
    • setChecksum

      public void setChecksum(String param)
      Sets the checksum.
      Parameters:
      param - the new checksum
    • getFilterName

      public String getFilterName()
      Gets the filter name.
      Returns:
      the filter name
    • setFilterName

      public void setFilterName(String param)
      Sets the filter name.
      Parameters:
      param - the new filter name
    • getEcauthUser

      public String getEcauthUser()
      Gets the ecauth user.
      Returns:
      the ecauth user
    • setEcauthUser

      public void setEcauthUser(String param)
      Sets the ecauth user.
      Parameters:
      param - the new ecauth user
    • getId

      public long getId()
      Gets the id.
      Returns:
      the id
    • setId

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

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

      public String getMetaStream()
      Gets the meta stream.
      Returns:
      the meta stream
    • setMetaStream

      public void setMetaStream(String param)
      Sets the meta stream.
      Parameters:
      param - the new meta stream
    • getMetaTarget

      public String getMetaTarget()
      Gets the meta target.
      Returns:
      the meta target
    • setMetaTarget

      public void setMetaTarget(String param)
      Sets the meta target.
      Parameters:
      param - the new meta target
    • getMetaTime

      public String getMetaTime()
      Gets the meta time.
      Returns:
      the meta time
    • setMetaTime

      public void setMetaTime(String param)
      Sets the meta time.
      Parameters:
      param - the new meta time
    • getMetaType

      public String getMetaType()
      Gets the meta type.
      Returns:
      the meta type
    • setMetaType

      public void setMetaType(String param)
      Sets the meta type.
      Parameters:
      param - the new meta type
    • getOriginal

      public String getOriginal()
      Gets the original.
      Returns:
      the original
    • setOriginal

      public void setOriginal(String param)
      Sets the original.
      Parameters:
      param - the new original
    • getRemoved

      public boolean getRemoved()
      Gets the removed.
      Returns:
      the removed
    • setRemoved

      public void setRemoved(boolean param)
      Sets the removed.
      Parameters:
      param - the new removed
    • setRemoved

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

      public void setGetDuration(long param)
      Sets the gets the duration.
      Parameters:
      param - the new gets the duration
    • setGetDuration

      public void setGetDuration(String param)
      Sets the gets the duration.
      Parameters:
      param - the new gets the duration
    • getGetDuration

      public long getGetDuration()
      Gets the gets the duration.
      Returns:
      the gets the duration
    • setGetCompleteDuration

      public void setGetCompleteDuration(long param)
      Sets the gets the complete duration.
      Parameters:
      param - the new gets the complete duration
    • setGetCompleteDuration

      public void setGetCompleteDuration(String param)
      Sets the gets the complete duration.
      Parameters:
      param - the new gets the complete duration
    • getGetCompleteDuration

      public long getGetCompleteDuration()
      Gets the gets the complete duration.
      Returns:
      the gets the complete duration
    • getSource

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

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

      public Timestamp getTimeBase()
      Gets the time base.
      Returns:
      the time base
    • setTimeBase

      public void setTimeBase(Timestamp param)
      Sets the time base.
      Parameters:
      param - the new time base
    • getGetTime

      public Timestamp getGetTime()
      Gets the gets the time.
      Returns:
      the gets the time
    • setGetTime

      public void setGetTime(Timestamp param)
      Sets the gets the time.
      Parameters:
      param - the new gets the time
    • getTimeFile

      public Timestamp getTimeFile()
      Gets the time file.
      Returns:
      the time file
    • setTimeFile

      public void setTimeFile(Timestamp param)
      Sets the time file.
      Parameters:
      param - the new time file
    • getTimeStep

      public long getTimeStep()
      Gets the time step.
      Returns:
      the time step
    • setTimeStep

      public void setTimeStep(long param)
      Sets the time step.
      Parameters:
      param - the new time step
    • setTimeStep

      public void setTimeStep(String param)
      Sets the time step.
      Parameters:
      param - the new time step
    • getMonitoringValueId

      public Long getMonitoringValueId()
      Gets the monitoring value id.
      Returns:
      the monitoring value id
    • setMonitoringValueId

      public void setMonitoringValueId(Long param)
      Sets the monitoring value id.
      Parameters:
      param - the new monitoring value id
    • getFileInstance

      public Integer getFileInstance()
      Gets the file instance.
      Returns:
      the file instance
    • setFileInstance

      public void setFileInstance(Integer param)
      Sets the file instance.
      Parameters:
      param - the new file instance
    • setFileInstance

      public void setFileInstance(int param)
      Sets the file instance.
      Parameters:
      param - the new file instance
    • getFileSystem

      public Integer getFileSystem()
      Gets the file system.
      Returns:
      the file system
    • setFileSystem

      public void setFileSystem(Integer param)
      Sets the file system.
      Parameters:
      param - the new file system
    • setFileSystem

      public void setFileSystem(int param)
      Sets the file system.
      Parameters:
      param - the new file system
    • getGroupBy

      public String getGroupBy()
      Gets the group by.
      Returns:
      the group by
    • setGroupBy

      public void setGroupBy(String param)
      Sets the group by.
      Parameters:
      param - the new group by
    • getTransferGroupName

      public String getTransferGroupName()
      Gets the transfer group name.
      Returns:
      the transfer group name
    • setTransferGroupName

      public void setTransferGroupName(String param)
      Sets the transfer group name.
      Parameters:
      param - the new transfer group name
    • getTransferGroup

      public TransferGroup getTransferGroup()
      Gets the transfer group.
      Returns:
      the transfer group
    • setTransferGroup

      public void setTransferGroup(TransferGroup param)
      Sets the transfer group.
      Parameters:
      param - the new transfer group
    • getMonitoringValue

      public MonitoringValue getMonitoringValue()
      Gets the monitoring value.
      Returns:
      the monitoring value
    • setMonitoringValue

      public void setMonitoringValue(MonitoringValue param)
      Sets the monitoring value.
      Parameters:
      param - the new monitoring value
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object