public class PlatformConformanceWorkbenchConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
PlatformConformanceWorkbenchConfig()
Default constructor does nothing.
|
PlatformConformanceWorkbenchConfig(PlatformConformanceWorkbenchConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getTutPlatformURLRoot()
Return the URL root of the platform that the platform workbench is to test.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setTutPlatformURLRoot(String tutPlatformURLRoot)
Set up the URL root of the platform that the platform workbench is to test.
|
String |
toString()
Standard toString method.
|
public PlatformConformanceWorkbenchConfig()
public PlatformConformanceWorkbenchConfig(PlatformConformanceWorkbenchConfig template)
template - object to copypublic String getTutPlatformURLRoot()
public void setTutPlatformURLRoot(String tutPlatformURLRoot)
tutPlatformURLRoot - URL rootpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.