public class ExternalIdentifierImpl extends RegistryObjectImpl implements ExternalIdentifier
ExternalIdentifier
.Constructor and Description |
---|
ExternalIdentifierImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
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.
|
int |
hashCode() |
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.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSlots, getSubmittingOrganization, setAssociatedObjects, setAssociations, setAuditTrail, setClassifications, setExternalIdentifiers, setExternalLinks, setObjectType, setRegistryPackages, setSlots, setSubmittingOrganization
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
public ClassificationScheme getIdentificationScheme()
ExternalIdentifier
getIdentificationScheme
in interface ExternalIdentifier
public RegistryBean getRegistryBean()
ExternalIdentifier
getRegistryBean
in interface ExternalIdentifier
public java.lang.String getValue()
ExternalIdentifier
getValue
in interface ExternalIdentifier
public void setIdentificationScheme(ClassificationScheme identificationScheme)
ExternalIdentifier
setIdentificationScheme
in interface ExternalIdentifier
identificationScheme
- the identification scheme for identifying this object.public void setValue(java.lang.String value)
ExternalIdentifier
setValue
in interface ExternalIdentifier
value
- the value of an ExternalIdentifier.public boolean equals(java.lang.Object other)
equals
in class RegistryObjectImpl
public int hashCode()
hashCode
in class RegistryObjectImpl
public void setRegistryBean(RegistryBean registryObject)
ExternalIdentifier
setRegistryBean
in interface ExternalIdentifier
registryObject
- the registry bean.