public final class Step extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Step.Builder
Step builder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getComplete()
Retrieve a flag indicating if the step is complete.
|
String |
getDescription()
Retrieve the step description as plain text.
|
Notes |
getDescriptionObject()
Retrieve the step description.
|
String |
getName()
Retrieve the step name.
|
Double |
getPercentComplete()
Retrieve the step percent complete.
|
Integer |
getSequenceNumber()
Retrieve the step sequence number.
|
Task |
getTask()
Retrieve the parent task.
|
Integer |
getUniqueID()
Retrieve the unique ID.
|
Double |
getWeight()
Retrieve the step weight.
|
public Task getTask()
public Integer getUniqueID()
public String getName()
public Double getPercentComplete()
public Integer getSequenceNumber()
public Double getWeight()
public String getDescription()
public Notes getDescriptionObject()
public boolean getComplete()
Copyright © 2000–2024 Packwood Software. All rights reserved.