|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tszadel.qctools4j.model.Step
@Deprecated public class Step
A Step.
Constructor Summary | |
---|---|
Step()
Deprecated. |
Method Summary | |
---|---|
String |
getActual()
Deprecated. Returns actual. |
List<Attachment> |
getAttachments()
Deprecated. Overrides getAttachments. |
String |
getDescription()
Deprecated. Returns description. |
Date |
getExecutionDate()
Deprecated. Returns executionDate. |
String |
getExecutionTime()
Deprecated. Returns executionTime. |
String |
getExpected()
Deprecated. Returns expected. |
Boolean |
getHasAttachments()
Deprecated. Returns hasAttachments. |
int |
getId()
Deprecated. Returns id. |
Integer |
getLevel()
Deprecated. Returns level. |
Integer |
getLineNo()
Deprecated. Returns lineNo. |
Integer |
getManualStepType()
Deprecated. Returns manualStepType. |
String |
getName()
Deprecated. Returns name. |
Integer |
getParentId()
Deprecated. Returns parentId. |
String |
getPath()
Deprecated. Returns path. |
String |
getStatus()
Deprecated. Returns status. |
Integer |
getStepOrder()
Deprecated. Returns stepOrder. |
void |
setActual(String actual)
Deprecated. Sets the actual. |
void |
setDescription(String description)
Deprecated. Sets the description. |
void |
setExecutionDate(Date executionDate)
Deprecated. Sets the executionDate. |
void |
setExecutionTime(String executionTime)
Deprecated. Sets the executionTime. |
void |
setExpected(String expected)
Deprecated. Sets the expected. |
void |
setHasAttachments(Boolean hasAttachments)
Deprecated. Sets the hasAttachments. |
void |
setId(int id)
Deprecated. Sets the id. |
void |
setLevel(Integer level)
Deprecated. Sets the level. |
void |
setLineNo(Integer lineNo)
Deprecated. Sets the lineNo. |
void |
setManualStepType(Integer manualStepType)
Deprecated. Sets the manualStepType. |
void |
setName(String name)
Deprecated. Sets the name. |
void |
setParentId(Integer parentId)
Deprecated. Sets the parentId. |
void |
setPath(String path)
Deprecated. Sets the path. |
void |
setStatus(String status)
Deprecated. Sets the status. |
void |
setStepOrder(Integer stepOrder)
Deprecated. Sets the stepOrder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Step()
Method Detail |
---|
public String getActual()
public List<Attachment> getAttachments()
getAttachments
in interface IQcModelWithAttachments
IQcModelWithAttachments.getAttachments()
public String getDescription()
public Date getExecutionDate()
public String getExecutionTime()
public String getExpected()
public Boolean getHasAttachments()
public int getId()
public Integer getLevel()
public Integer getLineNo()
public Integer getManualStepType()
public String getName()
public Integer getParentId()
public String getPath()
public String getStatus()
public Integer getStepOrder()
public void setActual(String actual)
actual
- The actual.public void setDescription(String description)
description
- The description.public void setExecutionDate(Date executionDate)
executionDate
- The executionDate.public void setExecutionTime(String executionTime)
executionTime
- The executionTime.public void setExpected(String expected)
expected
- The expected.public void setHasAttachments(Boolean hasAttachments)
hasAttachments
- The hasAttachments.public void setId(int id)
id
- The id.public void setLevel(Integer level)
level
- The level.public void setLineNo(Integer lineNo)
lineNo
- The lineNo.public void setManualStepType(Integer manualStepType)
manualStepType
- The manualStepType.public void setName(String name)
name
- The name.public void setParentId(Integer parentId)
parentId
- The parentId.public void setPath(String path)
path
- The path.public void setStatus(String status)
status
- The status.public void setStepOrder(Integer stepOrder)
stepOrder
- The stepOrder.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |