mgi.logme.data
Class Duration
java.lang.Object
mgi.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 |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Duration
public Duration(int min,
int max)
- full constructor
Duration
public Duration()
- default constructor
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()