public interface PrioritizableStrukturI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
void |
addGruppe(Gruppe group)
Adds the passed Gruppe to the Gruppen relation.
|
java.util.Map<java.lang.Long,Gruppe> |
getGruppen()
Gets and returns the value of the Gruppen property.
|
java.lang.Integer |
getPrioritaet()
Gets and returns the value of the Prioritaet property.
|
void |
removeGruppe(Gruppe group)
Removes the passed Gruppe from the Gruppen relation.
|
void |
setGruppen(java.util.Map<java.lang.Long,Gruppe> groups)
Sets the Gruppen property to the passed value.
|
void |
setPrioritaet(java.lang.Integer priority)
Sets the Prioritaet property to the passed value.
|
static final java.lang.String $0
java.lang.Integer getPrioritaet()
void setPrioritaet(java.lang.Integer priority)
java.util.Map<java.lang.Long,Gruppe> getGruppen()
void setGruppen(java.util.Map<java.lang.Long,Gruppe> groups)
void addGruppe(Gruppe group)
void removeGruppe(Gruppe group)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.