rero.ircfw
Class MyUser

java.lang.Object
  extended byrero.ircfw.MyUser

public class MyUser
extends Object


Field Summary
protected  long awayTime
           
protected  GenericMode myModes
           
 
Constructor Summary
MyUser()
           
 
Method Summary
 long getAwayTime()
           
 GenericMode getMode()
           
 boolean isAway()
           
 void setAway()
           
 void setBack()
           
 void setMode(String m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myModes

protected GenericMode myModes

awayTime

protected long awayTime
Constructor Detail

MyUser

public MyUser()
Method Detail

setMode

public void setMode(String m)

getMode

public GenericMode getMode()

setAway

public void setAway()

setBack

public void setBack()

isAway

public boolean isAway()

getAwayTime

public long getAwayTime()