org.walluck.oscar
Class SNACPair

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

public class SNACPair
extends Object

SNAC family/type pairs used for rate classes.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
SNACPair()
          Creates a new SNAC pair.
 
Method Summary
 int getFamily()
          Get the value of family.
 RateClass getRateClass()
          Get the value of rc.
 int getSubtype()
          Get the value of subtype.
 void setFamily(int family)
          Set the value of family.
 void setRateClass(RateClass rc)
          Set the value of rc.
 void setSubtype(int subtype)
          Set the value of subtype.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SNACPair

public SNACPair()
Creates a new SNAC pair.

Method Detail

getRateClass

public RateClass getRateClass()
Get the value of rc.

Returns:
value of rc.

setRateClass

public void setRateClass(RateClass rc)
Set the value of rc.

Parameters:
rc - Value to assign to rc.

getFamily

public int getFamily()
Get the value of family.

Returns:
value of family.

setFamily

public void setFamily(int family)
Set the value of family.

Parameters:
family - Value to assign to family.

getSubtype

public int getSubtype()
Get the value of subtype.

Returns:
value of subtype.

setSubtype

public void setSubtype(int subtype)
Set the value of subtype.

Parameters:
subtype - Value to assign to subtype.