Package com.xero.models.payrollau
Class SuperFundProduct
java.lang.Object
com.xero.models.payrollau.SuperFundProduct
public class SuperFundProduct extends Object
SuperFundProduct
-
Constructor Summary
Constructors Constructor Description SuperFundProduct() -
Method Summary
Modifier and Type Method Description SuperFundProductABN(String ABN)booleanequals(Object o)StringgetABN()The ABN of the Regulated SuperFundStringgetProductName()The name of the Regulated SuperFundStringgetSPIN()The SPIN of the Regulated SuperFund.StringgetUSI()The USI of the Regulated SuperFundinthashCode()SuperFundProductproductName(String productName)voidsetABN(String ABN)voidsetProductName(String productName)voidsetSPIN(String SPIN)voidsetUSI(String USI)SuperFundProductSPIN(String SPIN)StringtoString()SuperFundProductUSI(String USI)
-
Constructor Details
-
SuperFundProduct
public SuperFundProduct()
-
-
Method Details
-
ABN
-
getABN
The ABN of the Regulated SuperFund- Returns:
- ABN
-
setABN
-
USI
-
getUSI
The USI of the Regulated SuperFund- Returns:
- USI
-
setUSI
-
SPIN
-
getSPIN
The SPIN of the Regulated SuperFund. This field has been deprecated. New superfunds will not have a SPIN value. The USI field should be used instead of SPIN- Returns:
- SPIN
-
setSPIN
-
productName
-
getProductName
The name of the Regulated SuperFund- Returns:
- productName
-
setProductName
-
equals
-
hashCode
public int hashCode() -
toString
-