public class TestRecordStatusInfo extends java.lang.Object implements StatusInfoInterface
Modifier and Type | Field and Description |
---|---|
protected StatusInterface |
statusinfo |
protected TestRecordInterface |
testrecordinfo |
Constructor and Description |
---|
TestRecordStatusInfo()
Constructor for TestRecordStatusInfo
|
TestRecordStatusInfo(StatusInterface statusinfo,
TestRecordInterface testrecordinfo)
PREFERRED Constructor for TestRecordStatusInfo
|
Modifier and Type | Method and Description |
---|---|
StatusInterface |
getStatusInterface()
Get a wrapped StatusInterface.
|
TestRecordInterface |
getTestRecordInterface()
Get a wrapped TestRecordInterface.
|
void |
setStatusInterface(StatusInterface statusinfo)
Set the statusinfo to the provided value.
|
void |
setTestRecordInterface(TestRecordInterface testrecordinfo)
Set the testrecordinfo to the provided value.
|
protected StatusInterface statusinfo
protected TestRecordInterface testrecordinfo
public TestRecordStatusInfo()
public TestRecordStatusInfo(StatusInterface statusinfo, TestRecordInterface testrecordinfo)
public void setStatusInterface(StatusInterface statusinfo)
public StatusInterface getStatusInterface()
StatusInfoInterface
getStatusInterface
in interface StatusInfoInterface
StatusInfoInterface.getStatusInterface()
public void setTestRecordInterface(TestRecordInterface testrecordinfo)
public TestRecordInterface getTestRecordInterface()
StatusInfoInterface
getTestRecordInterface
in interface StatusInfoInterface
StatusInfoInterface.getTestRecordInterface()
Copyright © SAS Institute. All Rights Reserved.