Package io.thestencil.persistence.api
Interface ZoePersistence.Entity<T extends ZoePersistence.EntityBody>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableEntity
- Enclosing interface:
- ZoePersistence
@Immutable public static interface ZoePersistence.Entity<T extends ZoePersistence.EntityBody> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetBody()StringgetId()ZoePersistence.EntityTypegetType()
-
-
-
Method Detail
-
getId
String getId()
-
getType
ZoePersistence.EntityType getType()
-
getBody
T getBody()
-
-