com.rapidtransform.spec.model
Class DesignConstraintVersion

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.core.model.VersionControlled
          extended by com.rapidtransform.spec.model.DesignConstraint
              extended by com.rapidtransform.spec.model.DesignConstraintVersion
All Implemented Interfaces:
Classified, Model, Versioned, Approvable, OrganizationalData, OrganizationElement, Effective, java.io.Serializable

public class DesignConstraintVersion
extends DesignConstraint

A version of a DesignConstraint.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
DesignConstraintVersion()
           
 
Method Summary
 java.lang.String getVersionId()
           
 void setVersionId(java.lang.String versionId)
           
 
Methods inherited from class com.rapidtransform.spec.model.DesignConstraint
getConstraintId, getDescription, getDocuments, getName, getRelation, setConstraintId, setDescription, setDocuments, setName, setRelation
 
Methods inherited from class com.rapidtransform.core.model.VersionControlled
getCreatedBy, getCreatedDate, getIteration, getModifiedBy, getModifiedDate, setCreatedBy, setCreatedDate, setIteration, setModifiedBy, setModifiedDate
 
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

DesignConstraintVersion

public DesignConstraintVersion()
Method Detail

getVersionId

public java.lang.String getVersionId()
Returns:
Returns the versionId.

setVersionId

public void setVersionId(java.lang.String versionId)
Parameters:
versionId - The versionId to set.