PageBoxLib
Class Archive

java.lang.Object
  extended byPageBoxLib.Archive

public class Archive
extends java.lang.Object

Describes an archive.

Changes:

alexis.grandemange@pagebox.net

Copyright (c) 2002-2004 Alexis Grandemange

This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public License
 as published by the Free Software Foundation; version 2.1 of the
 License.
 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU Lesser General Public License for more details.
 A copy of the GNU Lesser General Public License lesser.txt should be
 included in the distribution.

Version:
0, 0, 9
Author:
Alexis Grandemange

Field Summary
 java.lang.String date
          Archive upload date
 java.lang.String docURL
          Documentation URL
 java.lang.String downloadURL
          Download URL
 java.lang.String owner
          Archive owner
 boolean runInstall
          True if must be installed on the Application server
 java.lang.String size
          Archive size
 java.lang.String status
          installed or setting pb or archive pb
 
Constructor Summary
(package private) Archive(java.lang.String du, java.lang.String o, java.lang.String s, java.lang.String d, java.lang.String st, java.lang.String dou, boolean ri)
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

downloadURL

public java.lang.String downloadURL
Download URL


owner

public java.lang.String owner
Archive owner


size

public java.lang.String size
Archive size


date

public java.lang.String date
Archive upload date


status

public java.lang.String status
installed or setting pb or archive pb


docURL

public java.lang.String docURL
Documentation URL


runInstall

public boolean runInstall
True if must be installed on the Application server

Constructor Detail

Archive

Archive(java.lang.String du,
        java.lang.String o,
        java.lang.String s,
        java.lang.String d,
        java.lang.String st,
        java.lang.String dou,
        boolean ri)
Constructor.

Parameters:
du - download URL
o - archive owner
s - archive size
d - date
dou - docURL