| Package | Description |
|---|---|
| org.gomoob.model | |
| org.gomoob.model.action | |
| org.gomoob.model.state | |
| org.gomoob.model.translation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAction
Interface which represents an action.
|
interface |
IEntityWithCreationDate<IDT extends Serializable>
Interface which represents a an entity having a creation date.
|
interface |
IEntityWithCreationDateAndUpdateDate<IDT extends Serializable>
Interface which represents a an entity having a both a creation date and an update date.
|
interface |
IState
Interface which represents a state.
|
interface |
ITranslatableEntity<IDT extends Serializable>
Interface which represents a Translatable Business Entity.
|
interface |
ITranslatableEntityWithCreationDate<IDT extends Serializable>
Interface which represents a Translatable Business Entity having a creation date.
|
interface |
ITranslatableEntityWithCreationDateAndUpdateDate<IDT extends Serializable>
Interface which represents a Translatable Business Entity having a both a creation date and an
update date.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntity<IDT extends Serializable>
Abstract class to be extended by Java entities mapped to a database.
|
class |
AbstractEntityWithCreationDate<IDT extends Serializable>
Abstract class to extends to implement entities having a creation date.
|
class |
AbstractEntityWithCreationDateAndUpdateDate<IDT extends Serializable>
Abstract class to extends to implement entities having both a creation date and an update date.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Action
Entity which represents a user action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
State
Entity which represents a user state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTranslatableEntity<IDT extends Serializable>
Abstract class to be extended by Translatable Business entities.
|
class |
AbstractTranslatableEntityWithCreationDate<IDT extends Serializable>
Abstract class to extends to implement Business Translatable entities having a creation date.
|
class |
AbstractTranslatableEntityWithCreationDateAndUpdateDate<IDT extends Serializable>
Abstract class to extends to implement Business Translatable entities having both a creation date
and an update date.
|
Copyright © 2017 GOMOOB. All rights reserved.