com.rapidtransform.product.model
Class PhysicalInstanceTestResult

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by 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

Constructor Summary
PhysicalInstanceTestResult()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.util.Set<Document> getDocuments()
           
 TestActivity getTestActivity()
           
 java.lang.String getTestResultId()
           
 void setDescription(java.lang.String description)
           
 void setDocuments(java.util.Set<Document> documents)
           
 void setTestActivity(TestActivity testActivity)
           
 void setTestResultId(java.lang.String testResultId)
           
 
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
 

Constructor Detail

PhysicalInstanceTestResult

public PhysicalInstanceTestResult()
Method Detail

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.