public static final class EducationGrade.Factory extends Object
EducationGrade
.Constructor and Description |
---|
EducationGrade.Factory() |
Modifier and Type | Method and Description |
---|---|
static EducationGrade |
newInstance()
Constructs a new instance of
EducationGrade . |
static EducationGrade |
newInstance(String name,
String description,
Timestamp updateDate)
Constructs a new instance of
EducationGrade , taking all possible properties
(except the identifier(s))as arguments. |
static EducationGrade |
newInstance(String name,
Timestamp updateDate)
Constructs a new instance of
EducationGrade , taking all required and/or
read-only properties as arguments, except for identifiers. |
public EducationGrade.Factory()
public static EducationGrade newInstance()
EducationGrade
.public static EducationGrade newInstance(String name, Timestamp updateDate)
EducationGrade
, taking all required and/or
read-only properties as arguments, except for identifiers.name
- StringupdateDate
- Timestamppublic static EducationGrade newInstance(String name, String description, Timestamp updateDate)
EducationGrade
, taking all possible properties
(except the identifier(s))as arguments.name
- Stringdescription
- StringupdateDate
- TimestampCopyright © 2012–2014 IFREMER. All rights reserved.