|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Classification
Method Summary | |
---|---|
ClassificationScheme |
getClassificationScheme()
Gets the ClassificationScheme that is used in classifying the object. |
RegistryBean |
getClassifiedObject()
Gets the Object that is being classified. |
Concept |
getConcept()
Gets the Concept that is classifying the object. |
java.lang.String |
getValue()
Gets the taxonomy value for this Classification. |
boolean |
isExternal()
Returns true if this is an external classification. |
void |
setClassificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme for this external classification. |
void |
setClassifiedObject(RegistryBean classifiedObject)
Sets the object that is being classified. |
void |
setConcept(Concept concept)
Sets the concept for this internal classification. |
void |
setValue(java.lang.String value)
Sets the taxonomy value for this external Classification. |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject |
---|
getSlots, setSlots |
Method Detail |
---|
ClassificationScheme getClassificationScheme()
RegistryBean getClassifiedObject()
Concept getConcept()
java.lang.String getValue()
boolean isExternal()
void setClassificationScheme(ClassificationScheme classificationScheme)
classificationScheme
- void setClassifiedObject(RegistryBean classifiedObject)
classifiedObject
- void setConcept(Concept concept)
concept
- void setValue(java.lang.String value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |