de.phleisch.app.itsucks.persistence.jaxb
Class SerializedDownloadJob

java.lang.Object
  extended by de.phleisch.app.itsucks.persistence.jaxb.SerializedJob
      extended by de.phleisch.app.itsucks.persistence.jaxb.SerializedDownloadJob

public class SerializedDownloadJob
extends SerializedJob

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://itsucks.sourceforge.net/ItSucksJobSchema}serializedJob">
       <sequence>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="parentJobId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="depth" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="maxRetryCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="minTimeBetweenRetry" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="saveToDisk" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="savePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  int depth
           
protected  int maxRetryCount
           
protected  java.lang.Long minTimeBetweenRetry
           
protected  java.lang.Long parentJobId
           
protected  java.lang.String savePath
           
protected  boolean saveToDisk
           
protected  java.lang.String url
           
 
Fields inherited from class de.phleisch.app.itsucks.persistence.jaxb.SerializedJob
id, ignoreFilter, name, parameter, priority, state
 
Constructor Summary
SerializedDownloadJob()
           
 
Method Summary
 int getDepth()
          Gets the value of the depth property.
 int getMaxRetryCount()
          Gets the value of the maxRetryCount property.
 java.lang.Long getMinTimeBetweenRetry()
          Gets the value of the minTimeBetweenRetry property.
 java.lang.Long getParentJobId()
          Gets the value of the parentJobId property.
 java.lang.String getSavePath()
          Gets the value of the savePath property.
 java.lang.String getUrl()
          Gets the value of the url property.
 boolean isSaveToDisk()
          Gets the value of the saveToDisk property.
 void setDepth(int value)
          Sets the value of the depth property.
 void setMaxRetryCount(int value)
          Sets the value of the maxRetryCount property.
 void setMinTimeBetweenRetry(java.lang.Long value)
          Sets the value of the minTimeBetweenRetry property.
 void setParentJobId(java.lang.Long value)
          Sets the value of the parentJobId property.
 void setSavePath(java.lang.String value)
          Sets the value of the savePath property.
 void setSaveToDisk(boolean value)
          Sets the value of the saveToDisk property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 
Methods inherited from class de.phleisch.app.itsucks.persistence.jaxb.SerializedJob
getId, getName, getParameter, getPriority, getState, isIgnoreFilter, setId, setIgnoreFilter, setName, setPriority, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

protected java.lang.String url

parentJobId

protected java.lang.Long parentJobId

depth

protected int depth

maxRetryCount

protected int maxRetryCount

minTimeBetweenRetry

protected java.lang.Long minTimeBetweenRetry

saveToDisk

protected boolean saveToDisk

savePath

protected java.lang.String savePath
Constructor Detail

SerializedDownloadJob

public SerializedDownloadJob()
Method Detail

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getParentJobId

public java.lang.Long getParentJobId()
Gets the value of the parentJobId property.

Returns:
possible object is Long

setParentJobId

public void setParentJobId(java.lang.Long value)
Sets the value of the parentJobId property.

Parameters:
value - allowed object is Long

getDepth

public int getDepth()
Gets the value of the depth property.


setDepth

public void setDepth(int value)
Sets the value of the depth property.


getMaxRetryCount

public int getMaxRetryCount()
Gets the value of the maxRetryCount property.


setMaxRetryCount

public void setMaxRetryCount(int value)
Sets the value of the maxRetryCount property.


getMinTimeBetweenRetry

public java.lang.Long getMinTimeBetweenRetry()
Gets the value of the minTimeBetweenRetry property.

Returns:
possible object is Long

setMinTimeBetweenRetry

public void setMinTimeBetweenRetry(java.lang.Long value)
Sets the value of the minTimeBetweenRetry property.

Parameters:
value - allowed object is Long

isSaveToDisk

public boolean isSaveToDisk()
Gets the value of the saveToDisk property.


setSaveToDisk

public void setSaveToDisk(boolean value)
Sets the value of the saveToDisk property.


getSavePath

public java.lang.String getSavePath()
Gets the value of the savePath property.

Returns:
possible object is String

setSavePath

public void setSavePath(java.lang.String value)
Sets the value of the savePath property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.