com.rapidtransform.spec.model
Class AbstractSpecRelation

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

public abstract class AbstractSpecRelation
extends AbstractBaseModel
implements ConfiguredSpec, Approvable, OrganizationElement, OrganizationalData, Effective

TODO remove - replaced by SpecRelation

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
AbstractSpecRelation()
           
 
Method Summary
 java.lang.Long getParentId()
           
 Specification getSpecification()
           
 void setParentId(java.lang.Long parentId)
           
 void setSpecification(Specification specification)
           
 
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

AbstractSpecRelation

public AbstractSpecRelation()
Method Detail

getSpecification

public Specification getSpecification()

setSpecification

public void setSpecification(Specification specification)

getParentId

public java.lang.Long getParentId()

setParentId

public void setParentId(java.lang.Long parentId)