|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.SNACVersion
SNAC versions.
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 |
public SNACVersion()
Method Detail |
public int getFamily()
public void setFamily(int family)
family
- Value to assign to family.public int getVersion()
public void setVersion(int version)
version
- Value to assign to version.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |