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