com.ibm.commerce.giftregistry.service.businessobjects

Class UpdateGiftRegistryBOD

    • Field Detail

      • COPYRIGHT

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

      • UpdateGiftRegistryBOD

        public UpdateGiftRegistryBOD()
        Default constructor
      • UpdateGiftRegistryBOD

        public UpdateGiftRegistryBOD(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

      • getGiftRegistries

        public GiftRegistryVO[] getGiftRegistries()
        Gets all the gift registries stored in the data area
        Returns:
        All the nouns this BOD has.
      • setGiftRegistries

        public void setGiftRegistries(GiftRegistryVO[] giftRegistries)
        Sets gift registries in the data area of this BOD
        Parameters:
        giftRegistries - the nouns this BOD is going to have