Package de.caluga.morphium
Class MorphiumReference
- java.lang.Object
-
- de.caluga.morphium.MorphiumReference
-
public class MorphiumReference extends Object
modeling references between two entities
-
-
Constructor Summary
Constructors Constructor Description MorphiumReference()MorphiumReference(String name, Object id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetCollectionName()ObjectgetId()booleanisLazy()voidsetClassName(String className)voidsetCollectionName(String collectionName)voidsetId(Object id)voidsetLazy(boolean lazy)
-
-
-
Method Detail
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getId
public Object getId()
-
isLazy
public boolean isLazy()
-
setLazy
public void setLazy(boolean lazy)
-
setId
public void setId(Object id)
-
getCollectionName
public String getCollectionName()
-
setCollectionName
public void setCollectionName(String collectionName)
-
-