public interface CandidateRelationship extends CandidateETSComponent
Represents a Relationship
object that needs to be created using ETSAuthoringService methods
A CandidateRelationship must have at least the following attributes correctly defined
for it to be created as a Relationship
Modifier and Type | Method and Description |
---|---|
String |
getRelationshipTypeConceptID()
Gets the
ETSID attribute of RelationshipType Concept . |
String |
getSourceConceptID()
Gets the
ETSID attribute of Source Concept . |
String |
getTargetConceptID()
Gets the
ETSID attribute of Target Concept . |
void |
setRelationshipTypeConceptID(String str)
Sets the
ETSID attribute of RelationshipType Concept . |
void |
setSourceConceptID(String str)
Sets the
ETSID attribute of Source Concept . |
void |
setTargetConceptID(String str)
Sets the
ETSID attribute of Target Concept . |
getCandidateETSAttributes, getRetiredDate, getStatusCode, setCandidateETSAttributes, setRetiredDate, setStatusCode
String getSourceConceptID()
ETSID
attribute of Source Concept
.ETSID
attribute of Source Concept
.setSourceConceptID(java.lang.String)
String getRelationshipTypeConceptID()
ETSID
attribute of RelationshipType Concept
.ETSID
attribute of RelationshipType Concept
.setRelationshipTypeConceptID(java.lang.String)
String getTargetConceptID()
ETSID
attribute of Target Concept
.
The maximum length of this attribute is 30.ETSID
attribute of Target Concept
.setTargetConceptID(java.lang.String)
void setSourceConceptID(String str)
ETSID
attribute of Source Concept
.str
- ETSID
attribute of Source Concept
.getSourceConceptID()
void setRelationshipTypeConceptID(String str)
ETSID
attribute of RelationshipType Concept
.
The maximum length of this attribute is 30.str
- ETSID
attribute of RelationshipType Concept
.getRelationshipTypeConceptID()
void setTargetConceptID(String str)
ETSID
attribute of Target Concept
.
The maximum length of this attribute is 30.str
- ETSID
attribute of Target Concept
.getTargetConceptID()
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved