ImageInfoHome Class

com.beasys.commerce.ebusiness.catalog
ImageInfoHome Class

public class ImageInfoHome

    extends Object
    implements Serializable, SmartHome

The home class for the ImageInfo belonging. Use this class to create instances of ImageInfo.

       ImageInfo imageInfo = ImageInfoHome.create();
 


Hierarchy
Object
  ImageInfoHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

ImageInfoHome()

 

Method Summary

public static ImageInfo
create()
Create a new ImageInfo Belonging.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ImageInfoHome

public ImageInfoHome()
 

Method Detail

create() Method

public static ImageInfo create()
Create a new ImageInfo Belonging. First look to see if there is a custom imageInfo home from the BelongingHome factory. If not, just use the default BelongingHome.create() operation.