com.rapidtransform.spec.model
Class ClassInclusionAssociation

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.spec.model.ClassInclusionAssociation
All Implemented Interfaces:
Model, Approvable, OrganizationalData, OrganizationElement, Effective, java.io.Serializable

public class ClassInclusionAssociation
extends AbstractBaseModel
implements Approvable, OrganizationElement, OrganizationalData, Effective

This class represents the assignment of a SpecInclusion to a ProductClass.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
ClassInclusionAssociation()
           
 
Method Summary
 java.lang.String getDescription()
           
 SpecInclusion getSpecInclusion()
           
 void setDescription(java.lang.String description)
           
 void setSpecInclusion(SpecInclusion specInclusion)
           
 
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

ClassInclusionAssociation

public ClassInclusionAssociation()
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.

getSpecInclusion

public SpecInclusion getSpecInclusion()
Returns:
Returns the specInclusion.

setSpecInclusion

public void setSpecInclusion(SpecInclusion specInclusion)
Parameters:
specInclusion - The specInclusion to set.