public class RepositoryConformanceWorkbenchConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
RepositoryConformanceWorkbenchConfig()
Default constructor does nothing.
|
RepositoryConformanceWorkbenchConfig(RepositoryConformanceWorkbenchConfig 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 |
getTutRepositoryServerName()
Return the name of the server that the repository workbench is to test.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setTutRepositoryServerName(String tutRepositoryServerName)
Set up the name of the server that the repository workbench is to test.
|
String |
toString()
Standard toString method.
|
public RepositoryConformanceWorkbenchConfig()
public RepositoryConformanceWorkbenchConfig(RepositoryConformanceWorkbenchConfig template)
template - object to copypublic String getTutRepositoryServerName()
public void setTutRepositoryServerName(String tutRepositoryServerName)
tutRepositoryServerName - server namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.