|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.solidstategroup.cms.Country
public class Country
| Constructor Summary | |
|---|---|
Country()
|
|
Country(int newCountryId,
java.lang.String newName)
|
|
| Method Summary | |
|---|---|
Country |
copy()
|
int |
getCountryId()
|
java.lang.String |
getName()
|
void |
setCountryId(int countryId)
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Country()
public Country(int newCountryId,
java.lang.String newName)
| Method Detail |
|---|
public int getCountryId()
public void setCountryId(int countryId)
public void setName(java.lang.String name)
public java.lang.String getName()
public Country copy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||