org.hibersap.mapping.model
Class FieldMapping

java.lang.Object
  extended by org.hibersap.mapping.model.ParameterMapping
      extended by org.hibersap.mapping.model.ObjectMapping
          extended by org.hibersap.mapping.model.FieldMapping
All Implemented Interfaces:
Serializable

public class FieldMapping
extends ObjectMapping

Author:
Carsten Erker
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibersap.mapping.model.ParameterMapping
ParameterMapping.ParamType
 
Constructor Summary
FieldMapping(Class<?> associatedClass, String sapName, String javaName, Class<? extends Converter> converter)
           
 
Method Summary
 boolean equals(Object o)
           
 Class<? extends Converter> getConverter()
           
 ParameterMapping.ParamType getParamType()
          
 int hashCode()
           
 
Methods inherited from class org.hibersap.mapping.model.ParameterMapping
getAssociatedType, getJavaName, getSapName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldMapping

public FieldMapping(Class<?> associatedClass,
                    String sapName,
                    String javaName,
                    Class<? extends Converter> converter)
Method Detail

getConverter

public Class<? extends Converter> getConverter()

getParamType

public ParameterMapping.ParamType getParamType()

Specified by:
getParamType in class ParameterMapping

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ParameterMapping


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