|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.knup.jedi.jayshare.FileList
Represents a list of file items.
Field Summary | |
private MDate |
date
Modification time of the list. |
private java.util.Vector |
files
Vector of file items. |
private java.lang.String |
version
List version. |
static java.lang.String |
VERSION
File list version (currently 0.0). |
Constructor Summary | |
FileList()
Create a new file list. |
|
FileList(FileList list)
Create a copy of a file list. |
Method Summary | |
void |
addFile(FileItem fi)
Add file item to the vector. |
protected java.lang.String |
getContent()
|
MDate |
getDate()
|
java.util.Vector |
getFiles()
|
java.lang.String |
getVersion()
|
void |
setDate(MDate date)
Set modification time. |
void |
setFiles(java.util.Vector v)
Set file item vector. |
void |
setVersion(java.lang.String ver)
Set version. |
java.lang.String |
toXML()
Create an XML representation of the object. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final java.lang.String VERSION
private java.util.Vector files
private MDate date
private java.lang.String version
Constructor Detail |
public FileList()
public FileList(FileList list)
Method Detail |
public void setDate(MDate date)
public MDate getDate()
public void setVersion(java.lang.String ver)
public java.lang.String getVersion()
public void setFiles(java.util.Vector v)
public void addFile(FileItem fi)
public java.util.Vector getFiles()
protected java.lang.String getContent()
public java.lang.String toXML()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |