org.hibersap.mapping.model
Class ErrorHandling

java.lang.Object
  extended by org.hibersap.mapping.model.ErrorHandling
All Implemented Interfaces:
Serializable

public class ErrorHandling
extends Object
implements Serializable

Holds information for error handling of a BAPI mapping.

Author:
Carsten Erker
See Also:
Serialized Form

Constructor Summary
ErrorHandling(String pathToReturnStructure, String[] errorMessageTypes)
           
 
Method Summary
 boolean equals(Object o)
           
 String[] getErrorMessageTypes()
           
 String getPathToReturnStructure()
           
 int hashCode()
           
 boolean isThrowExceptionOnError()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandling

public ErrorHandling(String pathToReturnStructure,
                     String[] errorMessageTypes)
Method Detail

getErrorMessageTypes

public String[] getErrorMessageTypes()

getPathToReturnStructure

public String getPathToReturnStructure()

isThrowExceptionOnError

public boolean isThrowExceptionOnError()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.