com.rapidtransform.part.model
Class GenericItemViewRelation

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

public class GenericItemViewRelation
extends ItemViewRelation

A relation between two ItemView objects whose relation is defined by the relationType attribute on this class.

Author:
Steve Werner
See Also:
Serialized Form

Nested Class Summary
static class GenericItemViewRelation.RelationType
           
 
Constructor Summary
GenericItemViewRelation()
           
 
Method Summary
 java.lang.String getDescription()
           
 GenericItemViewRelation.RelationType getType()
           
 void setDescription(java.lang.String description)
           
 void setType(GenericItemViewRelation.RelationType type)
           
 
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

GenericItemViewRelation

public GenericItemViewRelation()
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.

getType

public GenericItemViewRelation.RelationType getType()
Returns:
Returns the type.

setType

public void setType(GenericItemViewRelation.RelationType type)
Parameters:
type - The type to set.