Class ForeignKeyedDesignatedContact

java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.ForeignKeyedDesignatedContact
All Implemented Interfaces:
Cloneable

public class ForeignKeyedDesignatedContact extends ImmutableObject
EPP-XML-serializable equivalent of DesignatedContact.

This type is used on the wire for EPP XML, where only the contact ID (foreign key) is exposed. This is converted to and from the persisted type, DesignatedContact, which stores the primary key instead of the foreign key.

See Also: