java.lang.Object
com.iamsoft.util.ui.javafx.test.Person
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.DoubleProperty
javafx.beans.property.Property<LocalDate>
javafx.beans.property.StringProperty
boolean
javafx.beans.property.Property<Boolean>
javafx.beans.property.StringProperty
Gets the value of the property balance.Gets the value of the property birthday.getEmail()
Gets the value of the property email.Gets the value of the property firstName.long
getId()
getIq()
Gets the value of the property iq.Gets the value of the property lastName.int
hashCode()
javafx.beans.property.IntegerProperty
boolean
isEvil()
javafx.beans.property.StringProperty
void
setBalance
(Double pBalance) Sets the value of the property balance.void
setBirthday
(LocalDate pBirthday) Sets the value of the property birthday.void
Sets the value of the property email.void
setEvil
(boolean pEvil) Sets the value of the property evil.void
setFirstName
(String pFirstName) Sets the value of the property firstName.void
Sets the value of the property iq.void
setLastName
(String pLastName) Sets the value of the property lastName.toString()
-
Property Details
-
firstName
public javafx.beans.property.StringProperty firstNameProperty- See Also:
-
lastName
public javafx.beans.property.StringProperty lastNameProperty- See Also:
-
email
public javafx.beans.property.StringProperty emailProperty- See Also:
-
iq
public javafx.beans.property.IntegerProperty iqProperty- See Also:
-
balance
public javafx.beans.property.DoubleProperty balanceProperty- See Also:
-
birthday
- See Also:
-
evil
- See Also:
-
-
Constructor Details
-
Person
public Person() -
Person
public Person(long pId) -
Person
-
Person
-
Person
-
Person
-
Person
-
Person
-
Person
-
Person
-
Person
-
-
Method Details
-
getId
public long getId() -
firstNameProperty
public javafx.beans.property.StringProperty firstNameProperty()- See Also:
-
getFirstName
Gets the value of the property firstName.- Property description:
-
setFirstName
Sets the value of the property firstName.- Property description:
-
lastNameProperty
public javafx.beans.property.StringProperty lastNameProperty()- See Also:
-
getLastName
Gets the value of the property lastName.- Property description:
-
setLastName
Sets the value of the property lastName.- Property description:
-
emailProperty
public javafx.beans.property.StringProperty emailProperty()- See Also:
-
getEmail
Gets the value of the property email.- Property description:
-
setEmail
Sets the value of the property email.- Property description:
-
iqProperty
public javafx.beans.property.IntegerProperty iqProperty()- See Also:
-
getIq
Gets the value of the property iq.- Property description:
-
setIq
Sets the value of the property iq.- Property description:
-
balanceProperty
public javafx.beans.property.DoubleProperty balanceProperty()- See Also:
-
getBalance
Gets the value of the property balance.- Property description:
-
setBalance
Sets the value of the property balance.- Property description:
-
birthdayProperty
- See Also:
-
getBirthday
Gets the value of the property birthday.- Property description:
-
setBirthday
Sets the value of the property birthday.- Property description:
-
evilProperty
- See Also:
-
isEvil
public boolean isEvil() -
setEvil
public void setEvil(boolean pEvil) Sets the value of the property evil.- Property description:
-
toString
-
equals
-
hashCode
public int hashCode()
-