mgi.logme.data
Class Duration

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

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

See Also:
Serialized Form

Constructor Summary
Duration()
          default constructor
Duration(int min, int max)
          full constructor
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.Integer getEid()
           
 int getMax()
           
 int getMin()
           
 int hashCode()
           
 void setEid(java.lang.Integer eid)
           
 void setMax(int max)
           
 void setMin(int min)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Duration

public Duration(int min,
                int max)
full constructor


Duration

public Duration()
default constructor

Method Detail

getEid

public java.lang.Integer getEid()

setEid

public void setEid(java.lang.Integer eid)

getMin

public int getMin()

setMin

public void setMin(int min)

getMax

public int getMax()

setMax

public void setMax(int max)

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()