Package gov.nasa.pds.registry.model
Class ServiceBinding
- java.lang.Object
- 
- gov.nasa.pds.registry.model.Identifiable
- 
- gov.nasa.pds.registry.model.RegistryObject
- 
- gov.nasa.pds.registry.model.ServiceBinding
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 @Entity public class ServiceBinding extends RegistryObject ServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a Service instance. An example is where a ServiceBinding is defined for each protocol that may be used to access the service.- Author:
- pramirez
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ServiceBinding()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAccessURI()StringgetService()Set<SpecificationLink>getSpecificationLinks()StringgetTargetBinding()inthashCode()voidsetAccessURI(String accessURI)voidsetService(String service)voidsetSpecificationLinks(Set<SpecificationLink> specificationLinks)voidsetTargetBinding(String targetBinding)- 
Methods inherited from class gov.nasa.pds.registry.model.RegistryObjectgetClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionName, setClassifications, setDescription, setExternalIdentifiers, setLid, setName, setObjectType, setStatus, setVersionName
 
- 
 
- 
- 
- 
Method Detail- 
getAccessURIpublic String getAccessURI() 
 - 
setAccessURIpublic void setAccessURI(String accessURI) 
 - 
getServicepublic String getService() 
 - 
setServicepublic void setService(String service) 
 - 
getSpecificationLinkspublic Set<SpecificationLink> getSpecificationLinks() 
 - 
setSpecificationLinkspublic void setSpecificationLinks(Set<SpecificationLink> specificationLinks) 
 - 
getTargetBindingpublic String getTargetBinding() 
 - 
setTargetBindingpublic void setTargetBinding(String targetBinding) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- RegistryObject
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- RegistryObject
 
 
- 
 
-