public class JobDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static JobDescriptor[] |
EMPTY_ARRAY |
Constructor and Description |
---|
JobDescriptor(java.lang.String displayName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName() |
int |
getDoneAmount() |
float |
getProgress() |
int |
getTotalAmount() |
void |
setDoneAmount(int doneAmount) |
void |
setTotalAmount(int totalAmount) |
public static final JobDescriptor[] EMPTY_ARRAY
public java.lang.String getDisplayName()
public int getTotalAmount()
public void setTotalAmount(int totalAmount)
public int getDoneAmount()
public void setDoneAmount(int doneAmount)
public float getProgress()