Class EntityWrapper
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize.EntityWrapper
- Author:
- hylke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.fraunhofer.iosb.ilt.frostserver.model.core.EntitysetContext(String context) setEntity(de.fraunhofer.iosb.ilt.frostserver.model.core.Entity entity)
-
Constructor Details
-
EntityWrapper
public EntityWrapper()
-
-
Method Details
-
getContext
- Returns:
- the context
-
setContext
- Parameters:
context- the context to set
-
getEntity
public de.fraunhofer.iosb.ilt.frostserver.model.core.Entity getEntity()- Returns:
- the entity
-
setEntity
- Parameters:
entity- the entity to set
-