com.silverpeas.silvercrawler.control
Class FolderZIPInfo

java.lang.Object
  extended by com.silverpeas.silvercrawler.control.FolderZIPInfo

public class FolderZIPInfo
extends Object

Folder ZIP Information.

Author:
Ludovic Bertin

Constructor Summary
FolderZIPInfo()
           
 
Method Summary
 String getFileZip()
           
 long getMaxiSize()
           
 long getSize()
           
 String getUrl()
           
 void setFileZip(String fileZip)
           
 void setMaxiSize(long maxiSize)
           
 void setSize(long size)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderZIPInfo

public FolderZIPInfo()
Method Detail

getFileZip

public String getFileZip()

setFileZip

public void setFileZip(String fileZip)

getSize

public long getSize()

setSize

public void setSize(long size)

getMaxiSize

public long getMaxiSize()

setMaxiSize

public void setMaxiSize(long maxiSize)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


Copyright © 2016 Silverpeas. All Rights Reserved.