Uses of Class
de.fhdw.hfw417.dokumentenpostfach.model.dokument.GelesenStatus
-
Packages that use GelesenStatus Package Description de.fhdw.hfw417.dokumentenpostfach.model.dokument Modell-Objekte bezüglich des Dokuments, die im Postfach verwendet werden. -
-
Uses of GelesenStatus in de.fhdw.hfw417.dokumentenpostfach.model.dokument
Methods in de.fhdw.hfw417.dokumentenpostfach.model.dokument that return GelesenStatus Modifier and Type Method Description GelesenStatus
Dokument. getGelesenStatus()
static GelesenStatus
GelesenStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static GelesenStatus[]
GelesenStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.fhdw.hfw417.dokumentenpostfach.model.dokument with parameters of type GelesenStatus Modifier and Type Method Description static Integer
GelesenStatus. getOrdinal(GelesenStatus status)
void
Dokument. setGelesenStatus(GelesenStatus gelesenStatus)
Constructors in de.fhdw.hfw417.dokumentenpostfach.model.dokument with parameters of type GelesenStatus Constructor Description Dokument(String identifikation, @NotBlank String dateiPfad, @NotBlank String titel, @NotNull GelesenStatus gelesenStatus, @NotNull InhaltsTyp inhaltsTyp, @NotNull DokumentenTyp dokumentenTyp, Long dateiGroesse, @NotNull LocalDateTime zeitpunkt, Mandant einsteller)
Konstruktor mit allen Dokument-Attributen.
-