public class Country extends Object
Country()
Country(String code, String name)
String
getCode()
getName()
void
setCode(String code)
setName(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Country()
public Country(String code, String name)
public String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
Copyright © 2025. All rights reserved.