jaxx.demo.entities
Class People

java.lang.Object
  extended by jaxx.demo.entities.People

public class People
extends Object

Since:
1.7.2
Author:
tchemit

Field Summary
protected  int age
           
protected  String firstName
           
protected  String id
           
protected  String image
           
protected  String lastName
           
 
Constructor Summary
People(String id, String firstName, String lastName, int age, String image)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getAge()
           
 String getFirstName()
           
 String getId()
           
 String getImage()
           
 String getLastName()
           
 int hashCode()
           
 void setAge(int age)
           
 void setFirstName(String firstName)
           
 void setId(String id)
           
 void setImage(String image)
           
 void setLastName(String lastName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

image

protected String image

firstName

protected String firstName

lastName

protected String lastName

age

protected int age
Constructor Detail

People

public People(String id,
              String firstName,
              String lastName,
              int age,
              String image)
Method Detail

getAge

public int getAge()

setAge

public void setAge(int age)

getFirstName

public String getFirstName()

setFirstName

public void setFirstName(String firstName)

getId

public String getId()

setId

public void setId(String id)

getLastName

public String getLastName()

setLastName

public void setLastName(String lastName)

getImage

public String getImage()

setImage

public void setImage(String image)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2010 CodeLutin. All Rights Reserved.