Class SoftwareCapabilityProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.softwarecapabilities.SoftwareCapabilityProperties
- Direct Known Subclasses:
APIManagerProperties
,ApplicationProperties
,AuthorizationManagerProperties
,DataManagerProperties
,DataProcessingEngineProperties
,EngineProperties
,EventBrokerProperties
,EventManagerProperties
,GovernanceEngineProperties
,IntegrationGroupProperties
,InventoryCatalogProperties
,NetworkGatewayProperties
,UserAuthenticationManagerProperties
SoftwareCapabilityProperties describe the properties needed to describe a specific software server's capability.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the description of the type of software capability this is.Return the patch level of the software capability.Return the source of the software capability implementation.int
hashCode()
Create a hash code for this element type.void
setDeployedImplementationType
(String deployedImplementationType) Set up the description of the type of software capability this is.void
setPatchLevel
(String patchLevel) Set up the patch level of the software capability.void
Set up the source of the software capability implementation.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getCategory, getDescription, getDisplayName, getQualifiedName, getVersionIdentifier, setAdditionalProperties, setCategory, setDescription, setDisplayName, setQualifiedName, setVersionIdentifier
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
SoftwareCapabilityProperties
public SoftwareCapabilityProperties()Default constructor. -
SoftwareCapabilityProperties
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getDeployedImplementationType
Return the description of the type of software capability this is.- Returns:
- string description
-
setDeployedImplementationType
Set up the description of the type of software capability this is.- Parameters:
deployedImplementationType
- string
-
getPatchLevel
Return the patch level of the software capability.- Returns:
- patch level string
-
setPatchLevel
Set up the patch level of the software capability.- Parameters:
patchLevel
- string
-
getSource
Return the source of the software capability implementation.- Returns:
- string url
-
setSource
Set up the source of the software capability implementation.- Parameters:
source
- string url
-
toString
Standard toString method.- Overrides:
toString
in classReferenceableProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int hash code
-