IItemRelation
instead.public interface IItemRelation
extends org.sistema.persist.IPersistent
Modifier and Type | Method and Description |
---|---|
IItem |
getSource()
Deprecated.
|
IItem |
getTarget()
Deprecated.
|
int |
getType()
Deprecated.
|
void |
setSource(IItem source)
Deprecated.
Sets the source item of the relationship.
|
void |
setTarget(IItem target)
Deprecated.
Sets the target item of the relationship.
|
void |
setType(int type)
Deprecated.
Sets the type of relation.
|
IItem getSource()
IItem getTarget()
int getType()
void setSource(IItem source)
source
- Source item.void setTarget(IItem target)
target
- Target item.void setType(int type)
type
-