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:
DeployedAnalyticsModelProperties,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 TypeMethodDescriptionbooleanCompare 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.inthashCode()Return hash code for this objectvoidsetImplementationLanguage(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, setUserDefinedActivityStatusMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.assets.AssetProperties
getDeployedImplementationType, getNamespace, getResourceName, getSource, getUserDefinedStatus, setDeployedImplementationType, setNamespace, setResourceName, setSource, setUserDefinedStatusMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getCategory, getDescription, getDisplayName, getIdentifier, getQualifiedName, getURL, getVersionIdentifier, setAdditionalProperties, setCategory, setDescription, setDisplayName, setIdentifier, setQualifiedName, setURL, setVersionIdentifierMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeNameMethods 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:
toStringin 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:
equalsin classProcessProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classProcessProperties- Returns:
- int hash code
-