public class CountryCode extends Object implements Serializable
CountryCode()
CountryCode(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 CountryCode()
public CountryCode(String code, String name)
public String getCode()
public void setCode(String code)
public String getName()
public void setName(String name)
Copyright © 2013. All Rights Reserved.