public class FCproJob extends Object
Constructor and Description |
---|
FCproJob() |
Modifier and Type | Method and Description |
---|---|
Date |
getConverted()
Getter.
|
Date |
getCreated()
Getter.
|
String |
getError()
Getter.
|
String |
getGuid()
Getter.
|
int |
getJobId()
Getter.
|
String |
getLabel()
Getter.
|
String |
getOwner()
Getter.
|
int |
getPageCount()
Getter.
|
FCproStatus |
getStatus()
Getter.
|
void |
setConverted(Date converted)
Setter.
|
void |
setCreated(Date created)
Setter.
|
void |
setError(String error)
Setter.
|
void |
setGuid(String guid)
Setter.
|
void |
setJobId(int jobId)
Setter.
|
void |
setLabel(String label)
Setter.
|
void |
setOwner(String owner)
Setter.
|
void |
setPageCount(int pageCount)
Setter.
|
void |
setStatus(FCproStatus status)
Setter.
|
JSONObject |
toJSON()
Convert the
FCproJob to JSO. |
String |
toString() |
public final String getGuid()
public final void setGuid(String guid)
guid
- the job GUIDpublic final int getJobId()
public final void setJobId(int jobId)
jobId
- the job IDpublic final int getPageCount()
public final void setPageCount(int pageCount)
pageCount
- the page countpublic final FCproStatus getStatus()
public final void setStatus(FCproStatus status)
status
- the statuspublic final void setOwner(String owner)
owner
- the ownerpublic final String getOwner()
public JSONObject toJSON()
FCproJob
to JSO.public String getError()
public void setError(String error)
error
- the errorpublic void setLabel(String label)
label
- the labelpublic String getLabel()
public Date getCreated()
public void setCreated(Date created)
created
- the created datepublic Date getConverted()
public void setConverted(Date converted)
converted
- the converted dateCopyright © 2015. All Rights Reserved.