mgi.logme.dataholder
Class TemplateHits

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

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


Constructor Summary
TemplateHits()
          Creates a new instance of TemplateHits
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 double getCount()
          Getter for property count.
 java.lang.Integer getEid()
          Getter for property EID.
 java.lang.String getTemplate()
          Getter for property template.
 void setCount(double count)
          Setter for property count.
 void setEid(java.lang.Integer eid)
          Setter for property EID.
 void setTemplate(java.lang.String template)
          Setter for property template.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateHits

public TemplateHits()
Creates a new instance of TemplateHits

Method Detail

compareTo

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

getCount

public double getCount()
Getter for property count.

Returns:
Value of property count.

setCount

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

Parameters:
count - New value of property count.

getEid

public java.lang.Integer getEid()
Getter for property EID.

Returns:
Value of property EID.

setEid

public void setEid(java.lang.Integer eid)
Setter for property EID.


getTemplate

public java.lang.String getTemplate()
Getter for property template.

Returns:
Value of property template.

setTemplate

public void setTemplate(java.lang.String template)
Setter for property template.