public class TestCaseModel extends Object
| Constructor and Description |
|---|
TestCaseModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
long |
getPhaseTestCaseId() |
long |
getRemoteRepositoryId() |
long |
getTestCaseId() |
void |
setName(String name) |
void |
setPhaseTestCaseId(long phaseTestCaseId) |
void |
setRemoteRepositoryId(long remoteRepositoryId) |
void |
setTestCaseId(long testCaseId) |
public String getName()
public void setName(String name)
public long getTestCaseId()
public void setTestCaseId(long testCaseId)
public long getPhaseTestCaseId()
public void setPhaseTestCaseId(long phaseTestCaseId)
public long getRemoteRepositoryId()
public void setRemoteRepositoryId(long remoteRepositoryId)
Copyright © 2004-2015. All Rights Reserved.