com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AssociatedPerson

    • Constructor Detail

      • AssociatedPerson

        public AssociatedPerson()
    • Method Detail

      • getPrefered

        public final boolean getPrefered()

        Gets or sets a value which defines whether object is preferred.

      • setPrefered

        public final void setPrefered(boolean value)

        Gets or sets a value which defines whether object is preferred.

      • getName

        public final String getName()

        Gets or sets a name of a person

      • setName

        public final void setName(String value)

        Gets or sets a name of a person

      • toString

        public String toString()

        Returns a string that represents the current object.

        Overrides:
        toString in class Object
        Returns:
        Returns a string that represents the current object.
      • hashCode

        public int hashCode()

        GetHashCode returns a hash function for this object.

        Overrides:
        hashCode in class Object
        Returns:
        Returns a hash function for this object.
      • hashCode

        public int hashCode(AssociatedPerson obj)

        GetHashCode returns a hash function for specified object.

        Parameters:
        obj - The Object for which a hash code is to be returned.
        Returns:
        Returns a hash function for specified object.
      • equals

        public boolean equals(Object obj)

        Determines whether the specified Object is equal to the current Object.

        Specified by:
        equals in interface com.aspose.ms.System.IEquatable<AssociatedPerson>
        Overrides:
        equals in class Object
        Parameters:
        obj - The Object to compare with the current Object.
        Returns:
        Returns a boolean indicating if the passed in object obj is Equal to this.
      • equals

        public final boolean equals(AssociatedPerson obj)

        Determines whether the specified Object is equal to the current Object.

        Parameters:
        obj - The Object to compare with the current Object.
        Returns:
        Returns a boolean indicating if the passed in object obj is Equal to this.
      • equals

        public final boolean equals(AssociatedPerson x,
                     AssociatedPerson y)

        Determines whether the specified object instances are considered equal.

        Parameters:
        x - The first object to compare.
        y - The second object to compare.
        Returns:
        true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
      • op_Equality

        public static boolean op_Equality(AssociatedPerson a,
                          AssociatedPerson b)

        Determines whether the specified objects are equal.

        Parameters:
        a - First object to compare
        b - Second object to compare
        Returns:
        Returns true if objects are equal, otherwise false.
      • op_Inequality

        public static boolean op_Inequality(AssociatedPerson a,
                            AssociatedPerson b)

        Determines whether the specified objects are not equal.

        Parameters:
        a - First object to compare
        b - Second object to compare
        Returns:
        Returns true if objects are not equal, otherwise false.
      • compareTo

        public int compareTo(AssociatedPerson obj)

        Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

        Specified by:
        compareTo in interface Comparable<AssociatedPerson>
        Parameters:
        obj - An object to compare with this instance, or null.
        Returns:
        This method returns: a value less than 0 if this is less than value 0 if this is equal to value a value greater than 0 if this is greater than value