org.hibersap.mapping.model
Class StructureMapping
java.lang.Object
org.hibersap.mapping.model.ParameterMapping
org.hibersap.mapping.model.ObjectMapping
org.hibersap.mapping.model.StructureMapping
- All Implemented Interfaces:
- Serializable
public class StructureMapping
- extends ObjectMapping
- Author:
- Carsten Erker
- See Also:
- Serialized Form
StructureMapping
public StructureMapping(Class<?> associatedClass,
String sapName,
String javaName)
StructureMapping
public StructureMapping(Class<?> associatedClass,
String sapName,
String javaName,
Set<FieldMapping> parameters)
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.