org.ow2.petals.se.validation.model
Class ValidationConfiguration
java.lang.Object
org.ow2.petals.se.validation.model.ValidationConfiguration
public class ValidationConfiguration
- extends java.lang.Object
A bean to store configuration elements for Validation service-unit.
- Author:
- Vincent Zurczak - EBM WebSourcing
|
Constructor Summary |
ValidationConfiguration(java.lang.String xsdPath,
java.lang.String suInstallRoot,
java.lang.String endpointName,
java.lang.String serviceUnitName)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ValidationConfiguration
public ValidationConfiguration(java.lang.String xsdPath,
java.lang.String suInstallRoot,
java.lang.String endpointName,
java.lang.String serviceUnitName)
- Constructor.
- Parameters:
xsdPath - the path to the XML schemasuInstallRoot - the path of the SU root directoryendpointName - the end-point nameserviceUnitName - the service-unit name
getXsdPath
public java.lang.String getXsdPath()
- Returns:
- the xsdPath
getSuInstallRoot
public java.lang.String getSuInstallRoot()
- Returns:
- the suInstallRoot
getEndpointName
public java.lang.String getEndpointName()
- Returns:
- the endpointName
getServiceUnitName
public java.lang.String getServiceUnitName()
- Returns:
- the serviceUnitName
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.