jTransfo, 0.14

org.jtransfo.demo.domain
Class Person

java.lang.Object
  extended by org.jtransfo.demo.domain.Person
All Implemented Interfaces:
Comparable<Person>

@Entity(name="person")
public class Person
extends Object
implements Comparable<Person>

Simple representation of a person.


Constructor Summary
Person()
           
 
Method Summary
 int compareTo(Person other)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Person

public Person()
Method Detail

compareTo

public int compareTo(Person other)
Specified by:
compareTo in interface Comparable<Person>

jTransfo, 0.14

Copyright © 2014. All rights reserved.