com.rapidtransform.part.model
Class ToolItemRelation

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.part.model.ItemViewRelation
          extended by com.rapidtransform.part.model.ToolItemRelation
All Implemented Interfaces:
Model, Approvable, OrganizationalData, OrganizationElement, Effective, java.io.Serializable

public class ToolItemRelation
extends ItemViewRelation

This class is a link between a Tool ('relating' attribute) and an item ('related' attribute) that is created with the tool.

Author:
S. Werner
See Also:
Serialized Form

Constructor Summary
ToolItemRelation()
           
 
Method Summary
 java.lang.String getTechDescription()
           
 void setTechDescription(java.lang.String techDescription)
           
 
Methods inherited from class com.rapidtransform.part.model.ItemViewRelation
getDescription, getDocuments, getRelated, getRelating, setDescription, setDocuments, setRelated, setRelating
 
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

ToolItemRelation

public ToolItemRelation()
Method Detail

getTechDescription

public java.lang.String getTechDescription()
Returns:
Returns the techDescription.

setTechDescription

public void setTechDescription(java.lang.String techDescription)
Parameters:
techDescription - The techDescription to set.