Class DeployedSoftwareComponentProperties
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.assets.AssetProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.ProcessProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.DeployedSoftwareComponentProperties
- Direct Known Subclasses:
DeployedAPIProperties
,DeployedConnectorProperties
DeployedSoftwareComponentProperties defines the properties of a software component that is in a runnable state.
-
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 name of the programming language that this process is implemented in.int
hashCode()
Return hash code for this objectvoid
setImplementationLanguage
(String implementationLanguage) Set up the name of the programming language that this process is implemented in.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.processes.ProcessProperties
getActivityStatus, getCompletionTime, getDueTime, getFormula, getFormulaType, getLastPauseTime, getLastResumeTime, getLastReviewTime, getPriority, getRequestedStartTime, getRequestedTime, getStartTime, getUserDefinedActivityStatus, setActivityStatus, setCompletionTime, setDueTime, setFormula, setFormulaType, setLastPauseTime, setLastResumeTime, setLastReviewTime, setPriority, setRequestedStartTime, setRequestedTime, setStartTime, setUserDefinedActivityStatus
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
getDeployedImplementationType, getNamespace, getResourceName, getSource, getUserDefinedStatus, setDeployedImplementationType, setNamespace, setResourceName, setSource, setUserDefinedStatus
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
-
DeployedSoftwareComponentProperties
public DeployedSoftwareComponentProperties()Default constructor -
DeployedSoftwareComponentProperties
Copy/clone Constructor- Parameters:
template
- template object to copy.
-
-
Method Details
-
getImplementationLanguage
Return the name of the programming language that this process is implemented in.- Returns:
- string name
-
setImplementationLanguage
Set up the name of the programming language that this process is implemented in.- Parameters:
implementationLanguage
- string name
-
toString
Standard toString method.- Overrides:
toString
in classProcessProperties
- 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 classProcessProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classProcessProperties
- Returns:
- int hash code
-