openlsd.appli.autoimport.commonimport
Class LSDExtQueueMember

java.lang.Object
  extended by openlsd.common.datatype.LSDQueueMember
      extended by openlsd.appli.autoimport.commonimport.LSDExtQueueMember

public class LSDExtQueueMember
extends LSDQueueMember

Class to store information on each file to import, including LSDBusiness information.

Author:
fbregier

Field Summary
 LSDBusiness lsdb
          Business Data
 
Fields inherited from class openlsd.common.datatype.LSDQueueMember
file, fileidx, filename, idop, isBlockMode, isSame, lcd, lci, lcp, legacy, nbRetry, passwd, size, status, todelete
 
Constructor Summary
LSDExtQueueMember(java.lang.String filename, java.lang.String fileidx, LSDDbLegacy legacy, LSDBusiness lsdb, LSDClientPut lcp, LSDExtClientInfo lci, LSDClientDelete lcd, java.lang.String passwd, boolean todelete, boolean isSameLID)
          Create a queue member from args
 
Method Summary
 java.lang.String toString()
          Return a String identifying the file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lsdb

public LSDBusiness lsdb
Business Data

Constructor Detail

LSDExtQueueMember

public LSDExtQueueMember(java.lang.String filename,
                         java.lang.String fileidx,
                         LSDDbLegacy legacy,
                         LSDBusiness lsdb,
                         LSDClientPut lcp,
                         LSDExtClientInfo lci,
                         LSDClientDelete lcd,
                         java.lang.String passwd,
                         boolean todelete,
                         boolean isSameLID)
Create a queue member from args

Parameters:
filename -
fileidx -
legacy -
lsdb -
lcp -
lci -
lcd -
passwd -
todelete -
isSameLID -
Method Detail

toString

public java.lang.String toString()
Return a String identifying the file

Overrides:
toString in class LSDQueueMember
Returns:
String