com.softwareag.centrasite.appl.framework.beans.standard
Interface ExternalIdentifier

All Superinterfaces:
ExtensibleObject, RegistryBean, RegistryObject
All Known Implementing Classes:
ExternalIdentifierImpl

public interface ExternalIdentifier
extends RegistryObject


Method Summary
 ClassificationScheme getIdentificationScheme()
          Gets the ClassificationScheme that is used as the identification scheme for identifying this object.
 RegistryBean getRegistryBean()
          Gets the parent RegistryObject for this ExternalIdentifier.
 java.lang.String getValue()
          Gets the value of an ExternalIdentifier.
 void setIdentificationScheme(ClassificationScheme identificationScheme)
          Sets the ClassificationScheme that is used as the identification scheme for identifying this object.
 void setRegistryBean(RegistryBean registryObject)
          Sets the RegistryBean of an ExternalIdentifier.
 void setValue(java.lang.String value)
          Sets the value of an ExternalIdentifier.
 
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

getIdentificationScheme

ClassificationScheme getIdentificationScheme()
Gets the ClassificationScheme that is used as the identification scheme for identifying this object.

Returns:
ClassificationScheme

getRegistryBean

RegistryBean getRegistryBean()
Gets the parent RegistryObject for this ExternalIdentifier.

Returns:
RegistryBean

getValue

java.lang.String getValue()
Gets the value of an ExternalIdentifier.

Returns:
String

setIdentificationScheme

void setIdentificationScheme(ClassificationScheme identificationScheme)
Sets the ClassificationScheme that is used as the identification scheme for identifying this object.

Parameters:
identificationScheme -

setValue

void setValue(java.lang.String value)
Sets the value of an ExternalIdentifier.

Parameters:
value -

setRegistryBean

void setRegistryBean(RegistryBean registryObject)
Sets the RegistryBean of an ExternalIdentifier.

Parameters:
registryObject - the registry bean