Package de.bwaldvogel.mongo.entity
Class TestEntity
- java.lang.Object
-
- de.bwaldvogel.mongo.entity.TestEntity
-
public class TestEntity extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TestEntity()TestEntity(java.lang.String id, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetText()SubEntitygetValue()voidsetText(java.lang.String text)voidsetValue(SubEntity value)TestEntitywithValue(SubEntity value)
-
-
-
Method Detail
-
withValue
public TestEntity withValue(SubEntity value)
-
getId
public java.lang.String getId()
-
getText
public java.lang.String getText()
-
setText
public void setText(java.lang.String text)
-
getValue
public SubEntity getValue()
-
setValue
public void setValue(SubEntity value)
-
-