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