Package co.dapi.types
Class Country
java.lang.Object
co.dapi.types.Country
public class Country
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Country(java.lang.String code, java.lang.String name) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Country
public Country(java.lang.String code, java.lang.String name)
-
-
Method Details
-
getCode
public java.lang.String getCode() -
getName
public java.lang.String getName()
-