org.tolven.ccr
Class StructuredProductTypeWrapper

java.lang.Object
  extended by org.tolven.ccr.StructuredProductTypeWrapper
Direct Known Subclasses:
ImmunizationType, MedicalEquipmentType, MedicationType

public abstract class StructuredProductTypeWrapper
extends java.lang.Object

Simple wrapper class used in rules to distinguish objects that use the StructuredProductType

Author:
John Churin

Constructor Summary
StructuredProductTypeWrapper()
           
StructuredProductTypeWrapper(StructuredProductType structuredProductType)
           
 
Method Summary
 StructuredProductType getStructuredProductType()
           
 void setStructuredProductType(StructuredProductType structuredProductType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructuredProductTypeWrapper

public StructuredProductTypeWrapper()

StructuredProductTypeWrapper

public StructuredProductTypeWrapper(StructuredProductType structuredProductType)
Method Detail

getStructuredProductType

public StructuredProductType getStructuredProductType()

setStructuredProductType

public void setStructuredProductType(StructuredProductType structuredProductType)