org.nees.data.store
Class DownloadRequestRecord

java.lang.Object
  extended byorg.nees.data.store.TransferRequestRecord
      extended byorg.nees.data.store.DownloadRequestRecord

public class DownloadRequestRecord
extends TransferRequestRecord

Author:
USER

Field Summary
 int fileVersion
           
 
Fields inherited from class org.nees.data.store.TransferRequestRecord
expirationDate, externalTempURI, internalTempURI, localFilename, logicalName, permanentLocationURI, protocol, requestDate, userID, xfToken
 
Constructor Summary
DownloadRequestRecord()
           
DownloadRequestRecord(DownloadOptions dOption, AuthenticIdentity id)
          Creates a new instance of DownloadRequestRecord
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String toString()
          A report on this object
 
Methods inherited from class org.nees.data.store.TransferRequestRecord
areBothNull, dateCheck, isOneNull, nullToString, simpleCheck
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fileVersion

public int fileVersion
Constructor Detail

DownloadRequestRecord

public DownloadRequestRecord()

DownloadRequestRecord

public DownloadRequestRecord(DownloadOptions dOption,
                             AuthenticIdentity id)
Creates a new instance of DownloadRequestRecord

Method Detail

toString

public java.lang.String toString()
A report on this object

Overrides:
toString in class TransferRequestRecord

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class TransferRequestRecord