Class SolutionComponentProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.solutions.SolutionComponentProperties
SolutionComponentProperties represents a logical architectural component that is part of the digital landscape.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the description for this asset.Return the display name for this asset (normally a shortened form of the qualified name).Return which type of software component is likely to be deployed to implement this solution component.Return the type of the component.Return the status of the element.Return the version identifier for this digital service.int
hashCode()
Return hash code based on properties.void
setDescription
(String description) Set up the description for this asset.void
setDisplayName
(String displayName) Set up the display name for this asset (normally a shortened form of the qualified name).void
setPlannedDeployedImplementationType
(String plannedDeployedImplementationType) Set up which type of software component is likely to be deployed to implement this solution component.void
setSolutionComponentType
(String solutionComponentType) Set up the type of the component.void
setUserDefinedStatus
(String userDefinedStatus) Set up the status of the element.void
setVersionIdentifier
(String versionIdentifier) Set up the version number for this digital service.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
SolutionComponentProperties
public SolutionComponentProperties()Default constructor -
SolutionComponentProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDisplayName
Return the display name for this asset (normally a shortened form of the qualified name).- Returns:
- string name
-
setDisplayName
Set up the display name for this asset (normally a shortened form of the qualified name).- Parameters:
displayName
- string name
-
getDescription
Return the description for this asset.- Returns:
- string description
-
setDescription
Set up the description for this asset.- Parameters:
description
- string
-
getVersionIdentifier
Return the version identifier for this digital service.- Returns:
- String
-
setVersionIdentifier
Set up the version number for this digital service.- Parameters:
versionIdentifier
- String
-
getSolutionComponentType
Return the type of the component.- Returns:
- string
-
setSolutionComponentType
Set up the type of the component.- Parameters:
solutionComponentType
- string
-
getPlannedDeployedImplementationType
Return which type of software component is likely to be deployed to implement this solution component.- Returns:
- string
-
setPlannedDeployedImplementationType
Set up which type of software component is likely to be deployed to implement this solution component.- Parameters:
plannedDeployedImplementationType
- string
-
getUserDefinedStatus
Return the status of the element.- Returns:
- string
-
setUserDefinedStatus
Set up the status of the element.- Parameters:
userDefinedStatus
- string
-
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()Return hash code based on properties.- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int
-