public class SpecificationLinkImpl extends RegistryObjectImpl implements SpecificationLink
SpecificationLink
.Constructor and Description |
---|
SpecificationLinkImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
ServiceBinding |
getServiceBinding()
Gets the parent ServiceBinding for this SpecificationLink.
|
RegistryBean |
getSpecificationObject()
Gets the specification object for this object.
|
InternationalString |
getUsageDescription()
Gets the description of the usage parameters.
|
java.util.Collection<java.lang.String> |
getUsageParameters()
Gets any usage parameters.
|
int |
hashCode() |
void |
setServiceBinding(ServiceBinding serviceBinding)
Sets the ServiceBinding for this SpecificationLink.
|
void |
setSpecificationObject(RegistryBean registryBean)
Sets the specification object for this object.
|
void |
setUsageDescription(InternationalString usageDescription)
Sets the description of the usage parameters.
|
void |
setUsageParameters(java.util.Collection<java.lang.String> usageParameters)
Sets any usage parameters.
|
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 ServiceBinding getServiceBinding()
getServiceBinding
in interface SpecificationLink
public void setServiceBinding(ServiceBinding serviceBinding)
serviceBinding
- the ServiceBinding for this SpecificationLinkpublic RegistryBean getSpecificationObject()
getSpecificationObject
in interface SpecificationLink
public InternationalString getUsageDescription()
getUsageDescription
in interface SpecificationLink
public java.util.Collection<java.lang.String> getUsageParameters()
getUsageParameters
in interface SpecificationLink
public void setSpecificationObject(RegistryBean registryBean)
setSpecificationObject
in interface SpecificationLink
registryBean
- the specification object for this object.public void setUsageDescription(InternationalString usageDescription)
setUsageDescription
in interface SpecificationLink
usageDescription
- the description of the usage parameters.public void setUsageParameters(java.util.Collection<java.lang.String> usageParameters)
setUsageParameters
in interface SpecificationLink
usageParameters
- the usa.ge parameterspublic boolean equals(java.lang.Object other)
equals
in class RegistryObjectImpl
public int hashCode()
hashCode
in class RegistryObjectImpl