com.rapidtransform.part.model
Class ReplacedByRelation
java.lang.Object
com.rapidtransform.core.model.AbstractBaseModel
com.rapidtransform.part.model.ItemViewRelation
com.rapidtransform.part.model.ReplacedByRelation
- All Implemented Interfaces:
- Model, Approvable, OrganizationalData, OrganizationElement, Effective, java.io.Serializable
public class ReplacedByRelation
- extends ItemViewRelation
The ReplacedByRelation is a link between two ItemView objects where the
relating ItemView is replacing the related ItemView.
- 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 |
ReplacedByRelation
public ReplacedByRelation()
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.