info.joseluismartin.model
Class Country
java.lang.Object
info.joseluismartin.model.Country
public class Country
- extends Object
A Country
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Country
public Country()
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.