com.rapidtransform.spec.model
Class DesignConstraintRelation

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.spec.model.DesignConstraintRelation
All Implemented Interfaces:
Model, java.io.Serializable

public class DesignConstraintRelation
extends AbstractBaseModel

Relates two design constraint objects.

Author:
S. Werner
See Also:
Serialized Form

Nested Class Summary
static class DesignConstraintRelation.RelationType
           
 
Constructor Summary
DesignConstraintRelation()
           
 
Method Summary
 java.lang.String getDescription()
           
 DesignConstraint getRelated()
           
 DesignConstraint getRelating()
           
 DesignConstraintRelation.RelationType getType()
           
 void setDescription(java.lang.String description)
           
 void setRelated(DesignConstraint related)
           
 void setRelating(DesignConstraint relating)
           
 void setType(DesignConstraintRelation.RelationType type)
           
 
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

DesignConstraintRelation

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

getRelated

public DesignConstraint getRelated()
Returns:
Returns the related.

setRelated

public void setRelated(DesignConstraint related)
Parameters:
related - The related to set.

getRelating

public DesignConstraint getRelating()
Returns:
Returns the relating.

setRelating

public void setRelating(DesignConstraint relating)
Parameters:
relating - The relating to set.

getType

public DesignConstraintRelation.RelationType getType()
Returns:
Returns the type.

setType

public void setType(DesignConstraintRelation.RelationType type)
Parameters:
type - The type to set.