public static final class QualifiedItem.Factory extends Object
QualifiedItem
.Constructor and Description |
---|
QualifiedItem.Factory() |
Modifier and Type | Method and Description |
---|---|
static QualifiedItem |
newInstance()
Constructs a new instance of
QualifiedItem . |
static QualifiedItem |
newInstance(Integer objectId,
Timestamp updateDate,
Collection<AppliedQualificationRule> appliedQualificationRules,
ObjectType objectType)
Constructs a new instance of
QualifiedItem , taking all possible properties
(except the identifier(s))as arguments. |
static QualifiedItem |
newInstance(Integer objectId,
Timestamp updateDate,
ObjectType objectType)
Constructs a new instance of
QualifiedItem , taking all required and/or
read-only properties as arguments, except for identifiers. |
public QualifiedItem.Factory()
public static QualifiedItem newInstance()
QualifiedItem
.public static QualifiedItem newInstance(Integer objectId, Timestamp updateDate, ObjectType objectType)
QualifiedItem
, taking all required and/or
read-only properties as arguments, except for identifiers.objectId
- IntegerupdateDate
- TimestampobjectType
- ObjectTypepublic static QualifiedItem newInstance(Integer objectId, Timestamp updateDate, Collection<AppliedQualificationRule> appliedQualificationRules, ObjectType objectType)
QualifiedItem
, taking all possible properties
(except the identifier(s))as arguments.objectId
- IntegerupdateDate
- TimestampappliedQualificationRules
- CollectionobjectType
- ObjectTypeCopyright © 2012–2014 IFREMER. All rights reserved.