|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.phleisch.app.itsucks.persistence.jaxb.SerializedJob
de.phleisch.app.itsucks.persistence.jaxb.SerializedDownloadJob
public class SerializedDownloadJob
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 |
|---|
protected java.lang.String url
protected java.lang.Long parentJobId
protected int depth
protected int maxRetryCount
protected java.lang.Long minTimeBetweenRetry
protected boolean saveToDisk
protected java.lang.String savePath
| Constructor Detail |
|---|
public SerializedDownloadJob()
| Method Detail |
|---|
public java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Long getParentJobId()
Longpublic void setParentJobId(java.lang.Long value)
value - allowed object is
Longpublic int getDepth()
public void setDepth(int value)
public int getMaxRetryCount()
public void setMaxRetryCount(int value)
public java.lang.Long getMinTimeBetweenRetry()
Longpublic void setMinTimeBetweenRetry(java.lang.Long value)
value - allowed object is
Longpublic boolean isSaveToDisk()
public void setSaveToDisk(boolean value)
public java.lang.String getSavePath()
Stringpublic void setSavePath(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||