Class Country

  • All Implemented Interfaces:
    java.io.Serializable

    public class Country
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String code  
      private java.lang.String language  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      Country()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • code

        private java.lang.String code
      • name

        private java.lang.String name
      • language

        private java.lang.String language
    • Constructor Detail

      • Country

        public Country()