fr.ifremer.allegro.referential
Class ObjectType.Factory

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

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

Constructs new instances of ObjectType.


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

ObjectType.Factory

public ObjectType.Factory()
Method Detail

newInstance

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


newInstance

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


newInstance

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.