public class ProgressData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.awt.Rectangle |
area
The area.
|
protected java.lang.String |
displayid
The display id.
|
protected boolean |
finished
The state (finished or not).
|
protected int |
imageheight
The image height.
|
protected int |
imagewidth
The image width.
|
protected jadex.bridge.IComponentIdentifier |
providerid
The provider id.
|
protected java.lang.Object |
taskid
The task id.
|
Constructor and Description |
---|
ProgressData()
Bean constructor.
|
ProgressData(jadex.bridge.IComponentIdentifier providerid,
java.lang.Object taskid,
java.awt.Rectangle area,
boolean finished,
int imagewidth,
int imageheight,
java.lang.String displayid)
Create a new ProgressData.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Test if two objects are equal.
|
java.awt.Rectangle |
getArea()
Get the area.
|
java.lang.String |
getDisplayId()
Get the displayid.
|
int |
getImageHeight()
Get the imageheight.
|
int |
getImageWidth()
Get the imagewidth.
|
jadex.bridge.IComponentIdentifier |
getProviderId()
Get the provider id.
|
java.lang.Object |
getTaskId()
Get the task id.
|
int |
hashCode()
Calculate the hash code.
|
boolean |
isFinished()
Check if calculation is finished.
|
void |
setArea(java.awt.Rectangle area)
Set the area.
|
void |
setDisplayId(java.lang.String displayid)
Set the displayid.
|
void |
setFinished(boolean finished)
Set the finished flag.
|
void |
setImageHeight(int imageheight)
Set the imageheight.
|
void |
setImageWidth(int imagewidth)
Set the imagewidth.
|
void |
setProviderId(jadex.bridge.IComponentIdentifier providerid)
Set the provider id.
|
void |
setTaskId(java.lang.Object taskid)
Set the task id.
|
java.lang.String |
toString()
String representation.
|
protected jadex.bridge.IComponentIdentifier providerid
protected java.lang.Object taskid
protected java.awt.Rectangle area
protected int imagewidth
protected int imageheight
protected boolean finished
protected java.lang.String displayid
public ProgressData()
public ProgressData(jadex.bridge.IComponentIdentifier providerid, java.lang.Object taskid, java.awt.Rectangle area, boolean finished, int imagewidth, int imageheight, java.lang.String displayid)
public jadex.bridge.IComponentIdentifier getProviderId()
public void setProviderId(jadex.bridge.IComponentIdentifier providerid)
public java.lang.Object getTaskId()
public void setTaskId(java.lang.Object taskid)
public java.awt.Rectangle getArea()
public void setArea(java.awt.Rectangle area)
public boolean isFinished()
public void setFinished(boolean finished)
public int getImageWidth()
public void setImageWidth(int imagewidth)
imagewidth
- The imagewidth to set.public int getImageHeight()
public void setImageHeight(int imageheight)
imageheight
- The imageheight to set.public java.lang.String getDisplayId()
public void setDisplayId(java.lang.String displayid)
displayid
- The displayid to set.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object