com.tszadel.qctools4j.model
Class Step

java.lang.Object
  extended by com.tszadel.qctools4j.model.Step
All Implemented Interfaces:
IQcModel, IQcModelWithAttachments

Deprecated.

@Deprecated
public class Step
extends Object
implements IQcModelWithAttachments

A Step.

Author:
tszadel

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

Step

public Step()
Deprecated. 
Method Detail

getActual

public String getActual()
Deprecated. 
Returns actual.

Returns:
The actual.

getAttachments

public List<Attachment> getAttachments()
Deprecated. 
Overrides getAttachments. Returns the attachments.

Specified by:
getAttachments in interface IQcModelWithAttachments
Returns:
The attachments.
See Also:
IQcModelWithAttachments.getAttachments()

getDescription

public String getDescription()
Deprecated. 
Returns description.

Returns:
The description.

getExecutionDate

public Date getExecutionDate()
Deprecated. 
Returns executionDate.

Returns:
The executionDate.

getExecutionTime

public String getExecutionTime()
Deprecated. 
Returns executionTime.

Returns:
The executionTime.

getExpected

public String getExpected()
Deprecated. 
Returns expected.

Returns:
The expected.

getHasAttachments

public Boolean getHasAttachments()
Deprecated. 
Returns hasAttachments.

Returns:
The hasAttachments.

getId

public int getId()
Deprecated. 
Returns id.

Returns:
The id.

getLevel

public Integer getLevel()
Deprecated. 
Returns level.

Returns:
The level.

getLineNo

public Integer getLineNo()
Deprecated. 
Returns lineNo.

Returns:
The lineNo.

getManualStepType

public Integer getManualStepType()
Deprecated. 
Returns manualStepType.

Returns:
The manualStepType.

getName

public String getName()
Deprecated. 
Returns name.

Returns:
The name.

getParentId

public Integer getParentId()
Deprecated. 
Returns parentId.

Returns:
The parentId.

getPath

public String getPath()
Deprecated. 
Returns path.

Returns:
The path.

getStatus

public String getStatus()
Deprecated. 
Returns status.

Returns:
The status.

getStepOrder

public Integer getStepOrder()
Deprecated. 
Returns stepOrder.

Returns:
The stepOrder.

setActual

public void setActual(String actual)
Deprecated. 
Sets the actual.

Parameters:
actual - The actual.

setDescription

public void setDescription(String description)
Deprecated. 
Sets the description.

Parameters:
description - The description.

setExecutionDate

public void setExecutionDate(Date executionDate)
Deprecated. 
Sets the executionDate.

Parameters:
executionDate - The executionDate.

setExecutionTime

public void setExecutionTime(String executionTime)
Deprecated. 
Sets the executionTime.

Parameters:
executionTime - The executionTime.

setExpected

public void setExpected(String expected)
Deprecated. 
Sets the expected.

Parameters:
expected - The expected.

setHasAttachments

public void setHasAttachments(Boolean hasAttachments)
Deprecated. 
Sets the hasAttachments.

Parameters:
hasAttachments - The hasAttachments.

setId

public void setId(int id)
Deprecated. 
Sets the id.

Parameters:
id - The id.

setLevel

public void setLevel(Integer level)
Deprecated. 
Sets the level.

Parameters:
level - The level.

setLineNo

public void setLineNo(Integer lineNo)
Deprecated. 
Sets the lineNo.

Parameters:
lineNo - The lineNo.

setManualStepType

public void setManualStepType(Integer manualStepType)
Deprecated. 
Sets the manualStepType.

Parameters:
manualStepType - The manualStepType.

setName

public void setName(String name)
Deprecated. 
Sets the name.

Parameters:
name - The name.

setParentId

public void setParentId(Integer parentId)
Deprecated. 
Sets the parentId.

Parameters:
parentId - The parentId.

setPath

public void setPath(String path)
Deprecated. 
Sets the path.

Parameters:
path - The path.

setStatus

public void setStatus(String status)
Deprecated. 
Sets the status.

Parameters:
status - The status.

setStepOrder

public void setStepOrder(Integer stepOrder)
Deprecated. 
Sets the stepOrder.

Parameters:
stepOrder - The stepOrder.