public static class MandateGiver.Simple extends Object implements MandateGiver
MandateGiver.Simple| Constructor and Description |
|---|
Simple() |
| Modifier and Type | Method and Description |
|---|---|
String |
firstName() |
MandateGiver.Simple |
firstName(String firstName) |
Patient.ID |
id() |
MandateGiver.Simple |
id(Patient.ID id) |
String |
lastName() |
MandateGiver.Simple |
lastName(String lastName) |
static MandateGiver.Simple |
mandateGiver(Patient.ID id) |
public Patient.ID id()
id in interface MandateGiverpublic String firstName()
firstName in interface MandateGiverpublic String lastName()
lastName in interface MandateGiverpublic static MandateGiver.Simple mandateGiver(Patient.ID id)
public MandateGiver.Simple id(Patient.ID id)
public MandateGiver.Simple firstName(String firstName)
public MandateGiver.Simple lastName(String lastName)
Copyright © 2010–2025 Smals. All rights reserved.