Package no.difi.sdp.client2.domain.sbd
Class Sender
- java.lang.Object
-
- no.difi.sdp.client2.domain.sbd.Partner
-
- no.difi.sdp.client2.domain.sbd.Sender
-
public class Sender extends Partner
-
-
Field Summary
-
Fields inherited from class no.difi.sdp.client2.domain.sbd.Partner
contactInformation, identifier
-
-
Constructor Summary
Constructors Constructor Description Sender(PartnerIdentification identifier)Sender(PartnerIdentification identifier, List<ContactInformation> contactInformation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetContactInformation(List<ContactInformation> contactInformation)SendersetIdentifier(PartnerIdentification identifier)-
Methods inherited from class no.difi.sdp.client2.domain.sbd.Partner
addContactInformation, getContactInformation, getIdentifier, toString
-
-
-
-
Constructor Detail
-
Sender
public Sender(PartnerIdentification identifier)
-
Sender
public Sender(PartnerIdentification identifier, List<ContactInformation> contactInformation)
-
-
Method Detail
-
setIdentifier
public Sender setIdentifier(PartnerIdentification identifier)
- Overrides:
setIdentifierin classPartner
-
setContactInformation
public void setContactInformation(List<ContactInformation> contactInformation)
- Overrides:
setContactInformationin classPartner
-
-