com.rapidtransform.spec.model
Class ClassSpecificationAssociation

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

public class ClassSpecificationAssociation
extends AbstractSpecRelation

Associates a specificiation to a product class.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
ClassSpecificationAssociation()
           
 
Method Summary
 java.lang.String getAssociationType()
           
 void setAssociationType(java.lang.String associationType)
           
 
Methods inherited from class com.rapidtransform.spec.model.AbstractSpecRelation
getParentId, getSpecification, setParentId, setSpecification
 
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

ClassSpecificationAssociation

public ClassSpecificationAssociation()
Method Detail

getAssociationType

public java.lang.String getAssociationType()
Returns:
Returns the associationType.

setAssociationType

public void setAssociationType(java.lang.String associationType)
Parameters:
associationType - The associationType to set.