com.ibm.commerce.giftregistry.registry

Class GiftRegistryRuleRegistry.GiftRegistryRuleEntry

  • java.lang.Object
    • com.ibm.commerce.giftregistry.registry.GiftRegistryRuleRegistry.GiftRegistryRuleEntry
  • Enclosing class:
    GiftRegistryRuleRegistry


    public final class GiftRegistryRuleRegistry.GiftRegistryRuleEntry
    extends java.lang.Object
    The inner class GiftRegistryRuleEntry contains the content of the cached initiative.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String _description
      description parameter.
      java.lang.String _eventTypeName
      eventTypeId parameter.
      java.lang.Integer _grRegRuleId
      grRegRuleId parameter.
      java.lang.String _grRuleVal
      grRuleVal parameter.
      java.lang.Integer _name
      name parameter.
      java.lang.Integer _storeId
      storeId parameter.
    • Constructor Summary

      Constructors 
      Constructor and Description
      GiftRegistryRuleEntry(java.lang.Integer grRegRuleId, java.lang.Integer storeId, java.lang.String eventTypeName, java.lang.Integer name, java.lang.String description, java.lang.String grRuleVal)
      This constructor takes the content of a cached business rule
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _storeId

        public java.lang.Integer _storeId
        storeId parameter.
      • _eventTypeName

        public java.lang.String _eventTypeName
        eventTypeId parameter.
      • _name

        public java.lang.Integer _name
        name parameter.
      • _description

        public java.lang.String _description
        description parameter.
      • _grRuleVal

        public java.lang.String _grRuleVal
        grRuleVal parameter.
      • _grRegRuleId

        public java.lang.Integer _grRegRuleId
        grRegRuleId parameter.
    • Constructor Detail

      • GiftRegistryRuleEntry

        public GiftRegistryRuleEntry(java.lang.Integer grRegRuleId,
                                     java.lang.Integer storeId,
                                     java.lang.String eventTypeName,
                                     java.lang.Integer name,
                                     java.lang.String description,
                                     java.lang.String grRuleVal)
        This constructor takes the content of a cached business rule
        Parameters:
        grRegRuleId - ID of the cached rule
        storeId - the store ID of the store
        eventTypeName - name of the event type
        name - the value of the cached rule.
        description - the description of the cached rule.
        grRuleVal - the value of the cached rule.