Package | Description |
---|---|
clone.prototype |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SSNObj |
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 o) |
(package private) PersonObj |
PersonObj.initialize(java.lang.String name,
SSN ssn) |
static Person |
PersonFactory.newPerson(java.lang.String name,
SSN ssn) |