Class ProgressInfo
java.lang.Object
de.mid.innovator.m2msdk.model.progress.ProgressInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProgressInfo(String iName, String iSource, String iTarget) Create an info with name and source and target icon. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCurrentElementName(String sCurrentElementName) voidsetCurrentSourceIcon(String sCurrentSourceIcon) voidsetCurrentTargetIcon(String sCurrentTargetIcon)
-
Constructor Details
-
ProgressInfo
Create an info with name and source and target icon.- Parameters:
iName- name of source elementiSource- source iconiTarget- target icon
-
-
Method Details
-
setCurrentElementName
-
getCurrentElementName
-
setCurrentSourceIcon
-
getCurrentSourceIcon
-
setCurrentTargetIcon
-
getCurrentTargetIcon
-