Class XrayTestEntity

java.lang.Object
de.qytera.qtaf.xray.entity.XrayTestEntity

public class XrayTestEntity extends Object
Xray test entity
  • Constructor Details

    • XrayTestEntity

      public XrayTestEntity()
  • Method Details

    • getTestKey

      public String getTestKey()
      Get testKey
      Returns:
      testKey TestKey
    • setTestKey

      public XrayTestEntity setTestKey(String testKey)
      Set testKey
      Parameters:
      testKey - TestKey
      Returns:
      this
    • getStart

      public Date getStart()
      Get start
      Returns:
      start Start
    • setStart

      public XrayTestEntity setStart(Date start)
      Set start
      Parameters:
      start - Start
      Returns:
      this
    • getFinish

      public Date getFinish()
      Get finish
      Returns:
      finish Finish
    • setFinish

      public XrayTestEntity setFinish(Date finish)
      Set finish
      Parameters:
      finish - Finish
      Returns:
      this
    • getComment

      public String getComment()
      Get comment
      Returns:
      comment Comment
    • setComment

      public XrayTestEntity setComment(String comment)
      Set comment
      Parameters:
      comment - Comment
      Returns:
      this
    • getStatus

      public XrayTestEntity.Status getStatus()
      Get status
      Returns:
      status Status
    • setStatus

      public XrayTestEntity setStatus(XrayTestEntity.Status status)
      Set status
      Parameters:
      status - Status
      Returns:
      this
    • addXrayStep

      public XrayTestEntity addXrayStep(XrayTestStepEntity xrayTestStepEntity)
      Add Test Step
      Parameters:
      xrayTestStepEntity - step
      Returns:
      this
    • addXrayEvidenceEntity

      public XrayTestEntity addXrayEvidenceEntity(XrayEvidenceEntity xrayEvidenceEntity)
      Add Evidence Entity
      Parameters:
      xrayEvidenceEntity - Evidence entity
      Returns:
      this