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