java.lang.Object
com.iamsoft.util.ui.javafx.test.Person
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.DoublePropertyjavafx.beans.property.Property<LocalDate> javafx.beans.property.StringPropertybooleanjavafx.beans.property.Property<Boolean> javafx.beans.property.StringPropertyGets the value of thebalanceproperty.Gets the value of thebirthdayproperty.getEmail()Gets the value of theemailproperty.Gets the value of thefirstNameproperty.longgetId()getIq()Gets the value of theiqproperty.Gets the value of thelastNameproperty.inthashCode()javafx.beans.property.IntegerPropertybooleanisEvil()javafx.beans.property.StringPropertyvoidsetBalance(Double pBalance) Sets the value of thebalanceproperty.voidsetBirthday(LocalDate pBirthday) Sets the value of thebirthdayproperty.voidSets the value of theemailproperty.voidsetEvil(boolean pEvil) Sets the value of theevilproperty.voidsetFirstName(String pFirstName) Sets the value of thefirstNameproperty.voidSets the value of theiqproperty.voidsetLastName(String pLastName) Sets the value of thelastNameproperty.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
firstNameproperty - See Also:
-
getFirstName
Gets the value of thefirstNameproperty.- Property description:
- Returns:
- the value of the
firstNameproperty - See Also:
-
setFirstName
Sets the value of thefirstNameproperty.- Property description:
- Parameters:
pFirstName- the value for thefirstNameproperty- See Also:
-
lastNameProperty
public javafx.beans.property.StringProperty lastNameProperty()- Returns:
- the
lastNameproperty - See Also:
-
getLastName
Gets the value of thelastNameproperty.- Property description:
- Returns:
- the value of the
lastNameproperty - See Also:
-
setLastName
Sets the value of thelastNameproperty.- Property description:
- Parameters:
pLastName- the value for thelastNameproperty- See Also:
-
emailProperty
public javafx.beans.property.StringProperty emailProperty()- Returns:
- the
emailproperty - See Also:
-
getEmail
Gets the value of theemailproperty.- Property description:
- Returns:
- the value of the
emailproperty - See Also:
-
setEmail
Sets the value of theemailproperty.- Property description:
- Parameters:
pEmail- the value for theemailproperty- See Also:
-
iqProperty
public javafx.beans.property.IntegerProperty iqProperty()- Returns:
- the
iqproperty - See Also:
-
getIq
Gets the value of theiqproperty.- Property description:
- Returns:
- the value of the
iqproperty - See Also:
-
setIq
Sets the value of theiqproperty.- Property description:
- Parameters:
pIq- the value for theiqproperty- See Also:
-
balanceProperty
public javafx.beans.property.DoubleProperty balanceProperty()- Returns:
- the
balanceproperty - See Also:
-
getBalance
Gets the value of thebalanceproperty.- Property description:
- Returns:
- the value of the
balanceproperty - See Also:
-
setBalance
Sets the value of thebalanceproperty.- Property description:
- Parameters:
pBalance- the value for thebalanceproperty- See Also:
-
birthdayProperty
- Returns:
- the
birthdayproperty - See Also:
-
getBirthday
Gets the value of thebirthdayproperty.- Property description:
- Returns:
- the value of the
birthdayproperty - See Also:
-
setBirthday
Sets the value of thebirthdayproperty.- Property description:
- Parameters:
pBirthday- the value for thebirthdayproperty- See Also:
-
evilProperty
- Returns:
- the
evilproperty - See Also:
-
isEvil
public boolean isEvil() -
setEvil
public void setEvil(boolean pEvil) Sets the value of theevilproperty.- Property description:
- Parameters:
pEvil- the value for theevilproperty- See Also:
-
toString
-
equals
-
hashCode
public int hashCode()
-