Class Person.Relationship

    • Constructor Detail

      • Relationship

        public Relationship()
    • Method Detail

      • getAccountOpener

        public java.lang.Boolean getAccountOpener()
      • getDirector

        public java.lang.Boolean getDirector()
      • getOwner

        public java.lang.Boolean getOwner()
      • getPercentOwnership

        public java.math.BigDecimal getPercentOwnership()
      • getTitle

        public java.lang.String getTitle()
      • getExecutive

        @Deprecated
        public java.lang.Boolean getExecutive()
        Deprecated.
        This is not required anymore.
        The executive attribute.
        See Also:
        API version 2019-02-19
      • getRepresentative

        @Deprecated
        public java.lang.Boolean getRepresentative()
        Deprecated.
        This is not required anymore.
        The representative attribute.
        See Also:
        API version 2019-02-19
      • setAccountOpener

        public void setAccountOpener​(java.lang.Boolean accountOpener)
      • setDirector

        public void setDirector​(java.lang.Boolean director)
      • setOwner

        public void setOwner​(java.lang.Boolean owner)
      • setPercentOwnership

        public void setPercentOwnership​(java.math.BigDecimal percentOwnership)
      • setTitle

        public void setTitle​(java.lang.String title)
      • setExecutive

        @Deprecated
        public void setExecutive​(java.lang.Boolean executive)
        Deprecated.
        This is not required anymore.
        The executive attribute.
        See Also:
        API version 2019-02-19
      • setRepresentative

        @Deprecated
        public void setRepresentative​(java.lang.Boolean representative)
        Deprecated.
        This is not required anymore.
        The representative attribute.
        See Also:
        API version 2019-02-19
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object