com.rapidtransform.spec.model
Class DesignConstraintAssociation
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.spec.model.DesignConstraintAssociation
- All Implemented Interfaces:
- Model, java.io.Serializable
public class DesignConstraintAssociation
- extends AbstractBaseModel
Associates a design constraint with an object that is subject to the constraint.
- 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 |
DesignConstraintAssociation
public DesignConstraintAssociation()
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getDesignConstraint
public DesignConstraint getDesignConstraint()
- Returns:
- Returns the designConstraint.
setDesignConstraint
public void setDesignConstraint(DesignConstraint designConstraint)
- Parameters:
designConstraint
- The designConstraint to set.