public class MorphiumReference extends Object
| Constructor and Description |
|---|
MorphiumReference() |
MorphiumReference(String name,
Object id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getCollectionName() |
Object |
getId() |
boolean |
isLazy() |
void |
setClassName(String className) |
void |
setCollectionName(String collectionName) |
void |
setId(Object id) |
void |
setLazy(boolean lazy) |
public String getClassName()
public void setClassName(String className)
public Object getId()
public boolean isLazy()
public void setLazy(boolean lazy)
public void setId(Object id)
public String getCollectionName()
public void setCollectionName(String collectionName)
Copyright © 2021. All rights reserved.