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