java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.odata.serialize.EntityWrapper

public class EntityWrapper extends Object
Author:
hylke
  • Constructor Details

    • EntityWrapper

      public EntityWrapper()
  • Method Details

    • 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