org.hibersap.mapping.model
Class ParameterMapping

java.lang.Object
  extended by org.hibersap.mapping.model.ParameterMapping
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectMapping, TableMapping

public abstract class ParameterMapping
extends Object
implements Serializable

Author:
Carsten Erker
See Also:
Serialized Form

Nested Class Summary
static class ParameterMapping.ParamType
           
 
Constructor Summary
ParameterMapping(Class<?> associatedType, String sapName, String javaName)
           
 
Method Summary
 boolean equals(Object o)
           
 Class<?> getAssociatedType()
           
 String getJavaName()
           
abstract  ParameterMapping.ParamType getParamType()
           
 String getSapName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterMapping

public ParameterMapping(Class<?> associatedType,
                        String sapName,
                        String javaName)
Method Detail

getAssociatedType

public Class<?> getAssociatedType()

getJavaName

public String getJavaName()

getParamType

public abstract ParameterMapping.ParamType getParamType()

getSapName

public String getSapName()

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.