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