openlsd.web.legacy
Class LSDWebLegacy

java.lang.Object
  extended by openlsd.web.legacy.LSDWebLegacy

public class LSDWebLegacy
extends java.lang.Object

Class to manipulate Legacy from Web Admin

Author:
Frederic Bregier LGPL

Field Summary
 java.lang.String basePath
          The base path for the Legacy
 boolean isCrypted
          This storage is in Crypted mode
 long LID
          LID : unique ID of the Legacy
 java.lang.String nameLID
          Name of LID
 java.lang.String outPath
          The base path for extraction/copy of the files for the Legacy
 long sizemax
          The max size for each Storage in the set of this Legacy
 
Constructor Summary
LSDWebLegacy(java.lang.String sNameLID, long lid, java.lang.String basepath, java.lang.String outbase, long size, boolean isCrypted)
          Create a pseudo Legacy object from args
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LID

public long LID
LID : unique ID of the Legacy


nameLID

public java.lang.String nameLID
Name of LID


isCrypted

public boolean isCrypted
This storage is in Crypted mode


basePath

public java.lang.String basePath
The base path for the Legacy


outPath

public java.lang.String outPath
The base path for extraction/copy of the files for the Legacy


sizemax

public long sizemax
The max size for each Storage in the set of this Legacy

Constructor Detail

LSDWebLegacy

public LSDWebLegacy(java.lang.String sNameLID,
                    long lid,
                    java.lang.String basepath,
                    java.lang.String outbase,
                    long size,
                    boolean isCrypted)
Create a pseudo Legacy object from args

Parameters:
sNameLID -
lid -
basepath -
outbase -
size -
isCrypted -