fr.ifremer.allegro.referential
Class PhotoType.Factory

java.lang.Object
  extended by fr.ifremer.allegro.referential.PhotoType.Factory
Enclosing class:
PhotoType

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

Constructs new instances of PhotoType.


Constructor Summary
PhotoType.Factory()
           
 
Method Summary
static PhotoType newInstance()
          Constructs a new instance of PhotoType.
static PhotoType newInstance(java.lang.String name, java.lang.String description, Status status)
          Constructs a new instance of PhotoType, taking all required and/or read-only properties as arguments.
static PhotoType newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of PhotoType, 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

PhotoType.Factory

public PhotoType.Factory()
Method Detail

newInstance

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


newInstance

public static PhotoType newInstance(java.lang.String name,
                                    java.lang.String description,
                                    Status status)
Constructs a new instance of PhotoType, taking all required and/or read-only properties as arguments.


newInstance

public static PhotoType newInstance(java.lang.String name,
                                    java.lang.String description,
                                    java.sql.Timestamp updateDate,
                                    Status status)
Constructs a new instance of PhotoType, taking all possible properties (except the identifier(s))as arguments.



Copyright © 2008-2010 IFREMER. All Rights Reserved.