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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageInfoHome
public ImageInfoHome()
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.