public class SNACVersion extends Object
| Constructor and Description |
|---|
SNACVersion()
Creates a new SNAC version.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.