com.rapidtransform.spec.model
Interface SpecRelation<SourceType extends Specified>

All Superinterfaces:
Approvable, ConfiguredSpec, Effective, Model, OrganizationalData, OrganizationElement
All Known Implementing Classes:
BaseSpecRelation, ProductSpecRelation

public interface SpecRelation<SourceType extends Specified>
extends Model, ConfiguredSpec, Approvable, OrganizationElement, OrganizationalData, Effective

Relates Specifications to other objects.

Author:
Steve Werner

Method Summary
 void setSource(SourceType source)
           
 void setTarget(Specification target)
           
 
Methods inherited from interface com.rapidtransform.core.model.Model
getId, getMetaTypeName, getPropertyHolder, getUuid, setMetaTypeName, setPropertyHolder
 

Method Detail

setSource

void setSource(SourceType source)

setTarget

void setTarget(Specification target)