Class EntityWrapper
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize.EntityWrapper
-
public class EntityWrapper extends Object
- Author:
- hylke
-
-
Constructor Summary
Constructors Constructor Description EntityWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()de.fraunhofer.iosb.ilt.frostserver.model.core.EntitygetEntity()EntityWrappersetContext(String context)EntityWrappersetEntity(de.fraunhofer.iosb.ilt.frostserver.model.core.Entity entity)
-
-
-
Method Detail
-
getContext
public String getContext()
- Returns:
- the context
-
setContext
public EntityWrapper setContext(String context)
- Parameters:
context- the context to set
-
getEntity
public de.fraunhofer.iosb.ilt.frostserver.model.core.Entity getEntity()
- Returns:
- the entity
-
setEntity
public EntityWrapper setEntity(de.fraunhofer.iosb.ilt.frostserver.model.core.Entity entity)
- Parameters:
entity- the entity to set
-
-