fr.ifremer.allegro.data.measure.photo
Class Photo.Factory

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.photo.Photo.Factory
Enclosing class:
Photo

public static final class Photo.Factory
extends java.lang.Object

Constructs new instances of Photo.


Constructor Summary
Photo.Factory()
           
 
Method Summary
static Photo newInstance()
          Constructs a new instance of Photo.
static Photo newInstance(java.lang.Integer objectId, java.lang.String path, PhotoType photoType, ObjectType objectType, QualityFlag qualityFlag)
          Constructs a new instance of Photo, taking all required and/or read-only properties as arguments.
static Photo newInstance(java.lang.Integer objectId, java.lang.String name, java.lang.String directionDescription, java.lang.String comments, java.lang.String path, java.util.Date photoDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Department department, PhotoType photoType, ObjectType objectType, QualityFlag qualityFlag)
          Constructs a new instance of Photo, taking all possible properties (except the identifier(s))as arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Photo.Factory

public Photo.Factory()
Method Detail

newInstance

public static Photo newInstance()
Constructs a new instance of Photo.


newInstance

public static Photo newInstance(java.lang.Integer objectId,
                                java.lang.String path,
                                PhotoType photoType,
                                ObjectType objectType,
                                QualityFlag qualityFlag)
Constructs a new instance of Photo, taking all required and/or read-only properties as arguments.


newInstance

public static Photo newInstance(java.lang.Integer objectId,
                                java.lang.String name,
                                java.lang.String directionDescription,
                                java.lang.String comments,
                                java.lang.String path,
                                java.util.Date photoDate,
                                java.util.Date validationDate,
                                java.util.Date qualificationDate,
                                java.lang.String qualificationComments,
                                java.sql.Timestamp updateDate,
                                Department department,
                                PhotoType photoType,
                                ObjectType objectType,
                                QualityFlag qualityFlag)
Constructs a new instance of Photo, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.