org.compass.core.mapping.osem
Class AbstractAccessorMapping
java.lang.Object
org.compass.core.mapping.AbstractMapping
org.compass.core.mapping.osem.AbstractAccessorMapping
- All Implemented Interfaces:
- Mapping, ObjectMapping
- Direct Known Subclasses:
- AbstractCollectionMapping, AbstractRefAliasMapping, ParentMapping
public abstract class AbstractAccessorMapping
- extends AbstractMapping
- implements ObjectMapping
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAccessorMapping
public AbstractAccessorMapping()
copy
protected void copy(AbstractAccessorMapping copy)
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
getAccessor
public String getAccessor()
- Specified by:
getAccessor in interface ObjectMapping
setAccessor
public void setAccessor(String accessor)
- Specified by:
setAccessor in interface ObjectMapping
getObjClass
public Class getObjClass()
- Specified by:
getObjClass in interface ObjectMapping
setObjClass
public void setObjClass(Class objClass)
- Specified by:
setObjClass in interface ObjectMapping
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName in interface ObjectMapping
setPropertyName
public void setPropertyName(String propertyName)
- Specified by:
setPropertyName in interface ObjectMapping
Copyright (c) 2004-2006 The Compass Project.