com.ibm.commerce.catalog.objects

Class RelatedCatalogEntryEntityCreationData

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


    public class RelatedCatalogEntryEntityCreationData
    extends java.lang.Object
    implements EntityBeanCreationData
    This EntityCreationData represents the data object for creating the Related Catalog Entries 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 fromCatalogEntryReferenceNumber
      The catalog entry 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 semanticSpecifier
      The semantic specifier.
      java.lang.Integer storeId
      The store ID.
      java.lang.Long toCatalogEntryReferenceNumber
      The catalog entry ID that is the target of the association.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(RelatedCatalogEntryAccessBean accessBean)
      Copy attributes' values from the Related Catalog Entries access bean to the Related Catalog Entry 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 getFromCatalogEntryReferenceNumber()
      Gets the catalog entry 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 getSemanticSpecifier()
      Gets the semantic specifier.
      java.lang.Integer getStoreId()
      Gets the store ID.
      java.lang.Long getToCatalogEntryReferenceNumber()
      Gets the catalog entry ID that is the target of the association.
      void reset()
      Reset all attributes of the Related Catalog Entries.
      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 setFromCatalogEntryReferenceNumber(java.lang.Long fromCatalogEntryReferenceNumber)
      Sets the catalog entry 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 setSemanticSpecifier(java.lang.String semanticSpecifier)
      Sets the semantic specifier.
      void setStoreId(java.lang.Integer storeId)
      Sets the store ID.
      void setToCatalogEntryReferenceNumber(java.lang.Long toCatalogEntryReferenceNumber)
      Sets the catalog entry 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.
      • fromCatalogEntryReferenceNumber

        public java.lang.Long fromCatalogEntryReferenceNumber
        The catalog entry ID that is the source of the association.
      • toCatalogEntryReferenceNumber

        public java.lang.Long toCatalogEntryReferenceNumber
        The catalog entry 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.
      • semanticSpecifier

        public java.lang.String semanticSpecifier
        The semantic 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

      • RelatedCatalogEntryEntityCreationData

        public RelatedCatalogEntryEntityCreationData()
        Default constructor for the Related Catalog Entries entity creation data.
    • 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
      • getFromCatalogEntryReferenceNumber

        public java.lang.Long getFromCatalogEntryReferenceNumber()
        Gets the catalog entry ID that is the source of the association.
        Returns:
        fromCatalogEntryReferenceNumber The catalog entry ID that is the source of the association
      • setFromCatalogEntryReferenceNumber

        public void setFromCatalogEntryReferenceNumber(java.lang.Long fromCatalogEntryReferenceNumber)
        Sets the catalog entry ID that is the source of the association.
        Parameters:
        fromCatalogEntryReferenceNumber - The catalog entry ID that is the source of the association
      • getToCatalogEntryReferenceNumber

        public java.lang.Long getToCatalogEntryReferenceNumber()
        Gets the catalog entry ID that is the target of the association.
        Returns:
        toCatalogEntryReferenceNumber The catalog entry ID that is the target of the association
      • setToCatalogEntryReferenceNumber

        public void setToCatalogEntryReferenceNumber(java.lang.Long toCatalogEntryReferenceNumber)
        Sets the catalog entry ID that is the target of the association.
        Parameters:
        toCatalogEntryReferenceNumber - The catalog entry 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
      • getSemanticSpecifier

        public java.lang.String getSemanticSpecifier()
        Gets the semantic specifier.
        Returns:
        semanticSpecifier The semantic specifier
      • setSemanticSpecifier

        public void setSemanticSpecifier(java.lang.String semanticSpecifier)
        Sets the semantic specifier.
        Parameters:
        semanticSpecifier - The semantic 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 Entries.
        Throws:
        java.lang.IllegalAccessException - An illegal access exception
      • copyFromAccessBean

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