public class EntityPropertyDto
extends Object
Container for arbitrary JSON data attached to an entity.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
com.google.gson.JsonElement
void
void
setValue(com.google.gson.JsonElement value)
-
Constructor Details
-
EntityPropertyDto
public EntityPropertyDto()
-
Method Details
-
-
getValue
public com.google.gson.JsonElement getValue()
-
setKey
public void setKey(String key)
-
setValue
public void setValue(com.google.gson.JsonElement value)
-