| Package | Description |
|---|---|
| net.sf.javaprinciples.sample |
| Modifier and Type | Field and Description |
|---|---|
protected ClassThree |
ClassTwo.one |
protected ClassThree |
Composite.phone |
| Modifier and Type | Field and Description |
|---|---|
protected List<ClassThree> |
ClassTwo.oneFives |
protected List<ClassThree> |
ClassTwo.zeroManies |
| Modifier and Type | Method and Description |
|---|---|
ClassThree |
ObjectFactory.createClassThree()
Create an instance of
ClassThree |
ClassThree |
ClassTwo.getOne()
Gets the value of the one property.
|
ClassThree |
Composite.getPhone()
Gets the value of the phone property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClassThree> |
ClassTwo.getOneFives()
Gets the value of the oneFives property.
|
List<ClassThree> |
ClassTwo.getZeroManies()
Gets the value of the zeroManies property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassTwo.setOne(ClassThree value)
Sets the value of the one property.
|
void |
Composite.setPhone(ClassThree value)
Sets the value of the phone property.
|
Copyright © 2014. All Rights Reserved.