com.rapidtransform.product.model
Class TechnicalSolution

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.core.model.VersionControlled
          extended by com.rapidtransform.product.model.Product
              extended by com.rapidtransform.product.model.AlternateSolution
                  extended by com.rapidtransform.product.model.TechnicalSolution
All Implemented Interfaces:
Classified, Model, Versioned, Documented, Approvable, OrganizationalData, OrganizationElement, Complex, PhysicalInstanceDefinition, ProductConstituent, Effective, Specified, java.io.Serializable

public class TechnicalSolution
extends AlternateSolution

An alternate solution where the requirements are fulfilled in a technical way.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
TechnicalSolution()
           
 
Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class com.rapidtransform.product.model.Product
equals, getAliases, getComplexProductRelations, getDesignContraintAssociations, getDocuments, getName, getProductClass, getProductId, getProductStructureRelations, getSpecs, hashCode, setAliases, setComplexProductRelations, setDesignContraintAssociations, setDocuments, setName, setProductClass, setProductId, setProductStructureRelations, setSpecs
 
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
generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TechnicalSolution

public TechnicalSolution()
Method Detail

getDescription

public java.lang.String getDescription()
Overrides:
getDescription in class Product
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Overrides:
setDescription in class Product
Parameters:
description - The description to set.