public interface CandidateConceptDescription extends CandidateETSComponent
Represents a ConceptDescription
object that needs to be created using ETSAuthoringService methods
A CandidateConceptDescription must have at least the following attributes correctly defined
for it to be created as a ConceptDescription
CandidateConceptDescription
object will always use the base
language.Modifier and Type | Method and Description |
---|---|
String |
getExtendedTypeCode()
Gets
ExtendedTypeCode of this CandidateDescription object. |
String |
getTermText()
Gets
TermText of this CandidateDescription object. |
boolean |
isPreferredDescription()
Indicates if this
CandidateDescription object is preferred. |
void |
setExtendedTypeCode(String code)
Sets the
ExtendedTypeCode of this CandidateDescription object. |
void |
setPreferredDescription(boolean flag)
Sets the flag that indicates if this
CandidateDescription
object is preferred. |
void |
setTermText(String str)
Sets
TermText of this CandidateDescription object. |
getCandidateETSAttributes, getRetiredDate, getStatusCode, setCandidateETSAttributes, setRetiredDate, setStatusCode
String getTermText()
TermText
of this CandidateDescription
object.TermText
of this CandidateDescription
object.setTermText(java.lang.String)
boolean isPreferredDescription()
CandidateDescription
object is preferred.true
if the CandidateDescription
object is preferred, or
false
if the ConceptDescription
object is not preferred.setPreferredDescription(boolean)
String getExtendedTypeCode()
ExtendedTypeCode
of this CandidateDescription
object.ExtendedTypeCode
of this CandidateDescription
object.setExtendedTypeCode(java.lang.String)
void setTermText(String str)
TermText
of this CandidateDescription
object.
The maximum length of this attribute is 4000.str
- TermText
for this CandidateDescription
object.getTermText()
void setPreferredDescription(boolean flag)
CandidateDescription
object is preferred.flag
- true
if this CandidateDescription
is preferred, or
false
if this CandidateDescription
is not preferred.isPreferredDescription()
void setExtendedTypeCode(String code)
ExtendedTypeCode
of this CandidateDescription
object.
The maximum length of this attribute is 6.code
- ExtendedTypeCode
for this CandidateDescription
object.getExtendedTypeCode()
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved