package de.hsworms.flashcard.database.entity
Classes
Name | Description |
---|---|
open class Flashcard: Any
|
Base class for the flashcards. It manages id and type. |
data class FlashcardNormal: Flashcard
|
Type 0 of the flashcard. It adds a front site and a back site. |
data class Repository: Any
|
Manages a card repository. |
data class RepositoryCardCrossRef: Serializable, Any
|
The cross reference between Repository and Flashcard. It is used for the many to many relationship between them. |
data class RepositoryWithCards: Any
|
A POJO to get a repository with all its cards. |