com.rapidtransform.part.model
Class ItemVersionRelation
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.part.model.ItemVersionRelation
- All Implemented Interfaces:
- Model, OrganizationalData, OrganizationElement, java.io.Serializable
public class ItemVersionRelation
- extends AbstractBaseModel
- implements OrganizationElement, OrganizationalData
The item version relation represents a link between two item versions.
- 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 |
ItemVersionRelation
public ItemVersionRelation()
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getRelating
public ItemVersion getRelating()
- Returns:
- Returns the relating.
setRelating
public void setRelating(ItemVersion relating)
- Parameters:
relating
- The relating to set.
getRelated
public ItemVersion getRelated()
- Returns:
- Returns the related.
setRelated
public void setRelated(ItemVersion related)
- Parameters:
related
- The related to set.
getType
public ItemVersionRelation.RelationType getType()
- Returns:
- Returns the type.
setType
public void setType(ItemVersionRelation.RelationType type)
- Parameters:
type
- The type to set.