Class OMRSEventV1RegistrySection

  • All Implemented Interfaces:
    Serializable

    public class OMRSEventV1RegistrySection
    extends Object
    implements Serializable
    OMRSEventV1RegistrySection describes properties that are used exclusively for registry events.
    See Also:
    Serialized Form
    • Constructor Detail

      • OMRSEventV1RegistrySection

        public OMRSEventV1RegistrySection()
    • Method Detail

      • getRegistrationTimestamp

        public Date getRegistrationTimestamp()
      • setRegistrationTimestamp

        public void setRegistrationTimestamp​(Date registrationTimestamp)
      • getMetadataCollectionName

        public String getMetadataCollectionName()
      • setMetadataCollectionName

        public void setMetadataCollectionName​(String metadataCollectionName)
      • getRemoteConnection

        public Connection getRemoteConnection()
      • setRemoteConnection

        public void setRemoteConnection​(Connection remoteConnection)
      • toString

        public String toString()
        JSON-style toString.
        Overrides:
        toString in class Object
        Returns:
        list of properties and their values.