mgi.logme.data
Class Clickpath

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

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

See Also:
Serialized Form

Constructor Summary
Clickpath()
          default constructor
Clickpath(java.lang.String value)
          full constructor
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.Integer getEid()
           
 java.lang.String getValue()
           
 int hashCode()
           
 void setEid(java.lang.Integer eid)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Clickpath

public Clickpath(java.lang.String value)
full constructor


Clickpath

public Clickpath()
default constructor

Method Detail

getEid

public java.lang.Integer getEid()

setEid

public void setEid(java.lang.Integer eid)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()