Package | Description |
---|---|
factory.person |
Modifier and Type | Field and Description |
---|---|
static SSN |
SSN.INVALID |
Modifier and Type | Method and Description |
---|---|
static SSN |
PersonFactory.newSSN(java.lang.String s) |
SSN |
Person.ssn() |
Modifier and Type | Method and Description |
---|---|
static Person |
PersonFactory.newPerson(java.lang.String name,
SSN ssn) |