com.rapidtransform.part.model
Class GenericItemViewInstanceRelation

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

public class GenericItemViewInstanceRelation
extends ItemViewInstanceRelation

A general relation between an ItemView and an ItemInstance that is further defined by the relationType attribute.

Author:
Steve
See Also:
Serialized Form

Nested Class Summary
static class GenericItemViewInstanceRelation.RelationType
           
 
Constructor Summary
GenericItemViewInstanceRelation()
           
 
Method Summary
 java.lang.String getDescription()
           
 GenericItemViewInstanceRelation.RelationType getType()
           
 void setDescription(java.lang.String description)
           
 void setType(GenericItemViewInstanceRelation.RelationType type)
           
 
Methods inherited from class com.rapidtransform.part.model.ItemViewInstanceRelation
getDocuments, getInstance, getView, setDocuments, setInstance, setView
 
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

GenericItemViewInstanceRelation

public GenericItemViewInstanceRelation()
Method Detail

getDescription

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

setDescription

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

getType

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

setType

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