public class TermAssignment extends Reference
term_assignment asset type in IGC, displayed as 'Suggested Term Assignment' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected InformationAsset |
assignToObject |
protected MainObject |
assignToTerm |
protected Number |
confidencePercent |
| Constructor and Description |
|---|
TermAssignment() |
| Modifier and Type | Method and Description |
|---|---|
InformationAsset |
getAssignToObject()
Retrieve the
assign_to_object property (displayed as 'Asset') of the object. |
MainObject |
getAssignToTerm()
Retrieve the
assign_to_term property (displayed as 'Term') of the object. |
Number |
getConfidencePercent()
Retrieve the
confidence_percent property (displayed as 'Confidence (Percent)') of the object. |
void |
setAssignToObject(InformationAsset assignToObject)
Set the
assign_to_object property (displayed as Asset) of the object. |
void |
setAssignToTerm(MainObject assignToTerm)
Set the
assign_to_term property (displayed as Term) of the object. |
void |
setConfidencePercent(Number confidencePercent)
Set the
confidence_percent property (displayed as Confidence (Percent)) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected InformationAsset assignToObject
protected MainObject assignToTerm
protected Number confidencePercent
public InformationAsset getAssignToObject()
assign_to_object property (displayed as 'Asset') of the object.InformationAssetpublic void setAssignToObject(InformationAsset assignToObject)
assign_to_object property (displayed as Asset) of the object.assignToObject - the value to setpublic MainObject getAssignToTerm()
assign_to_term property (displayed as 'Term') of the object.MainObjectpublic void setAssignToTerm(MainObject assignToTerm)
assign_to_term property (displayed as Term) of the object.assignToTerm - the value to setpublic Number getConfidencePercent()
confidence_percent property (displayed as 'Confidence (Percent)') of the object.Numberpublic void setConfidencePercent(Number confidencePercent)
confidence_percent property (displayed as Confidence (Percent)) of the object.confidencePercent - the value to setCopyright © 2018–2021 ODPi. All rights reserved.