org.hibersap.mapping.model
Class BapiMapping

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

public class BapiMapping
extends Object
implements Serializable

This class is the framework internal representation of mappings between SAP function modules (BAPIs) and Java classes.

Author:
Carsten Erker
See Also:
Serialized Form

Constructor Summary
BapiMapping(Class<?> associatedClass, String bapiName, ErrorHandling errorHandling)
           
 
Method Summary
 void addExportParameter(ObjectMapping parameter)
           
 void addImportParameter(ObjectMapping parameter)
           
 void addTableParameter(TableMapping parameter)
           
 boolean equals(Object o)
           
 Class<?> getAssociatedClass()
           
 String getBapiName()
           
 ErrorHandling getErrorHandling()
           
 Set<ObjectMapping> getExportParameters()
           
 Set<ObjectMapping> getImportParameters()
           
 Set<TableMapping> getTableParameters()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BapiMapping

public BapiMapping(Class<?> associatedClass,
                   String bapiName,
                   ErrorHandling errorHandling)
Method Detail

addExportParameter

public void addExportParameter(ObjectMapping parameter)

addImportParameter

public void addImportParameter(ObjectMapping parameter)

addTableParameter

public void addTableParameter(TableMapping parameter)

getAssociatedClass

public Class<?> getAssociatedClass()

getBapiName

public String getBapiName()

getErrorHandling

public ErrorHandling getErrorHandling()

getExportParameters

public Set<ObjectMapping> getExportParameters()

getImportParameters

public Set<ObjectMapping> getImportParameters()

getTableParameters

public Set<TableMapping> getTableParameters()

toString

public String toString()
Overrides:
toString in class Object

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.