com.ibm.commerce.context.content.resources

Interface EntityBeanCreationDelegator

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    AttributeValueEntityCreationData, CatalogEntryEntityCreationData


    public interface EntityBeanCreationDelegator
    extends java.io.Serializable
    Interface that provides the class name of the constructor class use to create the object represented by the resource.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field
        See Also:
        Constant Field Values
    • Method Detail

      • getConstructorClassName

        java.lang.String getConstructorClassName()
        Return the name of the class that is used to construct the object for the data object.
        Returns:
        className The name of the constructor class.