com.ibm.commerce.catalog.objects

Class RelatedCatalogGroupEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.catalog.objects.RelatedCatalogGroupEntityCreationData
  • All Implemented Interfaces:
    EntityBeanCreationData, java.io.Serializable


    public class RelatedCatalogGroupEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Related Catalog Groups EJB.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.Long associationReferenceNumber
      The association ID.
      java.lang.String associationType
      The association type.
      static java.lang.String COPYRIGHT
      The internal copyright field.
      java.sql.Timestamp date1
      The customizable date 1.
      java.lang.String field1
      The customizable field 1.
      java.lang.Integer field2
      The customizable field 2.
      java.math.BigDecimal field3
      The customizable field 3.
      java.lang.Long fromCatalogGroupReferenceNumber
      The catalog group ID that is the source of the association.
      java.lang.String groupName
      The group name.
      java.lang.String oid
      The object ID.
      java.lang.Double quantity
      The quantity.
      java.math.BigDecimal rank
      The rank.
      java.lang.String rule
      The rule.
      java.lang.String sematicSpecifier
      The sematic specifier.
      java.lang.Integer storeId
      The store ID.
      java.lang.Long toCatalogGroupReferenceNumber
      The catalog group ID that is the target of the association.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(RelatedCatalogGroupAccessBean accessBean)
      Copy attributes' values from the Related Catalog Groups access bean to the Related Catalog Groups entity creation data.
      java.lang.Long getAssociationReferenceNumber()
      Gets the association ID.
      java.lang.String getAssociationType()
      Gets the association type.
      java.sql.Timestamp getDate1()
      Gets the customizable date 1.
      java.lang.String getField1()
      Gets the customizable field 1.
      java.lang.Integer getField2()
      Gets the customizable field 2.
      java.math.BigDecimal getField3()
      Gets the customizable field 3.
      java.lang.Long getFromCatalogGroupReferenceNumber()
      Gets the catalog group ID that is the source of the association.
      java.lang.String getGroupName()
      Gets the group name.
      java.lang.String getOid()
      Gets the object ID.
      java.lang.Double getQuantity()
      Gets the quantity.
      java.math.BigDecimal getRank()
      Gets the rank.
      java.lang.String getRule()
      Gets the rule.
      java.lang.String getSematicSpecifier()
      Gets the sematic specifier.
      java.lang.Integer getStoreId()
      Gets the store ID.
      java.lang.Long getToCatalogGroupReferenceNumber()
      Gets the catalog group ID that is the target of the association.
      void reset()
      Reset all attributes of the Related Catalog Groups.
      void setAssociationReferenceNumber(java.lang.Long associationReferenceNumber)
      Sets the association ID.
      void setAssociationType(java.lang.String associationType)
      Sets the association type.
      void setDate1(java.sql.Timestamp date1)
      Sets the customizable date 1.
      void setField1(java.lang.String field1)
      Sets the customizable field 1.
      void setField2(java.lang.Integer field2)
      Sets the customizable field 2.
      void setField3(java.math.BigDecimal field3)
      Sets the customizable field 3.
      void setFromCatalogGroupReferenceNumber(java.lang.Long fromCatalogGroupReferenceNumber)
      Sets the catalog group ID that is the source of the association.
      void setGroupName(java.lang.String groupName)
      Sets the group name.
      void setOid(java.lang.String oid)
      Sets the object ID.
      void setQuantity(java.lang.Double quantity)
      Sets the quantity.
      void setRank(java.math.BigDecimal rank)
      Sets the rank.
      void setRule(java.lang.String rule)
      Sets the rule.
      void setSematicSpecifier(java.lang.String sematicSpecifier)
      Sets the sematic specifier.
      void setStoreId(java.lang.Integer storeId)
      Sets the store ID.
      void setToCatalogGroupReferenceNumber(java.lang.Long toCatalogGroupReferenceNumber)
      Sets the catalog group ID that is the target of the association.
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • associationReferenceNumber

        public java.lang.Long associationReferenceNumber
        The association ID.
      • fromCatalogGroupReferenceNumber

        public java.lang.Long fromCatalogGroupReferenceNumber
        The catalog group ID that is the source of the association.
      • toCatalogGroupReferenceNumber

        public java.lang.Long toCatalogGroupReferenceNumber
        The catalog group ID that is the target of the association.
      • associationType

        public java.lang.String associationType
        The association type.
      • quantity

        public java.lang.Double quantity
        The quantity.
      • rank

        public java.math.BigDecimal rank
        The rank.
      • rule

        public java.lang.String rule
        The rule.
      • sematicSpecifier

        public java.lang.String sematicSpecifier
        The sematic specifier.
      • groupName

        public java.lang.String groupName
        The group name.
      • field1

        public java.lang.String field1
        The customizable field 1.
      • field2

        public java.lang.Integer field2
        The customizable field 2.
      • field3

        public java.math.BigDecimal field3
        The customizable field 3.
      • oid

        public java.lang.String oid
        The object ID.
      • storeId

        public java.lang.Integer storeId
        The store ID.
      • date1

        public java.sql.Timestamp date1
        The customizable date 1.
    • Constructor Detail

      • RelatedCatalogGroupEntityCreationData

        public RelatedCatalogGroupEntityCreationData()
        Default constructor.
    • Method Detail

      • getAssociationReferenceNumber

        public java.lang.Long getAssociationReferenceNumber()
        Gets the association ID.
        Returns:
        associationReferenceNumber The association ID
      • setAssociationReferenceNumber

        public void setAssociationReferenceNumber(java.lang.Long associationReferenceNumber)
        Sets the association ID.
        Parameters:
        associationReferenceNumber - The association ID
      • getFromCatalogGroupReferenceNumber

        public java.lang.Long getFromCatalogGroupReferenceNumber()
        Gets the catalog group ID that is the source of the association.
        Returns:
        fromCatalogGroupReferenceNumber The catalog group ID that is the source of the association
      • setFromCatalogGroupReferenceNumber

        public void setFromCatalogGroupReferenceNumber(java.lang.Long fromCatalogGroupReferenceNumber)
        Sets the catalog group ID that is the source of the association.
        Parameters:
        fromCatalogGroupReferenceNumber - The catalog group ID that is the source of the association
      • getToCatalogGroupReferenceNumber

        public java.lang.Long getToCatalogGroupReferenceNumber()
        Gets the catalog group ID that is the target of the association.
        Returns:
        toCatalogGroupReferenceNumber The catalog group ID that is the target of the association
      • setToCatalogGroupReferenceNumber

        public void setToCatalogGroupReferenceNumber(java.lang.Long toCatalogGroupReferenceNumber)
        Sets the catalog group ID that is the target of the association.
        Parameters:
        toCatalogGroupReferenceNumber - The catalog group ID that is the target of the association
      • getAssociationType

        public java.lang.String getAssociationType()
        Gets the association type.
        Returns:
        associationType The association type
      • setAssociationType

        public void setAssociationType(java.lang.String associationType)
        Sets the association type.
        Parameters:
        associationType - The association type
      • getQuantity

        public java.lang.Double getQuantity()
        Gets the quantity.
        Returns:
        quantity The quantity
      • setQuantity

        public void setQuantity(java.lang.Double quantity)
        Sets the quantity.
        Parameters:
        quantity - The quantity
      • getRank

        public java.math.BigDecimal getRank()
        Gets the rank.
        Returns:
        rank The rank
      • setRank

        public void setRank(java.math.BigDecimal rank)
        Sets the rank.
        Parameters:
        rank - The rank
      • getRule

        public java.lang.String getRule()
        Gets the rule.
        Returns:
        rule The rule
      • setRule

        public void setRule(java.lang.String rule)
        Sets the rule.
        Parameters:
        rule - The rule
      • getSematicSpecifier

        public java.lang.String getSematicSpecifier()
        Gets the sematic specifier.
        Returns:
        sematicSpecifier The sematic specifier
      • setSematicSpecifier

        public void setSematicSpecifier(java.lang.String sematicSpecifier)
        Sets the sematic specifier.
        Parameters:
        sematicSpecifier - The sematic specifier
      • getGroupName

        public java.lang.String getGroupName()
        Gets the group name.
        Returns:
        groupName The group name
      • setGroupName

        public void setGroupName(java.lang.String groupName)
        Sets the group name.
        Parameters:
        groupName - The group name
      • getField1

        public java.lang.String getField1()
        Gets the customizable field 1.
        Returns:
        field1 The customizable field 1
      • setField1

        public void setField1(java.lang.String field1)
        Sets the customizable field 1.
        Parameters:
        field1 - The customizable field 1
      • getField2

        public java.lang.Integer getField2()
        Gets the customizable field 2.
        Returns:
        field2 The customizable field 2
      • setField2

        public void setField2(java.lang.Integer field2)
        Sets the customizable field 2.
        Parameters:
        field2 - The customizable field 2
      • getField3

        public java.math.BigDecimal getField3()
        Gets the customizable field 3.
        Returns:
        field3 The customizable field 3
      • setField3

        public void setField3(java.math.BigDecimal field3)
        Sets the customizable field 3.
        Parameters:
        field3 - The customizable field 3
      • getOid

        public java.lang.String getOid()
        Gets the object ID.
        Returns:
        oid The object ID
      • setOid

        public void setOid(java.lang.String oid)
        Sets the object ID.
        Parameters:
        oid - The object ID
      • getStoreId

        public java.lang.Integer getStoreId()
        Gets the store ID.
        Returns:
        storeId The store ID
      • setStoreId

        public void setStoreId(java.lang.Integer storeId)
        Sets the store ID.
        Parameters:
        storeId - The store ID
      • getDate1

        public java.sql.Timestamp getDate1()
        Gets the customizable date 1.
        Returns:
        date1 The customizable date 1
      • setDate1

        public void setDate1(java.sql.Timestamp date1)
        Sets the customizable date 1.
        Parameters:
        date1 - The customizable date 1
      • reset

        public void reset()
                   throws java.lang.IllegalAccessException
        Reset all attributes of the Related Catalog Groups.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

        public void copyFromAccessBean(RelatedCatalogGroupAccessBean accessBean)
        Copy attributes' values from the Related Catalog Groups access bean to the Related Catalog Groups entity creation data.
        Parameters:
        AccessBean - The Related Catalog Groups access bean