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