com.rapidtransform.product.model
Class PhysicalInstanceTestResult
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.product.model.PhysicalInstanceTestResult
- All Implemented Interfaces:
- Model, Approvable, OrganizationalData, OrganizationElement, java.io.Serializable
public class PhysicalInstanceTestResult
- extends AbstractBaseModel
- implements Approvable, OrganizationElement, OrganizationalData
A test result for a physical instance. The test result is comprised of a set of measurements
made on the physical instance for validation reason specified in the test activity.
TODO move to a new test package?
- Author:
- S. Werner
- See Also:
- Serialized Form
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel |
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PhysicalInstanceTestResult
public PhysicalInstanceTestResult()
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getDocuments
public java.util.Set<Document> getDocuments()
- Returns:
- Returns the documents.
setDocuments
public void setDocuments(java.util.Set<Document> documents)
- Parameters:
documents
- The documents to set.
getTestActivity
public TestActivity getTestActivity()
- Returns:
- Returns the testActivity.
setTestActivity
public void setTestActivity(TestActivity testActivity)
- Parameters:
testActivity
- The testActivity to set.
getTestResultId
public java.lang.String getTestResultId()
- Returns:
- Returns the testResultId.
setTestResultId
public void setTestResultId(java.lang.String testResultId)
- Parameters:
testResultId
- The testResultId to set.