Class Person
java.lang.Object
org.wildfly.clustering.marshalling.test.Person
- All Implemented Interfaces:
Serializable, Comparable<Person>
- Author:
- Paul Ferraro
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Person
public Person()
-
-
Method Details
-
create
-
setName
-
getName
-
addChild
-
getParent
-
getChildren
-
hashCode
-
equals
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<Person>
-