com.ibm.commerce.giftregistry.service.businessobjects

Class AuthenticationGiftRegistryBOD

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthenticationGiftRegistryBOD

        public AuthenticationGiftRegistryBOD()
        Default constructor
      • AuthenticationGiftRegistryBOD

        public AuthenticationGiftRegistryBOD(ActivityToken aToken,
                                             DataArea dataArea)
        Constructs the object by specifying a token and DataArea.
        Parameters:
        aToken - an activity token that uniquely identifies the activity to which this service BOD belongs
        dataArea - A DataArea instance that contains verb and nouns
    • Method Detail

      • getGiftRegistryAuthenticationVO

        public GiftRegistryAuthenticationVO[] getGiftRegistryAuthenticationVO()
        Gets all the authentication value objects stored in the data area.
        Returns:
        GiftRegistryAuthenticationVO[]
      • setGiftRegistryAuthenticationVO

        public void setGiftRegistryAuthenticationVO(GiftRegistryAuthenticationVO[] AuthenticationVO)
        Sets the authentication value objects in the data area of this bod.
        Parameters:
        GiftRegistryAuthenticationVO[] -