Uses of Class
no.difi.sdp.client2.domain.sbd.PartnerIdentification
-
Packages that use PartnerIdentification Package Description no.difi.sdp.client2.domain.sbd -
-
Uses of PartnerIdentification in no.difi.sdp.client2.domain.sbd
Fields in no.difi.sdp.client2.domain.sbd declared as PartnerIdentification Modifier and Type Field Description protected PartnerIdentificationPartner. identifierMethods in no.difi.sdp.client2.domain.sbd that return PartnerIdentification Modifier and Type Method Description PartnerIdentificationPartner. getIdentifier()Methods in no.difi.sdp.client2.domain.sbd with parameters of type PartnerIdentification Modifier and Type Method Description PartnerPartner. setIdentifier(PartnerIdentification identifier)ReceiverReceiver. setIdentifier(PartnerIdentification identifier)SenderSender. setIdentifier(PartnerIdentification identifier)Constructors in no.difi.sdp.client2.domain.sbd with parameters of type PartnerIdentification Constructor Description Partner(PartnerIdentification identifier)Partner(PartnerIdentification identifier, List<ContactInformation> contactInformation)Receiver(PartnerIdentification identifier)Receiver(PartnerIdentification identifier, List<ContactInformation> contactInformation)Sender(PartnerIdentification identifier)Sender(PartnerIdentification identifier, List<ContactInformation> contactInformation)
-