public class Relation extends Object implements Serializable
| Constructor and Description |
|---|
Relation() |
| Modifier and Type | Method and Description |
|---|---|
Provenance |
getProvenance() |
RelType |
getRelType() |
String |
getSource() |
String |
getSourceType() |
String |
getTarget() |
String |
getTargetType() |
boolean |
getValidated() |
String |
getValidationDate() |
int |
hashCode() |
static Relation |
newInstance(String source,
String sourceType,
String target,
String targetType,
RelType reltype,
Provenance provenance) |
void |
setProvenance(Provenance provenance) |
void |
setRelType(RelType relType) |
void |
setSource(String source) |
void |
setSourceType(String sourceType) |
void |
setTarget(String target) |
void |
setTargetType(String targetType) |
void |
setValidated(boolean validate) |
void |
setValidationDate(String validationDate) |
public String getSource()
public void setSource(String source)
public String getSourceType()
public void setSourceType(String sourceType)
public String getTarget()
public void setTarget(String target)
public String getTargetType()
public void setTargetType(String targetType)
public RelType getRelType()
public void setRelType(RelType relType)
public Provenance getProvenance()
public void setProvenance(Provenance provenance)
public void setValidated(boolean validate)
public boolean getValidated()
public void setValidationDate(String validationDate)
public String getValidationDate()
Copyright © 2025. All rights reserved.