public class PrintJobAttributes extends Object
| Constructor and Description |
|---|
PrintJobAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompleteDate(CupsClient client) |
String |
getCreateDate(CupsClient client) |
Date |
getJobCompleteTime() |
Date |
getJobCreateTime() |
int |
getJobID() |
String |
getJobName() |
JobStateEnum |
getJobState() |
URL |
getJobURL() |
URL |
getJobURL(CupsClient client) |
int |
getPagesPrinted() |
int |
getPagesPrinted(CupsClient client) |
URL |
getPrinterURL() |
int |
getSize() |
int |
getSize(CupsClient client) |
String |
getUserName() |
void |
setJobCompleteTime(Date jobCompleteTime) |
void |
setJobCreateTime(Date jobCreateTime) |
void |
setJobID(int jobID) |
void |
setJobName(String jobName) |
void |
setJobState(JobStateEnum jobState) |
void |
setJobURL(URL jobURL) |
void |
setPagesPrinted(int pagesPrinted) |
void |
setPrinterURL(URL printerURL) |
void |
setSize(int size) |
void |
setUserName(String userName) |
String |
toString() |
String |
toString(CupsClient client) |
public URL getJobURL()
public void setJobURL(URL jobURL)
public URL getPrinterURL()
public void setPrinterURL(URL printerURL)
public int getJobID()
public void setJobID(int jobID)
public JobStateEnum getJobState()
public void setJobState(JobStateEnum jobState)
public String getJobName()
public void setJobName(String jobName)
public String getUserName()
public void setUserName(String userName)
public Date getJobCreateTime()
public void setJobCreateTime(Date jobCreateTime)
public Date getJobCompleteTime()
public void setJobCompleteTime(Date jobCompleteTime)
public int getPagesPrinted()
public void setPagesPrinted(int pagesPrinted)
public int getSize()
public void setSize(int size)
public URL getJobURL(CupsClient client) throws Exception
Exceptionpublic int getPagesPrinted(CupsClient client) throws Exception
Exceptionpublic int getSize(CupsClient client) throws Exception
Exceptionpublic String getCreateDate(CupsClient client) throws Exception
Exceptionpublic String getCompleteDate(CupsClient client) throws Exception
Exceptionpublic String toString(CupsClient client)
Copyright © 2016. All rights reserved.