Package no.difi.sdp.client2.domain.sbd
Class PartnerIdentification
- java.lang.Object
-
- no.difi.sdp.client2.domain.sbd.PartnerIdentification
-
- All Implemented Interfaces:
Serializable
public class PartnerIdentification extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartnerIdentification()PartnerIdentification(String value, String authority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAuthority()PartnergetPartner()StringgetValue()inthashCode()voidsetAuthority(String authority)voidsetPartner(Partner partner)voidsetValue(String value)StringtoString()
-