Package | Description |
---|---|
controller.registrer | |
lib | |
model |
Modifier and Type | Field and Description |
---|---|
private Arbeidsforhold |
ControllerRegistrerLeietaker.arbeidsForhold |
Modifier and Type | Method and Description |
---|---|
static Arbeidsforhold |
Arbeidsforhold.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Arbeidsforhold[] |
Arbeidsforhold.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private Arbeidsforhold |
Leietaker.arbeidsforhold |
Modifier and Type | Method and Description |
---|---|
Arbeidsforhold |
Leietaker.getArbeidsforhold() |
Modifier and Type | Method and Description |
---|---|
void |
Leietaker.setArbeidsforhold(Arbeidsforhold arbeidsforhold) |
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) |