public class SuperFundProduct extends Object
| Constructor and Description |
|---|
SuperFundProduct() |
| Modifier and Type | Method and Description |
|---|---|
SuperFundProduct |
ABN(String ABN) |
boolean |
equals(Object o) |
String |
getABN()
The ABN of the Regulated SuperFund
|
String |
getProductName()
The name of the Regulated SuperFund
|
String |
getSPIN()
The SPIN of the Regulated SuperFund.
|
String |
getUSI()
The USI of the Regulated SuperFund
|
int |
hashCode() |
SuperFundProduct |
productName(String productName) |
void |
setABN(String ABN) |
void |
setProductName(String productName) |
void |
setSPIN(String SPIN) |
void |
setUSI(String USI) |
SuperFundProduct |
SPIN(String SPIN) |
String |
toString() |
SuperFundProduct |
USI(String USI) |
public SuperFundProduct ABN(String ABN)
public String getABN()
public void setABN(String ABN)
public SuperFundProduct USI(String USI)
public String getUSI()
public void setUSI(String USI)
public SuperFundProduct SPIN(String SPIN)
public String getSPIN()
public void setSPIN(String SPIN)
public SuperFundProduct productName(String productName)
public String getProductName()
public void setProductName(String productName)
Copyright © 2020. All rights reserved.