com.rapidtransform.part.model
Class ToolItemRelation
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.part.model.ItemViewRelation
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
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 |
ToolItemRelation
public ToolItemRelation()
getTechDescription
public java.lang.String getTechDescription()
- Returns:
- Returns the techDescription.
setTechDescription
public void setTechDescription(java.lang.String techDescription)
- Parameters:
techDescription
- The techDescription to set.