public class ConformanceSuiteConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
ConformanceSuiteConfig()
Default constructor does nothing.
|
ConformanceSuiteConfig(ConformanceSuiteConfig 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.
|
PlatformConformanceWorkbenchConfig |
getPlatformWorkbenchConfig()
Return the configuration for the platform workbench.
|
RepositoryConformanceWorkbenchConfig |
getRepositoryWorkbenchConfig()
Return the configuration for the repository workbench.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setPlatformWorkbenchConfig(PlatformConformanceWorkbenchConfig platformWorkbenchConfig)
Set up the configuration for the platform workbench.
|
void |
setRepositoryWorkbenchConfig(RepositoryConformanceWorkbenchConfig repositoryWorkbenchConfig)
Set up the configuration for the repository workbench.
|
String |
toString()
Standard toString method.
|
public ConformanceSuiteConfig()
public ConformanceSuiteConfig(ConformanceSuiteConfig template)
template - object to copypublic PlatformConformanceWorkbenchConfig getPlatformWorkbenchConfig()
public void setPlatformWorkbenchConfig(PlatformConformanceWorkbenchConfig platformWorkbenchConfig)
platformWorkbenchConfig - platform workbench config propertiespublic RepositoryConformanceWorkbenchConfig getRepositoryWorkbenchConfig()
public void setRepositoryWorkbenchConfig(RepositoryConformanceWorkbenchConfig repositoryWorkbenchConfig)
repositoryWorkbenchConfig - repository workbench config propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.