Class Country

All Implemented Interfaces:
Serializable, Cloneable

public class Country extends DataBaseObject
The Class Country.
See Also:
  • Field Details

    • COU_ISO

      protected String COU_ISO
      The cou iso.
    • COU_NAME

      protected String COU_NAME
      The cou name.
  • Constructor Details

    • Country

      public Country()
      Instantiates a new country.
    • Country

      public Country(String iso)
      Instantiates a new country.
      Parameters:
      iso - the iso
  • Method Details

    • getIso

      public String getIso()
      Gets the iso.
      Returns:
      the iso
    • setIso

      public void setIso(String param)
      Sets the iso.
      Parameters:
      param - the new iso
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String param)
      Sets the name.
      Parameters:
      param - the new name
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Equals.
      Overrides:
      equals in class Object