org.walluck.oscar
Class SNACVersion

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

public class SNACVersion
extends Object

SNAC versions.

Since:
1.0
Version:
1.0
Author:

Constructor Summary
SNACVersion()
          Creates a new SNAC version.
 
Method Summary
 int getFamily()
          Get the value of family.
 int getVersion()
          Get the value of version.
 void setFamily(int family)
          Set the value of family.
 void setVersion(int version)
          Set the value of version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SNACVersion

public SNACVersion()
Creates a new SNAC version.

Method Detail

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.

getVersion

public int getVersion()
Get the value of version.

Returns:
value of version.

setVersion

public void setVersion(int version)
Set the value of version.

Parameters:
version - Value to assign to version.