info.joseluismartin.model
Class Country

java.lang.Object
  extended by info.joseluismartin.model.Country

public class Country
extends Object

A Country

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Constructor Summary
Country()
           
 
Method Summary
 Long getArea()
           
 Long getId()
           
 String getName()
           
 void setArea(Long area)
           
 void setId(Long id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Country

public Country()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getArea

public Long getArea()
Returns:
the area

setArea

public void setArea(Long area)
Parameters:
area - the area to set

getId

public Long getId()
Returns:
the id

setId

public void setId(Long id)
Parameters:
id - the id to set


Copyright © 2012 JDAL. All Rights Reserved.