org.walluck.oscar
Class ICBMParams

java.lang.Object
  extended by org.walluck.oscar.ICBMParams

public class ICBMParams
extends Object

ICBM (instant message) parameters.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
ICBMParams()
          Creates a new ICBM parameters class.
 
Method Summary
 int getFlags()
          Get the value of flags.
 int getMaxChan()
          Get the value of maxChan.
 int getMaxMsgLen()
          Get the value of maxMsgLen.
 int getMaxReceiverWarn()
          Get the value of maxReceiverWarn.
 int getMaxSenderWarn()
          Get the value of maxSenderWarn.
 int getMinMsgInterval()
          Get the value of minMsgInterval.
 void setFlags(int flags)
          Set the value of flags.
 void setMaxChan(int maxChan)
          Set the value of maxChan.
 void setMaxMsgLen(int maxMsgLen)
          Set the value of maxMsgLen.
 void setMaxReceiverWarn(int maxReceiverWarn)
          Set the value of maxReceiverWarn.
 void setMaxSenderWarn(int maxSenderWarn)
          Set the value of maxSenderWarn.
 void setMinMsgInterval(int minMsgInterval)
          Set the value of minMsgInterval.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICBMParams

public ICBMParams()
Creates a new ICBM parameters class.

Method Detail

getMaxChan

public int getMaxChan()
Get the value of maxChan.

Returns:
value of maxChan.

setMaxChan

public void setMaxChan(int maxChan)
Set the value of maxChan.

Parameters:
maxChan - Value to assign to maxChan.

getFlags

public int getFlags()
Get the value of flags.

Returns:
value of flags.

setFlags

public void setFlags(int flags)
Set the value of flags.

Parameters:
flags - Value to assign to flags.

getMaxMsgLen

public int getMaxMsgLen()
Get the value of maxMsgLen.

Returns:
value of maxMsgLen.

setMaxMsgLen

public void setMaxMsgLen(int maxMsgLen)
Set the value of maxMsgLen.

Parameters:
maxMsgLen - Value to assign to maxMsgLen.

getMaxSenderWarn

public int getMaxSenderWarn()
Get the value of maxSenderWarn.

Returns:
value of maxSenderWarn.

setMaxSenderWarn

public void setMaxSenderWarn(int maxSenderWarn)
Set the value of maxSenderWarn.

Parameters:
maxSenderWarn - Value to assign to maxSenderWarn.

getMaxReceiverWarn

public int getMaxReceiverWarn()
Get the value of maxReceiverWarn.

Returns:
value of maxReceiverWarn.

setMaxReceiverWarn

public void setMaxReceiverWarn(int maxReceiverWarn)
Set the value of maxReceiverWarn.

Parameters:
maxReceiverWarn - Value to assign to maxReceiverWarn.

getMinMsgInterval

public int getMinMsgInterval()
Get the value of minMsgInterval.

Returns:
value of minMsgInterval.

setMinMsgInterval

public void setMinMsgInterval(int minMsgInterval)
Set the value of minMsgInterval.

Parameters:
minMsgInterval - Value to assign to minMsgInterval.