Class RegistrarPoc

All Implemented Interfaces:
Jsonifiable, UnsafeSerializable, Serializable, Cloneable

@Entity public class RegistrarPoc extends RegistrarPocBase
A contact for a Registrar. Note, equality, hashCode and comparable have been overridden to only enable key equality.

IMPORTANT NOTE: Any time that you change, update, or delete RegistrarContact entities, you *MUST* also modify the persisted Registrar entity with RegistrarBase.contactsRequireSyncing set to true.

See Also: