mgi.logme.dataholder
Class HitsTwoValue

java.lang.Object
  extended bymgi.logme.dataholder.HitsTwoValue
All Implemented Interfaces:
java.lang.Comparable

public class HitsTwoValue
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
HitsTwoValue()
          Creates a new instance of BrowserHits
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 int getCount()
          Getter for property count.
 int getIdentifier()
          Getter for property browsername.
 int getLanguageid()
          Getter for property languageid.
 void setCount(int count)
          Setter for property count.
 void setIdentifier(int identifier)
          Setter for property browsername.
 void setLanguageid(int languageid)
          Setter for property languageid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HitsTwoValue

public HitsTwoValue()
Creates a new instance of BrowserHits

Method Detail

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

getCount

public int getCount()
Getter for property count.

Returns:
Value of property count.

setCount

public void setCount(int count)
Setter for property count.

Parameters:
count - New value of property count.

getIdentifier

public int getIdentifier()
Getter for property browsername.

Returns:
Value of property browsername.

setIdentifier

public void setIdentifier(int identifier)
Setter for property browsername.


getLanguageid

public int getLanguageid()
Getter for property languageid.

Returns:
Value of property languageid.

setLanguageid

public void setLanguageid(int languageid)
Setter for property languageid.

Parameters:
languageid - New value of property languageid.