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 thebalance
property.Gets the value of thebirthday
property.getEmail()
Gets the value of theemail
property.Gets the value of thefirstName
property.long
getId()
getIq()
Gets the value of theiq
property.Gets the value of thelastName
property.int
hashCode()
javafx.beans.property.IntegerProperty
boolean
isEvil()
javafx.beans.property.StringProperty
void
setBalance
(Double pBalance) Sets the value of thebalance
property.void
setBirthday
(LocalDate pBirthday) Sets the value of thebirthday
property.void
Sets the value of theemail
property.void
setEvil
(boolean pEvil) Sets the value of theevil
property.void
setFirstName
(String pFirstName) Sets the value of thefirstName
property.void
Sets the value of theiq
property.void
setLastName
(String pLastName) Sets the value of thelastName
property.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()- Returns:
- the
firstName
property - See Also:
-
getFirstName
Gets the value of thefirstName
property.- Property description:
- Returns:
- the value of the
firstName
property - See Also:
-
setFirstName
Sets the value of thefirstName
property.- Property description:
- Parameters:
pFirstName
- the value for thefirstName
property- See Also:
-
lastNameProperty
public javafx.beans.property.StringProperty lastNameProperty()- Returns:
- the
lastName
property - See Also:
-
getLastName
Gets the value of thelastName
property.- Property description:
- Returns:
- the value of the
lastName
property - See Also:
-
setLastName
Sets the value of thelastName
property.- Property description:
- Parameters:
pLastName
- the value for thelastName
property- See Also:
-
emailProperty
public javafx.beans.property.StringProperty emailProperty()- Returns:
- the
email
property - See Also:
-
getEmail
Gets the value of theemail
property.- Property description:
- Returns:
- the value of the
email
property - See Also:
-
setEmail
Sets the value of theemail
property.- Property description:
- Parameters:
pEmail
- the value for theemail
property- See Also:
-
iqProperty
public javafx.beans.property.IntegerProperty iqProperty()- Returns:
- the
iq
property - See Also:
-
getIq
Gets the value of theiq
property.- Property description:
- Returns:
- the value of the
iq
property - See Also:
-
setIq
Sets the value of theiq
property.- Property description:
- Parameters:
pIq
- the value for theiq
property- See Also:
-
balanceProperty
public javafx.beans.property.DoubleProperty balanceProperty()- Returns:
- the
balance
property - See Also:
-
getBalance
Gets the value of thebalance
property.- Property description:
- Returns:
- the value of the
balance
property - See Also:
-
setBalance
Sets the value of thebalance
property.- Property description:
- Parameters:
pBalance
- the value for thebalance
property- See Also:
-
birthdayProperty
- Returns:
- the
birthday
property - See Also:
-
getBirthday
Gets the value of thebirthday
property.- Property description:
- Returns:
- the value of the
birthday
property - See Also:
-
setBirthday
Sets the value of thebirthday
property.- Property description:
- Parameters:
pBirthday
- the value for thebirthday
property- See Also:
-
evilProperty
- Returns:
- the
evil
property - See Also:
-
isEvil
public boolean isEvil() -
setEvil
public void setEvil(boolean pEvil) Sets the value of theevil
property.- Property description:
- Parameters:
pEvil
- the value for theevil
property- See Also:
-
toString
-
equals
-
hashCode
public int hashCode()
-