|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compass.core.mapping.AbstractMapping
public abstract class AbstractMapping
| Constructor Summary | |
|---|---|
AbstractMapping()
|
|
| Method Summary | |
|---|---|
boolean |
controlsObjectNullability()
Returns true if the Mapping controlls the fact that if it has no value, it's
parent might be a candidate for being nullable. |
protected void |
copy(Mapping copy)
|
Converter |
getConverter()
Returns the conveter associated with the mapping. |
String |
getConverterName()
Returns the converter name associated with the Mapping. |
String |
getName()
The name of the mapping. |
PropertyPath |
getPath()
Returns the path of the mapping. |
void |
setConverter(Converter converter)
Sets the conveter associated with the mapping. |
void |
setConverterName(String converterName)
Sets the converter name associated with the Mapping. |
void |
setName(String name)
Sets the name of the mapping. |
void |
setPath(PropertyPath path)
Sets the path of the mapping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.compass.core.mapping.Mapping |
|---|
copy |
| Constructor Detail |
|---|
public AbstractMapping()
| Method Detail |
|---|
protected void copy(Mapping copy)
public boolean controlsObjectNullability()
Mappingtrue if the Mapping controlls the fact that if it has no value, it's
parent might be a candidate for being nullable.
controlsObjectNullability in interface Mappingpublic Converter getConverter()
Mapping
getConverter in interface Mappingpublic void setConverter(Converter converter)
Mapping
setConverter in interface Mappingpublic String getName()
Mapping
getName in interface Mappingpublic void setName(String name)
Mapping
setName in interface Mappingpublic PropertyPath getPath()
Mapping
getPath in interface Mappingpublic void setPath(PropertyPath path)
Mapping
setPath in interface Mappingpublic String getConverterName()
Mapping
getConverterName in interface Mappingpublic void setConverterName(String converterName)
Mapping
setConverterName in interface Mapping
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||