com.rapidtransform.part.model
Class MakeFromRelation

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

public class MakeFromRelation
extends ItemViewRelation

The MakeFromRelation class is a link between an ItemView, such as a Raw Material or semi-finished item, and another ItemView from which the other material is constructed.

Author:
Steve
See Also:
Serialized Form

Constructor Summary
MakeFromRelation()
           
 
Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class com.rapidtransform.part.model.ItemViewRelation
getDocuments, getRelated, getRelating, 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

MakeFromRelation

public MakeFromRelation()
Method Detail

getDescription

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

setDescription

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