| Constructor and Description |
|---|
Photo.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static Photo |
newInstance()
Constructs a new instance of
Photo. |
static Photo |
newInstance(Integer objectId,
String path,
QualityFlag qualityFlag,
PhotoType photoType,
ObjectType objectType)
Constructs a new instance of
Photo, taking all required and/or
read-only properties as arguments. |
static Photo |
newInstance(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType)
Constructs a new instance of
Photo, taking all possible properties
(except the identifier(s))as arguments. |
public static Photo newInstance(Integer objectId, String path, QualityFlag qualityFlag, PhotoType photoType, ObjectType objectType)
Photo, taking all required and/or
read-only properties as arguments.public static Photo newInstance(Integer objectId, String name, String directionDescription, String comments, String path, Date photoDate, Date validationDate, Date qualificationDate, String qualificationComments, Timestamp updateDate, QualityFlag qualityFlag, Department department, PhotoType photoType, ObjectType objectType)
Photo, taking all possible properties
(except the identifier(s))as arguments.Copyright © 2013. All Rights Reserved.