com.rapidtransform.part.model
Class ReplacedUsageRelation
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.part.model.ItemInstanceRelation
com.rapidtransform.part.model.ReplacedUsageRelation
- All Implemented Interfaces:
- Model, Approvable, OrganizationalData, OrganizationElement, Effective, java.io.Serializable
public class ReplacedUsageRelation
- extends ItemInstanceRelation
This class is a link between two ItemInstance objects where the relating ItemInstance
is being replaced by the related ItemInstance. The details of the replacement are specified
in the Change object and description.
- Author:
- S. 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 |
ReplacedUsageRelation
public ReplacedUsageRelation()
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in class ItemInstanceRelation
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Overrides:
setDescription
in class ItemInstanceRelation
- Parameters:
description
- The description to set.