| 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 |
|---|---|
Topic |
Topic.createChild()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, child. |
Topic |
Topic.createParent()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, parent. |
Topic[] |
Topic.getChild()
Returns an array of Topic set for the object's multi-valued property child.
|
Topic |
Topic.getChild(int idx)
Returns the Topic set for the object's multi-valued property child based on the given index.
|
Topic |
Topic.getParent()
Returns the value of the parent property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Topic.addChild(Topic value)
Adds the given value of Type Topic for the object's multi-valued property child.
|
void |
Topic.removeChild(Topic value)
Removes the given value of Type Topic for the object's multi-valued property child.
|
void |
Topic.setChild(Topic[] value)
Sets the given array of Type Topic for the object's multi-valued property child.
|
void |
Topic.setParent(Topic value)
Sets the value of the parent property to the given value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopicSDO
Generated implementation class representing the domain model entity Topic.
|
| Modifier and Type | Method and Description |
|---|---|
Topic |
TopicSDO.createChild()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, child. |
Topic |
TopicSDO.createParent()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, parent. |
Topic[] |
TopicSDO.getChild() |
Topic |
TopicSDO.getChild(int idx) |
Topic |
TopicSDO.getParent()
Returns the value of the parent property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicSDO.addChild(Topic value) |
void |
TopicSDO.removeChild(Topic value) |
void |
TopicSDO.setChild(Topic[] value) |
void |
TopicSDO.setParent(Topic value)
Sets the value of the parent property to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
Topic |
Story.createTopic()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, topic. |
Topic |
Blog.createTopic()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, topic. |
Topic |
Story.getTopic()
Returns the value of the topic property.
|
Topic[] |
Blog.getTopic()
Returns an array of Topic set for the object's multi-valued property topic.
|
Topic |
Blog.getTopic(int idx)
Returns the Topic set for the object's multi-valued property topic based on the given index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Blog.addTopic(Topic value)
Adds the given value of Type Topic for the object's multi-valued property topic.
|
void |
Blog.removeTopic(Topic value)
Removes the given value of Type Topic for the object's multi-valued property topic.
|
void |
Story.setTopic(Topic value)
Sets the value of the topic property to the given value.
|
void |
Blog.setTopic(Topic[] value)
Sets the given array of Type Topic for the object's multi-valued property topic.
|
| Modifier and Type | Method and Description |
|---|---|
Topic |
StorySDO.createTopic()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, topic. |
Topic |
BlogSDO.createTopic()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, topic. |
Topic |
StorySDO.getTopic()
Returns the value of the topic property.
|
Topic[] |
BlogSDO.getTopic() |
Topic |
BlogSDO.getTopic(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlogSDO.addTopic(Topic value) |
void |
BlogSDO.removeTopic(Topic value) |
void |
StorySDO.setTopic(Topic value)
Sets the value of the topic property to the given value.
|
void |
BlogSDO.setTopic(Topic[] value) |
Copyright © 2023. All Rights Reserved.