com.ibm.commerce.catalog.objects

Class CatalogEntryConfigurationEntityCreationData

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


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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The internal copyright field.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void copyFromAccessBean(CatalogEntryConfigurationAccessBean accessBean)
      Copy attributes' values from the Catalog Entry Configuration access bean to the Catalog Entry Configuration entity creation data.
      java.lang.Long getCatalogEntryId()
      Gets the catalog entry ID.
      java.lang.Integer getField1()
      Gets the customizable field 1.
      java.lang.Double getField2()
      Gets the customizable field 2.
      java.lang.String getField3()
      Gets the customizable field 3.
      java.lang.String getField4()
      Gets the customizable field 4.
      java.lang.String getReference()
      Gets the reference.
      java.lang.String getUrl()
      Gets the url.
      void reset()
      Reset all attributes of the Catalog Entry Configuration.
      void setCatalogEntryId(java.lang.Long argCatalogEntryId)
      Sets the catalog entry ID.
      void setField1(java.lang.Integer argField1)
      Sets the customizable field 1.
      void setField2(java.lang.Double argField2)
      Sets the customizable field 2.
      void setField3(java.lang.String argField3)
      Sets the customizable field 3.
      void setField4(java.lang.String argField4)
      Sets the customizable field 4.
      void setReference(java.lang.String argReference)
      Sets the reference.
      void setUrl(java.lang.String argUrl)
      Sets the url.
      • 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
    • Constructor Detail

      • CatalogEntryConfigurationEntityCreationData

        public CatalogEntryConfigurationEntityCreationData()
        Default constructor for the Catalog Entry Configuration entity creation data.
    • Method Detail

      • getCatalogEntryId

        public java.lang.Long getCatalogEntryId()
        Gets the catalog entry ID.
        Returns:
        catalogEntryId The catalog entry ID
      • setCatalogEntryId

        public void setCatalogEntryId(java.lang.Long argCatalogEntryId)
        Sets the catalog entry ID.
        Parameters:
        catalogEntryId - The catalog entry ID
      • getUrl

        public java.lang.String getUrl()
        Gets the url.
        Returns:
        url The url
      • setUrl

        public void setUrl(java.lang.String argUrl)
        Sets the url.
        Parameters:
        url - The url
      • getReference

        public java.lang.String getReference()
        Gets the reference.
        Returns:
        reference The reference
      • setReference

        public void setReference(java.lang.String argReference)
        Sets the reference.
        Parameters:
        reference - The reference
      • getField1

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

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

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

        public void setField2(java.lang.Double argField2)
        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 argField3)
        Sets the customizable field 3.
        Parameters:
        field3 - The customizable field 3
      • getField4

        public java.lang.String getField4()
        Gets the customizable field 4.
        Returns:
        field4 The customizable field 4
      • setField4

        public void setField4(java.lang.String argField4)
        Sets the customizable field 4.
        Parameters:
        field4 - The customizable field 4
      • reset

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

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