com.rapidtransform.part.model
Class ItemViewRelation

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

public abstract class ItemViewRelation
extends AbstractBaseModel
implements Approvable, OrganizationElement, OrganizationalData, Effective

This class links two ItemView objects.

Author:
Steve Werner
See Also:
Serialized Form

Constructor Summary
ItemViewRelation()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.util.Set<Document> getDocuments()
           
 ItemView getRelated()
           
 ItemView getRelating()
           
 void setDescription(java.lang.String description)
           
 void setDocuments(java.util.Set<Document> documents)
           
 void setRelated(ItemView related)
           
 void setRelating(ItemView relating)
           
 
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

ItemViewRelation

public ItemViewRelation()
Method Detail

getDocuments

public java.util.Set<Document> getDocuments()
Returns:
Returns the documents.

setDocuments

public void setDocuments(java.util.Set<Document> documents)
Parameters:
documents - The documents to set.

getRelated

public ItemView getRelated()
Returns:
Returns the related.

setRelated

public void setRelated(ItemView related)
Parameters:
related - The related to set.

getRelating

public ItemView getRelating()
Returns:
Returns the relating.

setRelating

public void setRelating(ItemView relating)
Parameters:
relating - The relating to set.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

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