public class StepItem extends Object
| Constructor and Description |
|---|
StepItem(String id,
String name,
String description,
String status,
Object object)
Constructor with all details.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get item description.
|
String |
getId()
Get the item ID.
|
String |
getName()
Get item name.
|
Object |
getObject()
Get related object (optional).
|
String |
getStatus()
Get item status.
|
public String getId()
public String getName()
public String getDescription()
public String getStatus()
public Object getObject()
Copyright © 2016–2020 Wultra s.r.o.. All rights reserved.