Class SuperFundProduct


  • public class SuperFundProduct
    extends Object
    SuperFundProduct
    • Constructor Detail

      • SuperFundProduct

        public SuperFundProduct()
    • Method Detail

      • ABN

        public SuperFundProduct ABN​(String ABN)
        The ABN of the Regulated SuperFund
        Parameters:
        ABN - String
        Returns:
        SuperFundProduct
      • getABN

        public String getABN()
        The ABN of the Regulated SuperFund
        Returns:
        ABN
      • setABN

        public void setABN​(String ABN)
        The ABN of the Regulated SuperFund
        Parameters:
        ABN - String
      • USI

        public SuperFundProduct USI​(String USI)
        The USI of the Regulated SuperFund
        Parameters:
        USI - String
        Returns:
        SuperFundProduct
      • getUSI

        public String getUSI()
        The USI of the Regulated SuperFund
        Returns:
        USI
      • setUSI

        public void setUSI​(String USI)
        The USI of the Regulated SuperFund
        Parameters:
        USI - String
      • SPIN

        public SuperFundProduct SPIN​(String SPIN)
        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
        Parameters:
        SPIN - String
        Returns:
        SuperFundProduct
      • getSPIN

        public String 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

        public void setSPIN​(String SPIN)
        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
        Parameters:
        SPIN - String
      • productName

        public SuperFundProduct productName​(String productName)
        The name of the Regulated SuperFund
        Parameters:
        productName - String
        Returns:
        SuperFundProduct
      • getProductName

        public String getProductName()
        The name of the Regulated SuperFund
        Returns:
        productName
      • setProductName

        public void setProductName​(String productName)
        The name of the Regulated SuperFund
        Parameters:
        productName - String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object