com.rapidtransform.spec.model
Class SpecInclusion

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

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

The inclusion specifies how a specification or specExpression includes another specification or expression.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
SpecInclusion()
           
 
Method Summary
 java.lang.String getDescription()
           
 SpecOperand getIncluded()
           
 java.lang.String getInclusionId()
           
 void setDescription(java.lang.String description)
           
 void setIncluded(SpecOperand included)
           
 void setInclusionId(java.lang.String inclusionId)
           
 
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

SpecInclusion

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

getIncluded

public SpecOperand getIncluded()
Returns:
Returns the included.

setIncluded

public void setIncluded(SpecOperand included)
Parameters:
included - The included to set.

getInclusionId

public java.lang.String getInclusionId()
Returns:
Returns the inclusionId.

setInclusionId

public void setInclusionId(java.lang.String inclusionId)
Parameters:
inclusionId - The inclusionId to set.