public interface IDocRelation
extends org.sistema.persist.IPersistent
Modifier and Type | Method and Description |
---|---|
IDoc |
getSource()
Retrieves the source document of the relation.
|
IDoc |
getTarget()
Retrieves the target document of the relation.
|
IDocRelationType |
getType()
Retrieves the type of relationship.
|
void |
setSource(IDoc source)
Sets the source document of the relationship.
|
void |
setTarget(IDoc target)
Sets the target document of the relationship.
|
void |
setType(IDocRelationType type)
Sets the type of relationship between the source and target documents.
|
IDoc getSource()
IDoc getTarget()
IDocRelationType getType()
void setSource(IDoc source)
source
- documentvoid setTarget(IDoc target)
target
- Target documentvoid setType(IDocRelationType type)
type
- Type of relationship