java.lang.Object
com.iamsoft.util.ui.javafx.test.Person

public class Person extends Object
  • Property Details

  • Constructor Details

  • Method Details

    • getId

      public long getId()
    • firstNameProperty

      public javafx.beans.property.StringProperty firstNameProperty()
      See Also:
    • getFirstName

      public String getFirstName()
      Gets the value of the property firstName.
      Property description:
    • setFirstName

      public void setFirstName(String pFirstName)
      Sets the value of the property firstName.
      Property description:
    • lastNameProperty

      public javafx.beans.property.StringProperty lastNameProperty()
      See Also:
    • getLastName

      public String getLastName()
      Gets the value of the property lastName.
      Property description:
    • setLastName

      public void setLastName(String pLastName)
      Sets the value of the property lastName.
      Property description:
    • emailProperty

      public javafx.beans.property.StringProperty emailProperty()
      See Also:
    • getEmail

      public String getEmail()
      Gets the value of the property email.
      Property description:
    • setEmail

      public void setEmail(String pEmail)
      Sets the value of the property email.
      Property description:
    • iqProperty

      public javafx.beans.property.IntegerProperty iqProperty()
      See Also:
    • getIq

      public Integer getIq()
      Gets the value of the property iq.
      Property description:
    • setIq

      public void setIq(Integer pIq)
      Sets the value of the property iq.
      Property description:
    • balanceProperty

      public javafx.beans.property.DoubleProperty balanceProperty()
      See Also:
    • getBalance

      public Double getBalance()
      Gets the value of the property balance.
      Property description:
    • setBalance

      public void setBalance(Double pBalance)
      Sets the value of the property balance.
      Property description:
    • birthdayProperty

      public javafx.beans.property.Property<LocalDate> birthdayProperty()
      See Also:
    • getBirthday

      public LocalDate getBirthday()
      Gets the value of the property birthday.
      Property description:
    • setBirthday

      public void setBirthday(LocalDate pBirthday)
      Sets the value of the property birthday.
      Property description:
    • evilProperty

      public javafx.beans.property.Property<Boolean> evilProperty()
      See Also:
    • isEvil

      public boolean isEvil()
    • setEvil

      public void setEvil(boolean pEvil)
      Sets the value of the property evil.
      Property description:
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object pObject)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object