com.rapidtransform.part.model
Class ItemViewRelation
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
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
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 |
ItemViewRelation
public ItemViewRelation()
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.