Package | Description |
---|---|
controller.registrer | |
lib | |
model |
Modifier and Type | Field and Description |
---|---|
private Sivilstatus |
ControllerRegistrerLeietaker.sivilStatus |
Modifier and Type | Method and Description |
---|---|
static Sivilstatus |
Sivilstatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Sivilstatus[] |
Sivilstatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private Sivilstatus |
Leietaker.sivilistatus |
Modifier and Type | Method and Description |
---|---|
Sivilstatus |
Leietaker.getSivilistatus() |
Modifier and Type | Method and Description |
---|---|
void |
Leietaker.setSivilistatus(Sivilstatus sivilistatus) |
Constructor and Description |
---|
Leietaker(java.lang.String ffornavn,
java.lang.String eetternavn,
java.lang.String eepost,
java.lang.String ttelefon,
int fodselsAr,
int antPersoner,
Sivilstatus sivilistatus,
java.lang.String yrke,
Arbeidsforhold arbeidsforhold,
java.lang.String soknadsTekst,
java.lang.String fornavn,
java.lang.String etternavn,
java.lang.String epost,
java.lang.String telefon) |