mgi.logme.data
Class IPCountry

java.lang.Object
  extended bymgi.logme.data.IPCountry
All Implemented Interfaces:
java.io.Serializable

public class IPCountry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
IPCountry()
          default constructor
IPCountry(java.lang.String code, java.lang.String country)
          full constructor
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getCode()
           
 java.lang.String getCountry()
           
 java.lang.Integer getEid()
           
 int hashCode()
           
 void setCode(java.lang.String code)
           
 void setCountry(java.lang.String country)
           
 void setEid(java.lang.Integer eid)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPCountry

public IPCountry(java.lang.String code,
                 java.lang.String country)
full constructor


IPCountry

public IPCountry()
default constructor

Method Detail

getEid

public java.lang.Integer getEid()

setEid

public void setEid(java.lang.Integer eid)

getCode

public java.lang.String getCode()

setCode

public void setCode(java.lang.String code)

getCountry

public java.lang.String getCountry()

setCountry

public void setCountry(java.lang.String country)

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()