public final class Membership extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Membership.Table
The relational store of memberships that (in part) backs a compiled network trace.
|
Constructor and Description |
---|
Membership(IDPair _registrant,
String _division)
Creates a Membership with default values.
|
Modifier and Type | Method and Description |
---|---|
String |
division()
A division in which the registrant is a member.
|
IDPair |
registrant()
The registrant.
|
String |
toString()
Constructs a description of the membership.
|
(package private) void |
write(Membership.Table table)
Writes this membership to the table if it has unwritten changes.
|
Membership(IDPair _registrant, String _division)
public IDPair registrant()
void write(Membership.Table table) throws SQLException
SQLException