org.ow2.petals.se.validation.model
Class ValidationConfiguration

java.lang.Object
  extended by 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.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getEndpointName()
           
 java.lang.String getServiceUnitName()
           
 java.lang.String getSuInstallRoot()
           
 java.lang.String getXsdPath()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 schema
suInstallRoot - the path of the SU root directory
endpointName - the end-point name
serviceUnitName - the service-unit name
Method Detail

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.