Class OpenMetadataConformanceRequirementSummary
java.lang.Object
org.odpi.openmetadata.conformance.beans.OpenMetadataConformanceRequirementSummary
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OpenMetadataConformanceRequirementResults
OpenMetadataConformanceRequirementSummary documents the conformance assessment of the technology under test
for one of the requirements specified for a workbench's profile, at a summary level (not including all details of
every piece of evidence collected).
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor used in JSON exchangeOpenMetadataConformanceRequirementSummary
(Integer id, String name, String description, String documentationURL) Standard constructor used during test run.Copy/clone constructor used in JSON exchange -
Method Summary
Modifier and TypeMethodDescriptionReturn the conformance status of the technology under test (TUT).Return the short description of the requirement.Return the URL link to the requirement.getId()
Return the identifier of the requirement.getName()
Return the display name of the requirement.void
setConformanceStatus
(OpenMetadataConformanceStatus conformanceStatus) Set up the conformance status of the technology under test (TUT).void
setDescription
(String description) Set up the short description of the requirement.void
setDocumentationURL
(String documentationURL) Set up the URL link to the requirement.void
Set up the identifier of the requirement.void
Set up the display name of the requirement.toString()
toString() JSON-style
-
Constructor Details
-
OpenMetadataConformanceRequirementSummary
public OpenMetadataConformanceRequirementSummary()Default constructor used in JSON exchange -
OpenMetadataConformanceRequirementSummary
public OpenMetadataConformanceRequirementSummary(Integer id, String name, String description, String documentationURL) Standard constructor used during test run.- Parameters:
id
- uiname
- name of the requirement.description
- description of the requirement.documentationURL
- URL link to more information.
-
OpenMetadataConformanceRequirementSummary
public OpenMetadataConformanceRequirementSummary(OpenMetadataConformanceRequirementSummary template) Copy/clone constructor used in JSON exchange- Parameters:
template
- object to copy
-
-
Method Details
-
getId
Return the identifier of the requirement.- Returns:
- integer used to index the requirement
-
setId
Set up the identifier of the requirement.- Parameters:
id
- integer used to index the requirement
-
getName
Return the display name of the requirement.- Returns:
- string name
-
setName
Set up the display name of the requirement.- Parameters:
name
- string name
-
getDescription
Return the short description of the requirement.- Returns:
- string description
-
setDescription
Set up the short description of the requirement.- Parameters:
description
- string description
-
getDocumentationURL
Return the URL link to the requirement.- Returns:
- url
-
setDocumentationURL
Set up the URL link to the requirement.- Parameters:
documentationURL
- url
-
getConformanceStatus
Return the conformance status of the technology under test (TUT).- Returns:
- status enum
-
setConformanceStatus
Set up the conformance status of the technology under test (TUT).- Parameters:
conformanceStatus
- status enum
-
toString
toString() JSON-style
-