org.hibersap.mapping.model
Class StructureMapping

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

public class StructureMapping
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
StructureMapping(Class<?> associatedClass, String sapName, String javaName)
           
StructureMapping(Class<?> associatedClass, String sapName, String javaName, Set<FieldMapping> parameters)
           
 
Method Summary
 void addParameter(FieldMapping fieldParam)
           
 boolean equals(Object o)
           
 Set<FieldMapping> getParameters()
           
 ParameterMapping.ParamType getParamType()
           
 int hashCode()
           
 void setParameters(Set<FieldMapping> parameters)
           
 
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

StructureMapping

public StructureMapping(Class<?> associatedClass,
                        String sapName,
                        String javaName)

StructureMapping

public StructureMapping(Class<?> associatedClass,
                        String sapName,
                        String javaName,
                        Set<FieldMapping> parameters)
Method Detail

addParameter

public void addParameter(FieldMapping fieldParam)

getParameters

public Set<FieldMapping> getParameters()

getParamType

public ParameterMapping.ParamType getParamType()
Specified by:
getParamType in class ParameterMapping

setParameters

public void setParameters(Set<FieldMapping> parameters)

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.