|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.ObjectType.Factory
public static final class ObjectType.Factory
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 |
---|
public ObjectType.Factory()
Method Detail |
---|
public static ObjectType newInstance()
ObjectType
.
public static ObjectType newInstance(java.lang.String name)
ObjectType
, taking all required and/or
read-only properties as arguments.
public static ObjectType newInstance(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate)
ObjectType
, taking all possible properties
(except the identifier(s))as arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |