| Package | Description |
|---|---|
| org.cloudgraph.test.socialgraph.actor | |
| org.cloudgraph.test.socialgraph.actor.impl |
| Modifier and Type | Method and Description |
|---|---|
Photo |
Actor.createPhoto()
Creates and returns a new instance of Type
Photo automatically establishing a containment relationship through the object's reference property, photo. |
Photo[] |
Actor.getPhoto()
Returns an array of Photo set for the object's multi-valued property photo.
|
Photo |
Actor.getPhoto(int idx)
Returns the Photo set for the object's multi-valued property photo based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Actor.addPhoto(Photo value)
Adds the given value of Type Photo for the object's multi-valued property photo.
|
void |
Actor.removePhoto(Photo value)
Removes the given value of Type Photo for the object's multi-valued property photo.
|
void |
Actor.setPhoto(Photo[] value)
Sets the given array of Type Photo for the object's multi-valued property photo.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhotoSDO
Generated implementation class representing the domain model entity Photo.
|
| Modifier and Type | Method and Description |
|---|---|
Photo |
ActorSDO.createPhoto()
Creates and returns a new instance of Type
Photo automatically establishing a containment relationship through the object's reference property, photo. |
Photo[] |
ActorSDO.getPhoto() |
Photo |
ActorSDO.getPhoto(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorSDO.addPhoto(Photo value) |
void |
ActorSDO.removePhoto(Photo value) |
void |
ActorSDO.setPhoto(Photo[] value) |
Copyright © 2023. All Rights Reserved.