Class ExcelModel
- java.lang.Object
-
- fi.tut.mei.matchmaking.test.model.ExcelModel
-
public class ExcelModel extends Object
-
-
Constructor Summary
Constructors Constructor Description ExcelModel(Integer testCaseNum, String prdId, String resPoolId, String resPoolShort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMsgId()
String
getPrdId()
String
getResPoolId()
String
getResultFileName()
Integer
getTestCaseNum()
void
setMsgId(String msgId)
void
setPrdId(String prdId)
void
setResPoolId(String resPoolId)
void
setResultFileName(String resultFileName)
void
setTestCaseNum(Integer testCaseNum)
-
-
-
Method Detail
-
getTestCaseNum
public Integer getTestCaseNum()
-
setTestCaseNum
public void setTestCaseNum(Integer testCaseNum)
-
getPrdId
public String getPrdId()
-
setPrdId
public void setPrdId(String prdId)
-
getResPoolId
public String getResPoolId()
-
setResPoolId
public void setResPoolId(String resPoolId)
-
getMsgId
public String getMsgId()
-
setMsgId
public void setMsgId(String msgId)
-
getResultFileName
public String getResultFileName()
-
setResultFileName
public void setResultFileName(String resultFileName)
-
-