Class Notary

    • Constructor Detail

      • Notary

        public Notary()
    • Method Detail

      • createdDate

        public Notary createdDate​(String createdDate)
        createdDate.
        Returns:
        Notary
      • getCreatedDate

        public String getCreatedDate()
        .
        Returns:
        createdDate
      • setCreatedDate

        public void setCreatedDate​(String createdDate)
        setCreatedDate.
      • enabled

        public Notary enabled​(String enabled)
        enabled.
        Returns:
        Notary
      • getEnabled

        public String getEnabled()
        .
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(String enabled)
        setEnabled.
      • searchable

        public Notary searchable​(String searchable)
        searchable.
        Returns:
        Notary
      • getSearchable

        public String getSearchable()
        .
        Returns:
        searchable
      • setSearchable

        public void setSearchable​(String searchable)
        setSearchable.
      • getUserInfo

        public UserInformation getUserInfo()
        Information about the user registering to be a notary..
        Returns:
        userInfo
      • setUserInfo

        public void setUserInfo​(UserInformation userInfo)
        setUserInfo.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object