Class PlatformConformanceWorkbenchConfig
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.configuration.properties.AdminServicesConfigHeader
-
- org.odpi.openmetadata.adminservices.configuration.properties.PlatformConformanceWorkbenchConfig
-
- All Implemented Interfaces:
Serializable
public class PlatformConformanceWorkbenchConfig extends AdminServicesConfigHeader
PlatformConformanceWorkbenchConfig provides the config that drives the PlatformWorkbench within the Open Metadata Conformance Suite.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformConformanceWorkbenchConfig()Default constructor does nothing.PlatformConformanceWorkbenchConfig(PlatformConformanceWorkbenchConfig template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Validate that an object is equal depending on their stored values.StringgetTutPlatformURLRoot()Return the URL root of the platform that the platform workbench is to test.inthashCode()Return a hash code based on the values of this object.voidsetTutPlatformURLRoot(String tutPlatformURLRoot)Set up the URL root of the platform that the platform workbench is to test.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
PlatformConformanceWorkbenchConfig
public PlatformConformanceWorkbenchConfig()
Default constructor does nothing.
-
PlatformConformanceWorkbenchConfig
public PlatformConformanceWorkbenchConfig(PlatformConformanceWorkbenchConfig template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getTutPlatformURLRoot
public String getTutPlatformURLRoot()
Return the URL root of the platform that the platform workbench is to test.- Returns:
- URL root
-
setTutPlatformURLRoot
public void setTutPlatformURLRoot(String tutPlatformURLRoot)
Set up the URL root of the platform that the platform workbench is to test.- Parameters:
tutPlatformURLRoot- URL root
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
-
-