com.ibm.commerce.catalog.objects

Class AttributeValueEntityCreationData

  • java.lang.Object
    • com.ibm.commerce.catalog.objects.AttributeValueEntityCreationData
    • Field Detail

      • COPYRIGHT

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

        public java.lang.Long attributeValueReferenceNumber
        The attribute value ID.
      • sequenceNumber

        public java.lang.Double sequenceNumber
        The sequence number.
      • catalogEntryReferenceNumber

        public java.lang.Long catalogEntryReferenceNumber
        The catalog entry ID.
      • field1

        public java.lang.Integer field1
        The customizable field 1.
      • language_id

        public java.lang.Integer language_id
        The language ID.
      • attributeReferenceNumber

        public java.lang.Long attributeReferenceNumber
        The attribute ID.
      • stringvalue

        public java.lang.String stringvalue
        The attribute string value.
      • integervalue

        public java.lang.Integer integervalue
        The attribute integer value.
      • floatvalue

        public java.lang.Double floatvalue
        The attribute float value.
      • name

        public java.lang.String name
        The attribute value name.
      • image1

        public java.lang.String image1
        The path to image 1.
      • image2

        public java.lang.String image2
        The path to image 2.
      • field2

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

        public java.lang.String field3
        The customizable field 3.
      • oid

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

        public java.lang.Integer operatorId
        The operator ID.
      • attributeValueTypeId

        public java.lang.String attributeValueTypeId
        The attribute value type identifier
    • Constructor Detail

      • AttributeValueEntityCreationData

        public AttributeValueEntityCreationData()
        Default constructor for the Attribute Value entity creation data.
    • Method Detail

      • getAttributeValueReferenceNumber

        public java.lang.Long getAttributeValueReferenceNumber()
        Gets the attribute value ID.
        Returns:
        attributeValueReferenceNumber The attribute value ID
      • setAttributeValueReferenceNumber

        public void setAttributeValueReferenceNumber(java.lang.Long attributeValueReferenceNumber)
        Sets the attribute value ID.
        Parameters:
        attributeValueReferenceNumber - The attribute value ID
      • getSequenceNumber

        public java.lang.Double getSequenceNumber()
        Gets the attribute value sequence number.
        Returns:
        sequenceNumber The attribute value sequence number
      • setSequenceNumber

        public void setSequenceNumber(java.lang.Double sequenceNumber)
        Sets the attribute value sequence number.
        Parameters:
        sequenceNumber - The attribute value sequence number
      • getCatalogEntryReferenceNumber

        public java.lang.Long getCatalogEntryReferenceNumber()
        Gets the catalog entry ID.
        Returns:
        catalogEntryReferenceNumber The catalog entry ID
      • setCatalogEntryReferenceNumber

        public void setCatalogEntryReferenceNumber(java.lang.Long catalogEntryReferenceNumber)
        Sets the catalog entry ID.
        Parameters:
        catalogEntryReferenceNumber - The catalog entry ID
      • getField1

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

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

        public java.lang.Integer getLanguage_id()
        Gets the language ID.
        Returns:
        language_id The language ID
      • setLanguage_id

        public void setLanguage_id(java.lang.Integer language_id)
        Sets the language ID.
        Parameters:
        language_id - The language ID
      • getAttributeReferenceNumber

        public java.lang.Long getAttributeReferenceNumber()
        Gets the attribute ID.
        Returns:
        attributeReferenceNumber The attribute ID
      • setAttributeReferenceNumber

        public void setAttributeReferenceNumber(java.lang.Long attributeReferenceNumber)
        Sets the attribute ID.
        Parameters:
        attributeReferenceNumber - The attribute ID
      • getStringvalue

        public java.lang.String getStringvalue()
        Gets the attribute string value.
        Returns:
        stringvalue The attribute string value
      • setStringvalue

        public void setStringvalue(java.lang.String stringvalue)
        Sets the attribute string value.
        Parameters:
        stringvalue - The attribute string value
      • getIntegervalue

        public java.lang.Integer getIntegervalue()
        Gets the attribute integer value.
        Returns:
        integervalue The attribute integer value
      • setIntegervalue

        public void setIntegervalue(java.lang.Integer integervalue)
        Sets the attribute integer value.
        Parameters:
        integervalue - The attribute integer value
      • getFloatvalue

        public java.lang.Double getFloatvalue()
        Gets the attribute float value.
        Returns:
        floatvalue The attribute float value
      • setFloatvalue

        public void setFloatvalue(java.lang.Double floatvalue)
        Sets the attribute float value.
        Parameters:
        floatvalue - The attribute float value
      • getName

        public java.lang.String getName()
        Gets the attribute value name.
        Returns:
        name The attribute value name
      • setName

        public void setName(java.lang.String name)
        Sets the attribute value name.
        Parameters:
        name - The attribute value name
      • getImage1

        public java.lang.String getImage1()
        Gets the path to image 1.
        Returns:
        image1 The path to image 1
      • setImage1

        public void setImage1(java.lang.String image1)
        Sets the path to image 1.
        Parameters:
        image1 - The path to image 1
      • getImage2

        public java.lang.String getImage2()
        Gets the path to image 2.
        Returns:
        image2 The path to image 2
      • setImage2

        public void setImage2(java.lang.String image2)
        Sets the path to image 2.
        Parameters:
        image2 - The path to image 2
      • getField2

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

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

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

        public void setField3(java.lang.String 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
      • getOperatorId

        public java.lang.Integer getOperatorId()
        Gets the operator ID.
        Returns:
        operatorId The operator ID
      • setOperatorId

        public void setOperatorId(java.lang.Integer operatorId)
        Sets the operator ID.
        Parameters:
        operatorId - The operator ID
      • getAttributeValueTypeId

        public java.lang.String getAttributeValueTypeId()
        Gets the attribute value type identifier.
        Returns:
        AttributeValueTypeId The attribute value type identifier.
      • setAttributeValueTypeId

        public void setAttributeValueTypeId(java.lang.String typeId)
        Sets the attribute value type identifier.
        Parameters:
        typeId - The attribute value type identifier.
      • reset

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

        public void copyFromAccessBean(AttributeValueAccessBean accessBean)
        Copy attributes' values from the Attribute Value access bean to the Attribute Value entity creation data.
        Parameters:
        AccessBean - The Attribute Value Access bean
      • copyFromAccessBean

        public void copyFromAccessBean(AttributeIntegerValueAccessBean accessBean)
        Copy attributes' values from the Attribute Integer Value access bean to the Attribute Value entity creation data.
        Parameters:
        AccessBean - The Attribute Integer Value access bean
      • copyFromAccessBean

        public void copyFromAccessBean(AttributeFloatValueAccessBean accessBean)
        Copy attributes' values from the Attribute Float Value access bean to the Attribute Float Value entity creation data.
        Parameters:
        AccessBean - The Attribute Float Value access bean
      • copyFromAccessBean

        public void copyFromAccessBean(AttributeStringValueAccessBean accessBean)
        Copy attributes' values from the Attribute String Value access bean to the Attribute String Value entity creation data.
        Parameters:
        AccessBean - The Attribute String Value access bean
      • getConstructorClassName

        public java.lang.String getConstructorClassName()
        Return the name of the class that is used to construct the object for the Attribute Value data object. It can be one of the child access beans for Attribute Value. For example, the AttributeStringAccessBean.
        Specified by:
        getConstructorClassName in interface EntityBeanCreationDelegator
        Returns:
        className The name of the constructor class