| Package | Description |
|---|---|
| org.calrissian.mango.domain.entity | |
| org.calrissian.mango.domain.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Entity
A common business object for modelling things in the real-world.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEntity
Default implementation of
Entity. |
class |
EntityIdentifier |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Event
An event acts as a useful common business object for representing different types of models with a time
dimension tha can be set directly or left untouched (defaulting in current time).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEvent
Default implementation of
Event |
class |
EventIdentifier |
Copyright © 2018 Calrissian. All rights reserved.