| Package | Description |
|---|---|
| org.cloudgraph.test.socialgraph.actor | |
| org.cloudgraph.test.socialgraph.actor.impl | |
| org.cloudgraph.test.socialgraph.story | |
| org.cloudgraph.test.socialgraph.story.impl |
| Modifier and Type | Method and Description |
|---|---|
Actor |
Photo.createActor()
Creates and returns a new instance of Type
Actor automatically establishing a containment relationship through the object's reference property, actor. |
Actor[] |
Photo.getActor()
Returns an array of Actor set for the object's multi-valued property actor.
|
Actor |
Photo.getActor(int idx)
Returns the Actor set for the object's multi-valued property actor based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Photo.addActor(Actor value)
Adds the given value of Type Actor for the object's multi-valued property actor.
|
void |
Photo.removeActor(Actor value)
Removes the given value of Type Actor for the object's multi-valued property actor.
|
void |
Photo.setActor(Actor[] value)
Sets the given array of Type Actor for the object's multi-valued property actor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActorSDO
Represents a person or a group of people.
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
PhotoSDO.createActor()
Creates and returns a new instance of Type
Actor automatically establishing a containment relationship through the object's reference property, actor. |
Actor[] |
PhotoSDO.getActor() |
Actor |
PhotoSDO.getActor(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhotoSDO.addActor(Actor value) |
void |
PhotoSDO.removeActor(Actor value) |
void |
PhotoSDO.setActor(Actor[] value) |
| Modifier and Type | Method and Description |
|---|---|
Actor |
Blog.createActor()
Creates and returns a new instance of Type
Actor automatically establishing a containment relationship through the object's reference property, actor. |
Actor |
Blog.getActor()
Returns the value of the actor property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Blog.setActor(Actor value)
Sets the value of the actor property to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
BlogSDO.createActor()
Creates and returns a new instance of Type
Actor automatically establishing a containment relationship through the object's reference property, actor. |
Actor |
BlogSDO.getActor()
Returns the value of the actor property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlogSDO.setActor(Actor value)
Sets the value of the actor property to the given value.
|
Copyright © 2023. All Rights Reserved.