Modifier and Type | Method and Description |
---|---|
TargetContact |
TargetTestClass.getContact() |
TargetContact[] |
TargetTestClass.getContactArray() |
Modifier and Type | Method and Description |
---|---|
LinkedList<TargetContact> |
TargetTestClass.getContactList() |
Modifier and Type | Method and Description |
---|---|
void |
TargetTestClass.setContact(TargetContact contact) |
void |
TargetTestClass.setContactArray(TargetContact[] contactArray) |
Modifier and Type | Method and Description |
---|---|
void |
TargetTestClass.setContactList(LinkedList<TargetContact> contactList) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.