org.compass.core.mapping.osem
Interface HasRefAliasMapping

All Superinterfaces:
Mapping, ObjectMapping
All Known Implementing Classes:
AbstractRefAliasMapping, ComponentMapping, ReferenceMapping

public interface HasRefAliasMapping
extends ObjectMapping

Author:
kimchy

Method Summary
 String getRefAlias()
           
 Class getRefClass()
           
 ClassMapping getRefClassMapping()
           
 void setRefAlias(String refAlias)
           
 void setRefClass(Class refClass)
           
 void setRefClassMapping(ClassMapping refClassMapping)
           
 
Methods inherited from interface org.compass.core.mapping.osem.ObjectMapping
canBeCollectionWrapped, getAccessor, getGetter, getObjClass, getPropertyName, getSetter, setAccessor, setGetter, setObjClass, setPropertyName, setSetter
 
Methods inherited from interface org.compass.core.mapping.Mapping
controlsObjectNullability, copy, getConverter, getConverterName, getName, getPath, setConverter, setConverterName, setName, setPath
 

Method Detail

getRefAlias

String getRefAlias()

setRefAlias

void setRefAlias(String refAlias)

getRefClassMapping

ClassMapping getRefClassMapping()

setRefClassMapping

void setRefClassMapping(ClassMapping refClassMapping)

getRefClass

Class getRefClass()

setRefClass

void setRefClass(Class refClass)


Copyright (c) 2004-2006 The Compass Project.