org.compass.core.mapping.osem
Class AbstractAccessorMultipleMapping
java.lang.Object
org.compass.core.mapping.AbstractMapping
org.compass.core.mapping.AbstractMultipleMapping
org.compass.core.mapping.osem.AbstractAccessorMultipleMapping
- All Implemented Interfaces:
- Mapping, MultipleMapping, ObjectMapping, OsemMapping
- Direct Known Subclasses:
- ClassPropertyMapping
public abstract class AbstractAccessorMultipleMapping
- extends AbstractMultipleMapping
- implements ObjectMapping
- Author:
- kimchy
| Methods inherited from class org.compass.core.mapping.AbstractMultipleMapping |
addMapping, addMappings, clearMappings, copy, getMapping, getMapping, mappingsIt, mappingsSize, removeExistingByName, replaceMappings, shallowCopy |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAccessorMultipleMapping
public AbstractAccessorMultipleMapping()
copy
protected void copy(AbstractAccessorMultipleMapping copy)
hasAccessors
public boolean hasAccessors()
- Specified by:
hasAccessors in interface OsemMapping
getGetter
public Getter getGetter()
- Specified by:
getGetter in interface ObjectMapping
setGetter
public void setGetter(Getter getter)
- Specified by:
setGetter in interface ObjectMapping
getSetter
public Setter getSetter()
- Specified by:
getSetter in interface ObjectMapping
setSetter
public void setSetter(Setter setter)
- Specified by:
setSetter in interface ObjectMapping
Copyright (c) 2004-2008 The Compass Project.