public class SuperFundProducts extends Object
| Constructor and Description |
|---|
SuperFundProducts() |
| Modifier and Type | Method and Description |
|---|---|
SuperFundProducts |
addSuperFundProductsItem(SuperFundProduct superFundProductsItem) |
boolean |
equals(Object o) |
List<SuperFundProduct> |
getSuperFundProducts()
Get superFundProducts
|
int |
hashCode() |
void |
setSuperFundProducts(List<SuperFundProduct> superFundProducts) |
SuperFundProducts |
superFundProducts(List<SuperFundProduct> superFundProducts) |
String |
toString() |
public SuperFundProducts superFundProducts(List<SuperFundProduct> superFundProducts)
public SuperFundProducts addSuperFundProductsItem(SuperFundProduct superFundProductsItem)
public List<SuperFundProduct> getSuperFundProducts()
public void setSuperFundProducts(List<SuperFundProduct> superFundProducts)
Copyright © 2020. All rights reserved.