com.rapidtransform.spec.model
Class ClassInclusionAssociation
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
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
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 |
ClassInclusionAssociation
public ClassInclusionAssociation()
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.