Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
M
N
P
T
_
P
Person
- Class in
edu.columbia.cs.cs1007.company
The class Person contains information about a person's name, mailing address, and email.
Person(String, String, Address)
- Constructor for class edu.columbia.cs.cs1007.company.
Person
Constructor method.
Person(String, String, String, Address)
- Constructor for class edu.columbia.cs.cs1007.company.
Person
Constructor method.
Person(Person)
- Constructor for class edu.columbia.cs.cs1007.company.
Person
Constructor method.
President
- Class in
edu.columbia.cs.cs1007.company
A class that represents the president of a company.
President(Person, Company, double)
- Constructor for class edu.columbia.cs.cs1007.company.
President
Constructor: the President has no Manager
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
M
N
P
T
_