Skip navigation links
A B C D E F G I L M N O P Q R S T U Y 

A

Actor - Interface in org.cloudgraph.test.socialgraph.actor
Represents a person or a group of people.
ACTOR - Static variable in interface org.cloudgraph.test.socialgraph.actor.Photo
Represents the logical Property actor which is part of the Type Photo.
actor() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL query element for reference property, actor.
actor(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL query element for reference property, actor, while adding the given path predicate expression.
ACTOR - Static variable in interface org.cloudgraph.test.socialgraph.story.Blog
Represents the logical Property actor which is part of the Type Blog.
actor() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL query element for reference property, actor.
ActorSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
Represents a person or a group of people.
ActorSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Default No-arg constructor required for serialization operations.
ActorSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
addActor(Actor) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
addActor(Actor) - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Adds the given value of Type Actor for the object's multi-valued property actor.
addBlog(Blog) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Adds the given value of Type Blog for the object's multi-valued property blog.
addBlog(Blog) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
 
addChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
 
addChild(Node) - Method in interface org.cloudgraph.test.datatypes.Node
Adds the given value of Type Node for the object's multi-valued property child.
addChild(Topic) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
addChild(Topic) - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Adds the given value of Type Topic for the object's multi-valued property child.
addPhoto(Photo) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Adds the given value of Type Photo for the object's multi-valued property photo.
addPhoto(Photo) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
addSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
addSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
addSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
addSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
addSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
addSourceEdge(Edge) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Adds the given value of Type Edge for the object's multi-valued property sourceEdge.
addSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
addSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
addStory(Story) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
addStory(Story) - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Adds the given value of Type Story for the object's multi-valued property story.
addStory(Story) - Method in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
 
addStory(Story) - Method in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Adds the given value of Type Story for the object's multi-valued property story.
addStoryFeed(StoryFeed) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
addStoryFeed(StoryFeed) - Method in interface org.cloudgraph.test.socialgraph.story.Story
Adds the given value of Type StoryFeed for the object's multi-valued property storyFeed.
addTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
addTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
addTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
addTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
addTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
addTargetEdge(Edge) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Adds the given value of Type Edge for the object's multi-valued property targetEdge.
addTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
addTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
addTopic(Topic) - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Adds the given value of Type Topic for the object's multi-valued property topic.
addTopic(Topic) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
AGE - Static variable in interface org.cloudgraph.test.socialgraph.actor.Actor
the physical age of the actor
age() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL data element for property, age.

B

BLOG - Static variable in interface org.cloudgraph.test.socialgraph.actor.Actor
Represents the logical Property blog which is part of the Type Actor.
blog() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL query element for reference property, blog.
blog(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL query element for reference property, blog, while adding the given path predicate expression.
Blog - Interface in org.cloudgraph.test.socialgraph.story
Generated interface representing the domain model entity Blog.
BlogSDO - Class in org.cloudgraph.test.socialgraph.story.impl
Generated implementation class representing the domain model entity Blog.
BlogSDO() - Constructor for class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Default No-arg constructor required for serialization operations.
BlogSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
BOOLEAN_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property booleanField which is part of the Type Node.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, booleanField.
booleanField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, booleanField.
BYTE_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property byteField which is part of the Type Node.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, byteField.
byteField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, byteField.
BYTES_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property bytesField which is part of the Type Node.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, bytesField.
bytesField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, bytesField.

C

CHARACTER_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property characterField which is part of the Type Node.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, characterField.
characterField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, characterField.
CHILD - Static variable in interface org.cloudgraph.test.datatypes.Node
The child node(s)
child() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
child() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL query element for reference property, child.
child(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL query element for reference property, child, while adding the given path predicate expression.
CHILD - Static variable in interface org.cloudgraph.test.socialgraph.actor.Topic
Represents the logical Property child which is part of the Type Topic.
Concurrent - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity Concurrent.
ConcurrentSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity Concurrent.
ConcurrentSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Default No-arg constructor required for serialization operations.
ConcurrentSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
 
CONTENT - Static variable in interface org.cloudgraph.test.socialgraph.actor.Photo
Represents the logical Property content which is part of the Type Photo.
content() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL data element for property, content.
createActor() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Creates and returns a new instance of Type Actor automatically establishing a containment relationship through the object's reference property, actor.
createActor() - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Creates and returns a new instance of Type Actor automatically establishing a containment relationship through the object's reference property, actor.
createActor() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Creates and returns a new instance of Type Actor automatically establishing a containment relationship through the object's reference property, actor.
createActor() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Creates and returns a new instance of Type Actor automatically establishing a containment relationship through the object's reference property, actor.
createBlog() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Creates and returns a new instance of Type Blog automatically establishing a containment relationship through the object's reference property, blog.
createBlog() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Creates and returns a new instance of Type Blog automatically establishing a containment relationship through the object's reference property, blog.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in interface org.cloudgraph.test.datatypes.Node
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Creates and returns a new instance of Type Topic automatically establishing a containment relationship through the object's reference property, child.
createChild() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Creates and returns a new instance of Type Topic automatically establishing a containment relationship through the object's reference property, child.
CREATED_BY - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
Represents the logical Property createdBy which is part of the Type Concurrent.
CREATED_DATE - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
Represents the logical Property createdDate which is part of the Type Node.
CREATED_ON - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
Represents the logical Property createdOn which is part of the Type Concurrent.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QConcurrent
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, createdBy.
createdBy() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, createdBy.
createdDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL data element for property, createdDate.
createdDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL data element for property, createdDate.
createdDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL data element for property, createdDate.
createdDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL data element for property, createdDate.
createdDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL data element for property, createdDate.
createdDate() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL data element for property, createdDate.
createdDate() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL data element for property, createdDate.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QConcurrent
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, createdOn.
createdOn() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, createdOn.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in interface org.cloudgraph.test.datatypes.Node
Creates and returns a new instance of Type Node automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Creates and returns a new instance of Type Topic automatically establishing a containment relationship through the object's reference property, parent.
createParent() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Creates and returns a new instance of Type Topic automatically establishing a containment relationship through the object's reference property, parent.
createPhoto() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Creates and returns a new instance of Type Photo automatically establishing a containment relationship through the object's reference property, photo.
createPhoto() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Creates and returns a new instance of Type Photo automatically establishing a containment relationship through the object's reference property, photo.
createSource(Class<? extends Node>) - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, source.
createSource(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, source.
createSource(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, source.
createSource(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, source.
createSource(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, source.
createSource(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, source.
createSourceEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.
createSourceEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.
createSourceEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.
createSourceEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.
createSourceEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.
createSourceEdge(Class<? extends Edge>) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.
createSourceEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.
createSourceEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.
createStory() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Creates and returns a new instance of Type Story automatically establishing a containment relationship through the object's reference property, story.
createStory() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Creates and returns a new instance of Type Story automatically establishing a containment relationship through the object's reference property, story.
createStory() - Method in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
Creates and returns a new instance of Type Story automatically establishing a containment relationship through the object's reference property, story.
createStory() - Method in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Creates and returns a new instance of Type Story automatically establishing a containment relationship through the object's reference property, story.
createStoryFeed() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Creates and returns a new instance of Type StoryFeed automatically establishing a containment relationship through the object's reference property, storyFeed.
createStoryFeed() - Method in interface org.cloudgraph.test.socialgraph.story.Story
Creates and returns a new instance of Type StoryFeed automatically establishing a containment relationship through the object's reference property, storyFeed.
createTarget(Class<? extends Node>) - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, target.
createTarget(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, target.
createTarget(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, target.
createTarget(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, target.
createTarget(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, target.
createTarget(Class<? extends Node>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Node automatically establishing a containment relationship through the object's reference property, target.
createTargetEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, targetEdge.
createTargetEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, targetEdge.
createTargetEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, targetEdge.
createTargetEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, targetEdge.
createTargetEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, targetEdge.
createTargetEdge(Class<? extends Edge>) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, targetEdge.
createTargetEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, targetEdge.
createTargetEdge(Class<? extends Edge>) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Creates and returns a new instance of the given subclass Type for abstract base Type Edge automatically establishing a containment relationship through the object's reference property, targetEdge.
createTopic() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Creates and returns a new instance of Type Topic automatically establishing a containment relationship through the object's reference property, topic.
createTopic() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Creates and returns a new instance of Type Topic automatically establishing a containment relationship through the object's reference property, topic.
createTopic() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Creates and returns a new instance of Type Topic automatically establishing a containment relationship through the object's reference property, topic.
createTopic() - Method in interface org.cloudgraph.test.socialgraph.story.Story
Creates and returns a new instance of Type Topic automatically establishing a containment relationship through the object's reference property, topic.

D

DATE_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property dateField which is part of the Type Node.
DATE_TIME_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property dateTimeField which is part of the Type Node.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, dateField.
dateField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, dateField.
DateNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity DateNode.
DateNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity DateNode.
DateNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Default No-arg constructor required for serialization operations.
DateNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.DateNodeSDO
 
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, dateTimeField.
dateTimeField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, dateTimeField.
DateTimeNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity DateTimeNode.
DateTimeNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity DateTimeNode.
DateTimeNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Default No-arg constructor required for serialization operations.
DateTimeNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
 
DAY_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property dayField which is part of the Type Node.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, dayField.
dayField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, dayField.
DECIMAL_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property decimalField which is part of the Type Node.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, decimalField.
decimalField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, decimalField.
DecimalNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity DecimalNode.
DecimalNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity DecimalNode.
DecimalNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Default No-arg constructor required for serialization operations.
DecimalNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
 
DESCRIPTION - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
Represents the logical Property description which is part of the Type Node.
description() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL data element for property, description.
description() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL data element for property, description.
description() - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL data element for property, description.
description() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL data element for property, description.
description() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL data element for property, description.
description() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL data element for property, description.
description() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL data element for property, description.
DOUBLE_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property doubleField which is part of the Type Node.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, doubleField.
doubleField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, doubleField.
DoubleNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity DoubleNode.
DoubleNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity DoubleNode.
DoubleNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Default No-arg constructor required for serialization operations.
DoubleNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
 
DURATION_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property durationField which is part of the Type Node.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, durationField.
durationField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, durationField.

E

Edge - Interface in org.cloudgraph.test.socialgraph.actor
A directed link between two nodes.
EdgeSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
A directed link between two nodes.
EdgeSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Default No-arg constructor required for serialization operations.
EdgeSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
 

F

FLOAT_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property floatField which is part of the Type Node.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, floatField.
floatField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, floatField.
FloatNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity FloatNode.
FloatNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity FloatNode.
FloatNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Default No-arg constructor required for serialization operations.
FloatNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
 
Follow - Interface in org.cloudgraph.test.socialgraph.actor
A relationship (edge) between 2 nodes where the source is a follower and the target is a leader.
FollowSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
A relationship (edge) between 2 nodes where the source is a follower and the target is a leader.
FollowSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Default No-arg constructor required for serialization operations.
FollowSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
 
Friendship - Interface in org.cloudgraph.test.socialgraph.actor
Generated interface representing the domain model entity Friendship.
FriendshipSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
Generated implementation class representing the domain model entity Friendship.
FriendshipSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Default No-arg constructor required for serialization operations.
FriendshipSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
 

G

getActor() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
getActor(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
getActor() - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Returns an array of Actor set for the object's multi-valued property actor.
getActor(int) - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Returns the Actor set for the object's multi-valued property actor based on the given index.
getActor() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Returns the value of the actor property.
getActor() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns the value of the actor property.
getActorCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
getActorCount() - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Returns a count for multi-valued property actor.
getAge() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns the value of the age property.
getAge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns the value of the age property.
getBlog() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns an array of Blog set for the object's multi-valued property blog.
getBlog(int) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns the Blog set for the object's multi-valued property blog based on the given index.
getBlog() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getBlog(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getBlogCount() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns a count for multi-valued property blog.
getBlogCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the booleanField property.
getBooleanField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the booleanField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the byteField property.
getByteField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the byteField property.
getByteField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the byteField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the bytesField property.
getBytesField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the bytesField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the characterField property.
getCharacterField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the characterField property.
getChild() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
 
getChild() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
 
getChild(int) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
 
getChild() - Method in interface org.cloudgraph.test.datatypes.Node
Returns an array of Node set for the object's multi-valued property child.
getChild(int) - Method in interface org.cloudgraph.test.datatypes.Node
Returns the Node set for the object's multi-valued property child based on the given index.
getChild() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getChild(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getChild() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns an array of Topic set for the object's multi-valued property child.
getChild(int) - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns the Topic set for the object's multi-valued property child based on the given index.
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
 
getChildCount() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
 
getChildCount() - Method in interface org.cloudgraph.test.datatypes.Node
Returns a count for multi-valued property child.
getChildCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getChildCount() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns a count for multi-valued property child.
getContent() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns the value of the content property.
getContent() - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Returns the value of the content property.
getCreatedBy() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the createdBy property.
getCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the createdBy property.
getCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns the value of the createdDate property.
getCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns the value of the createdDate property.
getCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns the value of the createdDate property.
getCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns the value of the createdDate property.
getCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns the value of the createdDate property.
getCreatedDate() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns the value of the createdDate property.
getCreatedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns the value of the createdDate property.
getCreatedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns the value of the createdDate property.
getCreatedOn() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the createdOn property.
getCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the createdOn property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the dateField property.
getDateField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the dateField property.
getDateField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the dateField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the dateTimeField property.
getDateTimeField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the dateTimeField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the dayField property.
getDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the dayField property.
getDayField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the dayField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the decimalField property.
getDecimalField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the decimalField property.
getDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns the value of the description property.
getDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns the value of the description property.
getDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns the value of the description property.
getDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns the value of the description property.
getDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns the value of the description property.
getDescription() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns the value of the description property.
getDescription() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns the value of the description property.
getDescription() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns the value of the description property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the doubleField property.
getDoubleField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the doubleField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the durationField property.
getDurationField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the durationField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the floatField property.
getFloatField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the floatField property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the id property.
getId() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns the value of the id property.
getId() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns the value of the id property.
getId() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns the value of the id property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the integerField property.
getIntegerField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the integerField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the intField property.
getIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the intField property.
getIntField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the intField property.
getIq() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns the value of the iq property.
getIq() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns the value of the iq property.
getLastAccessedOn() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the lastAccessedOn property.
getLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the lastAccessedOn property.
getLastModifiedBy() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the lastModifiedBy property.
getLastModifiedOn() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the lastModifiedOn property.
getLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the lastModifiedOn property.
getLevelNum() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the levelNum property.
getLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the levelNum property.
getLikes() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Returns the value of the likes property.
getLikes() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns the value of the likes property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the longField property.
getLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the longField property.
getLongField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the longField property.
getModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns the value of the modifiedDate property.
getModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns the value of the modifiedDate property.
getModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns the value of the modifiedDate property.
getModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns the value of the modifiedDate property.
getModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns the value of the modifiedDate property.
getModifiedDate() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns the value of the modifiedDate property.
getModifiedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns the value of the modifiedDate property.
getModifiedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns the value of the modifiedDate property.
getModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns the value of the modifiedVersion property.
getModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns the value of the modifiedVersion property.
getModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns the value of the modifiedVersion property.
getModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns the value of the modifiedVersion property.
getModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns the value of the modifiedVersion property.
getModifiedVersion() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns the value of the modifiedVersion property.
getModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns the value of the modifiedVersion property.
getModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns the value of the modifiedVersion property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the monthDayField property.
getMonthDayField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the monthDayField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the monthField property.
getMonthField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the monthField property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the name property.
getName() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns the value of the name property.
getName() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns the value of the name property.
getName() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns the value of the name property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the objectField property.
getObjectField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the objectField property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the parent property.
getParent() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the parent property.
getParent() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns the value of the parent property.
getParent() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns the value of the parent property.
getPhoto() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns an array of Photo set for the object's multi-valued property photo.
getPhoto(int) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns the Photo set for the object's multi-valued property photo based on the given index.
getPhoto() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getPhoto(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getPhotoCount() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns a count for multi-valued property photo.
getPhotoCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the rootId property.
getRootId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the rootId property.
getRootId() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the rootId property.
getSeqId() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the seqId property.
getSeqId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the seqId property.
getSequenceNum() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the sequenceNum property.
getSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the sequenceNum property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the shortField property.
getShortField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the shortField property.
getShortField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the shortField property.
getSource() - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Returns the value of the source property.
getSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Returns the value of the source property.
getSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Returns the value of the source property.
getSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Returns the value of the source property.
getSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Returns the value of the source property.
getSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Returns the value of the source property.
getSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getSourceEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
getSourceEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
getSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
getSourceEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
getSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
getSourceEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
getSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getSourceEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getSourceEdge() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns an array of Edge set for the object's multi-valued property sourceEdge.
getSourceEdge(int) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns the Edge set for the object's multi-valued property sourceEdge based on the given index.
getSourceEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
getSourceEdge(int) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
getSourceEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
getSourceEdge(int) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
getSourceEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getSourceEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
getSourceEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
getSourceEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
getSourceEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getSourceEdgeCount() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns a count for multi-valued property sourceEdge.
getSourceEdgeCount() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
getSourceEdgeCount() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
getStory() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getStory(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getStory() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns an array of Story set for the object's multi-valued property story.
getStory(int) - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns the Story set for the object's multi-valued property story based on the given index.
getStory() - Method in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
 
getStory(int) - Method in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
 
getStory() - Method in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Returns an array of Story set for the object's multi-valued property story.
getStory(int) - Method in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Returns the Story set for the object's multi-valued property story based on the given index.
getStoryCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getStoryCount() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns a count for multi-valued property story.
getStoryCount() - Method in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
 
getStoryCount() - Method in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Returns a count for multi-valued property story.
getStoryFeed() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
getStoryFeed(int) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
getStoryFeed() - Method in interface org.cloudgraph.test.socialgraph.story.Story
Returns an array of StoryFeed set for the object's multi-valued property storyFeed.
getStoryFeed(int) - Method in interface org.cloudgraph.test.socialgraph.story.Story
Returns the StoryFeed set for the object's multi-valued property storyFeed based on the given index.
getStoryFeedCount() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
getStoryFeedCount() - Method in interface org.cloudgraph.test.socialgraph.story.Story
Returns a count for multi-valued property storyFeed.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the stringField property.
getStringField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the stringField property.
getStringField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the stringField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the stringsField property.
getStringsField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the stringsField property.
getTarget() - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Returns the value of the target property.
getTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Returns the value of the target property.
getTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Returns the value of the target property.
getTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Returns the value of the target property.
getTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Returns the value of the target property.
getTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Returns the value of the target property.
getTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getTargetEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
getTargetEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
getTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
getTargetEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
getTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
getTargetEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
getTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getTargetEdge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getTargetEdge() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns an array of Edge set for the object's multi-valued property targetEdge.
getTargetEdge(int) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns the Edge set for the object's multi-valued property targetEdge based on the given index.
getTargetEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
getTargetEdge(int) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
getTargetEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
getTargetEdge(int) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
getTargetEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
getTargetEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
getTargetEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
getTargetEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
getTargetEdgeCount() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
getTargetEdgeCount() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns a count for multi-valued property targetEdge.
getTargetEdgeCount() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
getTargetEdgeCount() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the timeField property.
getTimeField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the timeField property.
getTopic() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Returns an array of Topic set for the object's multi-valued property topic.
getTopic(int) - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Returns the Topic set for the object's multi-valued property topic based on the given index.
getTopic() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
getTopic(int) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
getTopic() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns the value of the topic property.
getTopic() - Method in interface org.cloudgraph.test.socialgraph.story.Story
Returns the value of the topic property.
getTopicCount() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Returns a count for multi-valued property topic.
getTopicCount() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the unsignedIntField property.
getUnsignedIntField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the unsignedIntField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the unsignedLongField property.
getUnsignedLongField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the unsignedLongField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the uriField property.
getUriField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the uriField property.
getUriField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the uriField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the YearField property.
getYearField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the YearField property.
getYearField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the YearField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the yearMonthDayField property.
getYearMonthDayField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the yearMonthDayField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns the value of the yearMonthField property.
getYearMonthField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns the value of the yearMonthField property.

I

ID - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property id which is part of the Type Node.
id() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, id.
ID - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
the id
id() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL data element for property, id.
id() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL data element for property, id.
incrementLikes(long) - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Increments the value of the likes property by the given value.
incrementLikes(long) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Increments the value of the likes property by the given value.
INT_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property intField which is part of the Type Node.
INTEGER_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property integerField which is part of the Type Node.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, integerField.
integerField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, integerField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, intField.
intField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, intField.
IntNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity IntNode.
IntNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity IntNode.
IntNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Default No-arg constructor required for serialization operations.
IntNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.IntNodeSDO
 
IQ - Static variable in interface org.cloudgraph.test.socialgraph.actor.Actor
the intelligence quotent
iq() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL data element for property, iq.
isSetActor() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the actor property is set.
isSetActor() - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Returns true if the actor property is set.
isSetActor() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Returns true if the actor property is set.
isSetActor() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the actor property is set.
isSetAge() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns true if the age property is set.
isSetAge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the age property is set.
isSetBlog() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns true if the blog property is set.
isSetBlog() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the blog property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the booleanField property is set.
isSetBooleanField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the booleanField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the byteField property is set.
isSetByteField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the byteField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the bytesField property is set.
isSetBytesField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the bytesField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the characterField property is set.
isSetCharacterField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the characterField property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the child property is set.
isSetChild() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the child property is set.
isSetChild() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the child property is set.
isSetChild() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns true if the child property is set.
isSetContent() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the content property is set.
isSetContent() - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Returns true if the content property is set.
isSetCreatedBy() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the createdBy property is set.
isSetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the createdBy property is set.
isSetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the createdDate property is set.
isSetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns true if the createdDate property is set.
isSetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns true if the createdDate property is set.
isSetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the createdDate property is set.
isSetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the createdDate property is set.
isSetCreatedDate() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns true if the createdDate property is set.
isSetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the createdDate property is set.
isSetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the createdDate property is set.
isSetCreatedOn() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the createdOn property is set.
isSetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the createdOn property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the dateField property is set.
isSetDateField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the dateField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the dateTimeField property is set.
isSetDateTimeField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the dateTimeField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the dayField property is set.
isSetDayField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the dayField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the decimalField property is set.
isSetDecimalField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the decimalField property is set.
isSetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the description property is set.
isSetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns true if the description property is set.
isSetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns true if the description property is set.
isSetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the description property is set.
isSetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the description property is set.
isSetDescription() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns true if the description property is set.
isSetDescription() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the description property is set.
isSetDescription() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the description property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the doubleField property is set.
isSetDoubleField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the doubleField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the durationField property is set.
isSetDurationField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the durationField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the floatField property is set.
isSetFloatField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the floatField property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the id property is set.
isSetId() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the id property is set.
isSetId() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the id property is set.
isSetId() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the id property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the integerField property is set.
isSetIntegerField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the integerField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the intField property is set.
isSetIntField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the intField property is set.
isSetIq() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns true if the iq property is set.
isSetIq() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the iq property is set.
isSetLastAccessedOn() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the lastAccessedOn property is set.
isSetLastModifiedBy() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the lastModifiedBy property is set.
isSetLastModifiedOn() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the lastModifiedOn property is set.
isSetLevelNum() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the levelNum property is set.
isSetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the levelNum property is set.
isSetLikes() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Returns true if the likes property is set.
isSetLikes() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the likes property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the longField property is set.
isSetLongField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the longField property is set.
isSetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the modifiedDate property is set.
isSetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns true if the modifiedDate property is set.
isSetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns true if the modifiedDate property is set.
isSetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the modifiedDate property is set.
isSetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the modifiedDate property is set.
isSetModifiedDate() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns true if the modifiedDate property is set.
isSetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the modifiedDate property is set.
isSetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the modifiedDate property is set.
isSetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the modifiedVersion property is set.
isSetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns true if the modifiedVersion property is set.
isSetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns true if the modifiedVersion property is set.
isSetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the modifiedVersion property is set.
isSetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the modifiedVersion property is set.
isSetModifiedVersion() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns true if the modifiedVersion property is set.
isSetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the modifiedVersion property is set.
isSetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the modifiedVersion property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the monthDayField property is set.
isSetMonthDayField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the monthDayField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the monthField property is set.
isSetMonthField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the monthField property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the name property is set.
isSetName() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the name property is set.
isSetName() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the name property is set.
isSetName() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the name property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the objectField property is set.
isSetObjectField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the objectField property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the parent property is set.
isSetParent() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the parent property is set.
isSetParent() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the parent property is set.
isSetParent() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns true if the parent property is set.
isSetPhoto() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Returns true if the photo property is set.
isSetPhoto() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the photo property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the rootId property is set.
isSetRootId() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the rootId property is set.
isSetSeqId() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the seqId property is set.
isSetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the seqId property is set.
isSetSequenceNum() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the sequenceNum property is set.
isSetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the sequenceNum property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the shortField property is set.
isSetShortField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the shortField property is set.
isSetSource() - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Returns true if the source property is set.
isSetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Returns true if the source property is set.
isSetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Returns true if the source property is set.
isSetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Returns true if the source property is set.
isSetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Returns true if the source property is set.
isSetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Returns true if the source property is set.
isSetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the sourceEdge property is set.
isSetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns true if the sourceEdge property is set.
isSetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns true if the sourceEdge property is set.
isSetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the sourceEdge property is set.
isSetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the sourceEdge property is set.
isSetSourceEdge() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns true if the sourceEdge property is set.
isSetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the sourceEdge property is set.
isSetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the sourceEdge property is set.
isSetStory() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the story property is set.
isSetStory() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Returns true if the story property is set.
isSetStory() - Method in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
Returns true if the story property is set.
isSetStory() - Method in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Returns true if the story property is set.
isSetStoryFeed() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the storyFeed property is set.
isSetStoryFeed() - Method in interface org.cloudgraph.test.socialgraph.story.Story
Returns true if the storyFeed property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the stringField property is set.
isSetStringField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the stringField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the stringsField property is set.
isSetStringsField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the stringsField property is set.
isSetTarget() - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Returns true if the target property is set.
isSetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Returns true if the target property is set.
isSetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Returns true if the target property is set.
isSetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Returns true if the target property is set.
isSetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Returns true if the target property is set.
isSetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Returns true if the target property is set.
isSetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Returns true if the targetEdge property is set.
isSetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Returns true if the targetEdge property is set.
isSetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Returns true if the targetEdge property is set.
isSetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Returns true if the targetEdge property is set.
isSetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Returns true if the targetEdge property is set.
isSetTargetEdge() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Returns true if the targetEdge property is set.
isSetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the targetEdge property is set.
isSetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the targetEdge property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the timeField property is set.
isSetTimeField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the timeField property is set.
isSetTopic() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Returns true if the topic property is set.
isSetTopic() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Returns true if the topic property is set.
isSetTopic() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Returns true if the topic property is set.
isSetTopic() - Method in interface org.cloudgraph.test.socialgraph.story.Story
Returns true if the topic property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the unsignedIntField property is set.
isSetUnsignedIntField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the unsignedIntField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the unsignedLongField property is set.
isSetUnsignedLongField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the unsignedLongField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the uriField property is set.
isSetUriField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the uriField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the YearField property is set.
isSetYearField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the YearField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the yearMonthDayField property is set.
isSetYearMonthDayField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the yearMonthDayField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Returns true if the yearMonthField property is set.
isSetYearMonthField() - Method in interface org.cloudgraph.test.datatypes.Node
Returns true if the yearMonthField property is set.

L

LAST_ACCESSED_ON - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
Represents the logical Property lastAccessedOn which is part of the Type Concurrent.
LAST_MODIFIED_BY - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
Represents the logical Property lastModifiedBy which is part of the Type Concurrent.
LAST_MODIFIED_ON - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
Represents the logical Property lastModifiedOn which is part of the Type Concurrent.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QConcurrent
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, lastAccessedOn.
lastAccessedOn() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, lastAccessedOn.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QConcurrent
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedBy() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, lastModifiedBy.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QConcurrent
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, lastModifiedOn.
lastModifiedOn() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, lastModifiedOn.
Lead - Interface in org.cloudgraph.test.socialgraph.actor
A relationship (edge) between 2 nodes where the source is a leader and the target is a follower.
LeadSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
A relationship (edge) between 2 nodes where the source is a leader and the target is a follower.
LeadSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Default No-arg constructor required for serialization operations.
LeadSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
 
LEVEL_NUM - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
Represents the logical Property levelNum which is part of the Type Concurrent.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QConcurrent
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, levelNum.
levelNum() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, levelNum.
LIKES - Static variable in interface org.cloudgraph.test.socialgraph.story.Blog
the likes count for a blog
likes() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL data element for property, likes.
LONG_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property longField which is part of the Type Node.
longField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, longField.
longField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, longField.
LongNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity LongNode.
LongNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity LongNode.
LongNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Default No-arg constructor required for serialization operations.
LongNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.LongNodeSDO
 

M

Media - Interface in org.cloudgraph.test.socialgraph.actor
Generated interface representing the domain model entity Media.
MediaSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
Generated implementation class representing the domain model entity Media.
MediaSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Default No-arg constructor required for serialization operations.
MediaSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
MODIFIED_DATE - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
Represents the logical Property modifiedDate which is part of the Type Node.
MODIFIED_VERSION - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
the version num
modifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL data element for property, modifiedDate.
modifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL data element for property, modifiedDate.
modifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL data element for property, modifiedDate.
modifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL data element for property, modifiedDate.
modifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL data element for property, modifiedDate.
modifiedDate() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL data element for property, modifiedDate.
modifiedDate() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL data element for property, modifiedDate.
modifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL data element for property, modifiedVersion.
modifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL data element for property, modifiedVersion.
modifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL data element for property, modifiedVersion.
modifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL data element for property, modifiedVersion.
modifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL data element for property, modifiedVersion.
modifiedVersion() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL data element for property, modifiedVersion.
modifiedVersion() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL data element for property, modifiedVersion.
MONTH_DAY_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property monthDayField which is part of the Type Node.
MONTH_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property monthField which is part of the Type Node.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, monthDayField.
monthDayField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, monthDayField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, monthField.
monthField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, monthField.
Mutual - Interface in org.cloudgraph.test.socialgraph.actor
Generated interface representing the domain model entity Mutual.
MutualSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
Generated implementation class representing the domain model entity Mutual.
MutualSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Default No-arg constructor required for serialization operations.
MutualSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
 

N

NAME - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property name which is part of the Type Node.
name() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, name.
NAME - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
Represents the logical Property name which is part of the Type Node.
name() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL data element for property, name.
name() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL data element for property, name.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.DateNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.DateTimeNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.DecimalNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.DoubleNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.FloatNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.NodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.IntNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.LongNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.Node
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.StringNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.UnsignedIntNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.datatypes.UnsignedLongNode
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Actor
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Edge
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Follow
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Friendship
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Lead
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Media
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Mutual
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Photo
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.actor.Topic
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.story.Blog
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
The SDO namespace URI associated with the SDO Type for this class
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.story.Story
The SDO namespace URI associated with the Type for this class.
NAMESPACE_URI - Static variable in interface org.cloudgraph.test.socialgraph.story.StoryFeed
The SDO namespace URI associated with the Type for this class.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QConcurrent
Returns a new DSL query for Type Concurrent which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a new DSL query for Type DateNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a new DSL query for Type DateTimeNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a new DSL query for Type DecimalNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a new DSL query for Type DoubleNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a new DSL query for Type FloatNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a new DSL query for Type IntNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a new DSL query for Type LongNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QNode
Returns a new DSL query for Type Node which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a new DSL query for Type StringNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a new DSL query for Type UnsignedIntNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a new DSL query for Type UnsignedLongNode which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a new DSL query for Type Actor which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QEdge
Returns a new DSL query for Type Edge which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QFollow
Returns a new DSL query for Type Follow which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QFriendship
Returns a new DSL query for Type Friendship which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QLead
Returns a new DSL query for Type Lead which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a new DSL query for Type Media which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QMutual
Returns a new DSL query for Type Mutual which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a new DSL query for Type Node which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a new DSL query for Type Photo which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a new DSL query for Type Topic which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a new DSL query for Type Blog which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a new DSL query for Type Story which can be used either as a query root or as the start (entry point) for a new path predicate expression.
newQuery() - Static method in class org.cloudgraph.test.socialgraph.story.query.QStoryFeed
Returns a new DSL query for Type StoryFeed which can be used either as a query root or as the start (entry point) for a new path predicate expression.
Node - Interface in org.cloudgraph.test.datatypes
A test entity which contains every SDO 2.1 datatype.
Node - Interface in org.cloudgraph.test.socialgraph.actor
In a social network all entities such as people, groups, events, topics, images, stories, etc.
NodeSDO - Class in org.cloudgraph.test.datatypes.impl
A test entity which contains every SDO 2.1 datatype.
NodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.NodeSDO
Default No-arg constructor required for serialization operations.
NodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.NodeSDO
 
NodeSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
In a social network all entities such as people, groups, events, topics, images, stories, etc.
NodeSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Default No-arg constructor required for serialization operations.
NodeSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 

O

OBJECT_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property objectField which is part of the Type Node.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, objectField.
objectField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, objectField.
org.cloudgraph.test.datatypes - package org.cloudgraph.test.datatypes
 
org.cloudgraph.test.datatypes.impl - package org.cloudgraph.test.datatypes.impl
 
org.cloudgraph.test.datatypes.query - package org.cloudgraph.test.datatypes.query
 
org.cloudgraph.test.socialgraph.actor - package org.cloudgraph.test.socialgraph.actor
 
org.cloudgraph.test.socialgraph.actor.impl - package org.cloudgraph.test.socialgraph.actor.impl
 
org.cloudgraph.test.socialgraph.actor.query - package org.cloudgraph.test.socialgraph.actor.query
 
org.cloudgraph.test.socialgraph.story - package org.cloudgraph.test.socialgraph.story
 
org.cloudgraph.test.socialgraph.story.impl - package org.cloudgraph.test.socialgraph.story.impl
 
org.cloudgraph.test.socialgraph.story.query - package org.cloudgraph.test.socialgraph.story.query
 

P

PARENT - Static variable in interface org.cloudgraph.test.datatypes.Node
The parent node(s)
parent() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL query element for reference property, parent.
parent() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL query element for reference property, parent.
PARENT - Static variable in interface org.cloudgraph.test.socialgraph.actor.Topic
Represents the logical Property parent which is part of the Type Topic.
PHOTO - Static variable in interface org.cloudgraph.test.socialgraph.actor.Actor
Represents the logical Property photo which is part of the Type Actor.
Photo - Interface in org.cloudgraph.test.socialgraph.actor
Generated interface representing the domain model entity Photo.
photo() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL query element for reference property, photo.
photo(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL query element for reference property, photo, while adding the given path predicate expression.
PhotoSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
Generated implementation class representing the domain model entity Photo.
PhotoSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Default No-arg constructor required for serialization operations.
PhotoSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 

Q

QActor - Class in org.cloudgraph.test.socialgraph.actor.query
Represents a person or a group of people.
QActor(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QActor
Constructor which instantiates a domain query path node.
QActor(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QActor
Constructor which instantiates a domain query path node.
QBlog - Class in org.cloudgraph.test.socialgraph.story.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Blog.
QBlog(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.story.query.QBlog
Constructor which instantiates a domain query path node.
QBlog(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.story.query.QBlog
Constructor which instantiates a domain query path node.
QConcurrent - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Concurrent.
QConcurrent(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QConcurrent
Constructor which instantiates a domain query path node.
QConcurrent(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QConcurrent
Constructor which instantiates a domain query path node.
QDateNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity DateNode.
QDateNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QDateNode
Constructor which instantiates a domain query path node.
QDateNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QDateNode
Constructor which instantiates a domain query path node.
QDateTimeNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity DateTimeNode.
QDateTimeNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QDateTimeNode
Constructor which instantiates a domain query path node.
QDateTimeNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QDateTimeNode
Constructor which instantiates a domain query path node.
QDecimalNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity DecimalNode.
QDecimalNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QDecimalNode
Constructor which instantiates a domain query path node.
QDecimalNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QDecimalNode
Constructor which instantiates a domain query path node.
QDoubleNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity DoubleNode.
QDoubleNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QDoubleNode
Constructor which instantiates a domain query path node.
QDoubleNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QDoubleNode
Constructor which instantiates a domain query path node.
QEdge - Class in org.cloudgraph.test.socialgraph.actor.query
A directed link between two nodes.
QEdge(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QEdge
Constructor which instantiates a domain query path node.
QEdge(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QEdge
Constructor which instantiates a domain query path node.
QFloatNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity FloatNode.
QFloatNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QFloatNode
Constructor which instantiates a domain query path node.
QFloatNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QFloatNode
Constructor which instantiates a domain query path node.
QFollow - Class in org.cloudgraph.test.socialgraph.actor.query
A relationship (edge) between 2 nodes where the source is a follower and the target is a leader.
QFollow(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QFollow
Constructor which instantiates a domain query path node.
QFollow(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QFollow
Constructor which instantiates a domain query path node.
QFriendship - Class in org.cloudgraph.test.socialgraph.actor.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Friendship.
QFriendship(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QFriendship
Constructor which instantiates a domain query path node.
QFriendship(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QFriendship
Constructor which instantiates a domain query path node.
QIntNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity IntNode.
QIntNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QIntNode
Constructor which instantiates a domain query path node.
QIntNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QIntNode
Constructor which instantiates a domain query path node.
QLead - Class in org.cloudgraph.test.socialgraph.actor.query
A relationship (edge) between 2 nodes where the source is a leader and the target is a follower.
QLead(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QLead
Constructor which instantiates a domain query path node.
QLead(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QLead
Constructor which instantiates a domain query path node.
QLongNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity LongNode.
QLongNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QLongNode
Constructor which instantiates a domain query path node.
QLongNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QLongNode
Constructor which instantiates a domain query path node.
QMedia - Class in org.cloudgraph.test.socialgraph.actor.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Media.
QMedia(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QMedia
Constructor which instantiates a domain query path node.
QMedia(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QMedia
Constructor which instantiates a domain query path node.
QMutual - Class in org.cloudgraph.test.socialgraph.actor.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Mutual.
QMutual(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QMutual
Constructor which instantiates a domain query path node.
QMutual(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QMutual
Constructor which instantiates a domain query path node.
QNode - Class in org.cloudgraph.test.datatypes.query
A test entity which contains every SDO 2.1 datatype.
QNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QNode
Constructor which instantiates a domain query path node.
QNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QNode
Constructor which instantiates a domain query path node.
QNode - Class in org.cloudgraph.test.socialgraph.actor.query
In a social network all entities such as people, groups, events, topics, images, stories, etc.
QNode(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QNode
Constructor which instantiates a domain query path node.
QNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QNode
Constructor which instantiates a domain query path node.
QPhoto - Class in org.cloudgraph.test.socialgraph.actor.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Photo.
QPhoto(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Constructor which instantiates a domain query path node.
QPhoto(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Constructor which instantiates a domain query path node.
QStory - Class in org.cloudgraph.test.socialgraph.story.query
A specialized node that contains a snip of message, information, or news update created by an actor node.
QStory(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.story.query.QStory
Constructor which instantiates a domain query path node.
QStory(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.story.query.QStory
Constructor which instantiates a domain query path node.
QStoryFeed - Class in org.cloudgraph.test.socialgraph.story.query
A list of story nodes created and owned by an actor (person or group).
QStoryFeed(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.story.query.QStoryFeed
Constructor which instantiates a domain query path node.
QStoryFeed(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.story.query.QStoryFeed
Constructor which instantiates a domain query path node.
QStringNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity StringNode.
QStringNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QStringNode
Constructor which instantiates a domain query path node.
QStringNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QStringNode
Constructor which instantiates a domain query path node.
QTopic - Class in org.cloudgraph.test.socialgraph.actor.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Topic.
QTopic(PathNode, String) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QTopic
Constructor which instantiates a domain query path node.
QTopic(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.socialgraph.actor.query.QTopic
Constructor which instantiates a domain query path node.
QUnsignedIntNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity UnsignedIntNode.
QUnsignedIntNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Constructor which instantiates a domain query path node.
QUnsignedIntNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Constructor which instantiates a domain query path node.
QUnsignedLongNode - Class in org.cloudgraph.test.datatypes.query
Generated Domain Specific Language (DSL) implementation class representing the domain model entity UnsignedLongNode.
QUnsignedLongNode(PathNode, String) - Constructor for class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Constructor which instantiates a domain query path node.
QUnsignedLongNode(PathNode, String, Expression) - Constructor for class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Constructor which instantiates a domain query path node.

R

removeActor(Actor) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
removeActor(Actor) - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Removes the given value of Type Actor for the object's multi-valued property actor.
removeBlog(Blog) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Removes the given value of Type Blog for the object's multi-valued property blog.
removeBlog(Blog) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
 
removeChild(Node) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
 
removeChild(Node) - Method in interface org.cloudgraph.test.datatypes.Node
Removes the given value of Type Node for the object's multi-valued property child.
removeChild(Topic) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
removeChild(Topic) - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Removes the given value of Type Topic for the object's multi-valued property child.
removePhoto(Photo) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Removes the given value of Type Photo for the object's multi-valued property photo.
removePhoto(Photo) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
removeSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
removeSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
removeSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
removeSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
removeSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
removeSourceEdge(Edge) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Removes the given value of Type Edge for the object's multi-valued property sourceEdge.
removeSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
removeSourceEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
removeStory(Story) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
removeStory(Story) - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Removes the given value of Type Story for the object's multi-valued property story.
removeStory(Story) - Method in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
 
removeStory(Story) - Method in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Removes the given value of Type Story for the object's multi-valued property story.
removeStoryFeed(StoryFeed) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
removeStoryFeed(StoryFeed) - Method in interface org.cloudgraph.test.socialgraph.story.Story
Removes the given value of Type StoryFeed for the object's multi-valued property storyFeed.
removeTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
removeTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
removeTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
removeTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
removeTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
removeTargetEdge(Edge) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Removes the given value of Type Edge for the object's multi-valued property targetEdge.
removeTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
removeTargetEdge(Edge) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
removeTopic(Topic) - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Removes the given value of Type Topic for the object's multi-valued property topic.
removeTopic(Topic) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
ROOT_ID - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property rootId which is part of the Type Node.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, rootId.
rootId() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, rootId.

S

SEQ_ID - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
Represents the logical Property seqId which is part of the Type Concurrent.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QConcurrent
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, seqId.
seqId() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, seqId.
SEQUENCE_NUM - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
Represents the logical Property sequenceNum which is part of the Type Concurrent.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QConcurrent
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, sequenceNum.
sequenceNum() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, sequenceNum.
setActor(Actor[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
setActor(Actor[]) - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Sets the given array of Type Actor for the object's multi-valued property actor.
setActor(Actor) - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Sets the value of the actor property to the given value.
setActor(Actor) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Sets the value of the actor property to the given value.
setAge(int) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Sets the value of the age property to the given value.
setAge(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Sets the value of the age property to the given value.
setBlog(Blog[]) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Sets the given array of Type Blog for the object's multi-valued property blog.
setBlog(Blog[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the booleanField property to the given value.
setBooleanField(boolean) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the booleanField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the byteField property to the given value.
setByteField(byte) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the byteField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the bytesField property to the given value.
setBytesField(byte[]) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the bytesField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the characterField property to the given value.
setCharacterField(char) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the characterField property to the given value.
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
 
setChild(Node[]) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
 
setChild(Node[]) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the given array of Type Node for the object's multi-valued property child.
setChild(Topic[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
setChild(Topic[]) - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Sets the given array of Type Topic for the object's multi-valued property child.
setContent(byte[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Sets the value of the content property to the given value.
setContent(byte[]) - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Sets the value of the content property to the given value.
setCreatedBy(String) - Method in interface org.cloudgraph.test.datatypes.Concurrent
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the createdBy property to the given value.
setCreatedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Sets the value of the createdDate property to the given value.
setCreatedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Sets the value of the createdDate property to the given value.
setCreatedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Sets the value of the createdDate property to the given value.
setCreatedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Sets the value of the createdDate property to the given value.
setCreatedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Sets the value of the createdDate property to the given value.
setCreatedDate(Date) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Sets the value of the createdDate property to the given value.
setCreatedDate(Date) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Sets the value of the createdDate property to the given value.
setCreatedDate(Date) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Sets the value of the createdDate property to the given value.
setCreatedOn(String) - Method in interface org.cloudgraph.test.datatypes.Concurrent
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the createdOn property to the given value.
setCreatedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the createdOn property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the dateField property to the given value.
setDateField(Date) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the dateField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the dateTimeField property to the given value.
setDateTimeField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the dateTimeField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the dayField property to the given value.
setDayField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the dayField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the decimalField property to the given value.
setDecimalField(BigDecimal) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the decimalField property to the given value.
setDescription(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Sets the value of the description property to the given value.
setDescription(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Sets the value of the description property to the given value.
setDescription(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Sets the value of the description property to the given value.
setDescription(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Sets the value of the description property to the given value.
setDescription(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Sets the value of the description property to the given value.
setDescription(String) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Sets the value of the description property to the given value.
setDescription(String) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Sets the value of the description property to the given value.
setDescription(String) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Sets the value of the description property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the doubleField property to the given value.
setDoubleField(double) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the doubleField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the durationField property to the given value.
setDurationField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the durationField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the floatField property to the given value.
setFloatField(float) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the floatField property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Sets the value of the id property to the given value.
setId(String) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Sets the value of the id property to the given value.
setId(String) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Sets the value of the id property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the integerField property to the given value.
setIntegerField(BigInteger) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the integerField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the intField property to the given value.
setIntField(int) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the intField property to the given value.
setIq(int) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Sets the value of the iq property to the given value.
setIq(int) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Sets the value of the iq property to the given value.
setLastAccessedOn(String) - Method in interface org.cloudgraph.test.datatypes.Concurrent
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastAccessedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the lastAccessedOn property to the given value.
setLastModifiedBy(String) - Method in interface org.cloudgraph.test.datatypes.Concurrent
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedBy(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the lastModifiedBy property to the given value.
setLastModifiedOn(String) - Method in interface org.cloudgraph.test.datatypes.Concurrent
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLastModifiedOn(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the lastModifiedOn property to the given value.
setLevelNum(long) - Method in interface org.cloudgraph.test.datatypes.Concurrent
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the levelNum property to the given value.
setLevelNum(long) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the levelNum property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the longField property to the given value.
setLongField(long) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the longField property to the given value.
setModifiedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Sets the value of the modifiedDate property to the given value.
setModifiedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Sets the value of the modifiedDate property to the given value.
setModifiedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Sets the value of the modifiedDate property to the given value.
setModifiedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Sets the value of the modifiedDate property to the given value.
setModifiedDate(Date) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Sets the value of the modifiedDate property to the given value.
setModifiedDate(Date) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Sets the value of the modifiedDate property to the given value.
setModifiedDate(Date) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Sets the value of the modifiedDate property to the given value.
setModifiedDate(Date) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Sets the value of the modifiedDate property to the given value.
setModifiedVersion(long) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Sets the value of the modifiedVersion property to the given value.
setModifiedVersion(long) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Sets the value of the modifiedVersion property to the given value.
setModifiedVersion(long) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Sets the value of the modifiedVersion property to the given value.
setModifiedVersion(long) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Sets the value of the modifiedVersion property to the given value.
setModifiedVersion(long) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Sets the value of the modifiedVersion property to the given value.
setModifiedVersion(long) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Sets the value of the modifiedVersion property to the given value.
setModifiedVersion(long) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Sets the value of the modifiedVersion property to the given value.
setModifiedVersion(long) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Sets the value of the modifiedVersion property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the monthDayField property to the given value.
setMonthDayField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the monthDayField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the monthField property to the given value.
setMonthField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the monthField property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Sets the value of the name property to the given value.
setName(String) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Sets the value of the name property to the given value.
setName(String) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Sets the value of the name property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the objectField property to the given value.
setObjectField(Object) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the objectField property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the parent property to the given value.
setParent(Node) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the parent property to the given value.
setParent(Topic) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Sets the value of the parent property to the given value.
setParent(Topic) - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Sets the value of the parent property to the given value.
setPhoto(Photo[]) - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Sets the given array of Type Photo for the object's multi-valued property photo.
setPhoto(Photo[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the rootId property to the given value.
setRootId(int) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the rootId property to the given value.
setSeqId(long) - Method in interface org.cloudgraph.test.datatypes.Concurrent
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the seqId property to the given value.
setSeqId(long) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the seqId property to the given value.
setSequenceNum(long) - Method in interface org.cloudgraph.test.datatypes.Concurrent
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the sequenceNum property to the given value.
setSequenceNum(long) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the sequenceNum property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the shortField property to the given value.
setShortField(short) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the shortField property to the given value.
setSource(Node) - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Sets the value of the source property to the given value.
setSource(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Sets the value of the source property to the given value.
setSource(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Sets the value of the source property to the given value.
setSource(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Sets the value of the source property to the given value.
setSource(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Sets the value of the source property to the given value.
setSource(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Sets the value of the source property to the given value.
setSourceEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
setSourceEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
setSourceEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
setSourceEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
setSourceEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
setSourceEdge(Edge[]) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Sets the given array of Type Edge for the object's multi-valued property sourceEdge.
setSourceEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
setSourceEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
setStory(Story[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
setStory(Story[]) - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Sets the given array of Type Story for the object's multi-valued property story.
setStory(Story[]) - Method in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
 
setStory(Story[]) - Method in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Sets the given array of Type Story for the object's multi-valued property story.
setStoryFeed(StoryFeed[]) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
setStoryFeed(StoryFeed[]) - Method in interface org.cloudgraph.test.socialgraph.story.Story
Sets the given array of Type StoryFeed for the object's multi-valued property storyFeed.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the stringField property to the given value.
setStringField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the stringField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the stringsField property to the given value.
setStringsField(List) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the stringsField property to the given value.
setTarget(Node) - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Sets the value of the target property to the given value.
setTarget(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Sets the value of the target property to the given value.
setTarget(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Sets the value of the target property to the given value.
setTarget(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Sets the value of the target property to the given value.
setTarget(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Sets the value of the target property to the given value.
setTarget(Node) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Sets the value of the target property to the given value.
setTargetEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
 
setTargetEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
 
setTargetEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
 
setTargetEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
 
setTargetEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
setTargetEdge(Edge[]) - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Sets the given array of Type Edge for the object's multi-valued property targetEdge.
setTargetEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
setTargetEdge(Edge[]) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the timeField property to the given value.
setTimeField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the timeField property to the given value.
setTopic(Topic[]) - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Sets the given array of Type Topic for the object's multi-valued property topic.
setTopic(Topic[]) - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
 
setTopic(Topic) - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Sets the value of the topic property to the given value.
setTopic(Topic) - Method in interface org.cloudgraph.test.socialgraph.story.Story
Sets the value of the topic property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the unsignedIntField property to the given value.
setUnsignedIntField(UnsignedInteger) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the unsignedIntField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the unsignedLongField property to the given value.
setUnsignedLongField(UnsignedLong) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the unsignedLongField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the uriField property to the given value.
setUriField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the uriField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the YearField property to the given value.
setYearField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the YearField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the yearMonthDayField property to the given value.
setYearMonthDayField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the yearMonthDayField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Sets the value of the yearMonthField property to the given value.
setYearMonthField(String) - Method in interface org.cloudgraph.test.datatypes.Node
Sets the value of the yearMonthField property to the given value.
SHORT_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property shortField which is part of the Type Node.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, shortField.
shortField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, shortField.
SOURCE - Static variable in interface org.cloudgraph.test.socialgraph.actor.Edge
Represents the logical Property source which is part of the Type Edge.
source() - Method in class org.cloudgraph.test.socialgraph.actor.query.QEdge
Returns a DSL query element for reference property, source.
source() - Method in class org.cloudgraph.test.socialgraph.actor.query.QFollow
Returns a DSL query element for reference property, source.
source() - Method in class org.cloudgraph.test.socialgraph.actor.query.QFriendship
Returns a DSL query element for reference property, source.
source() - Method in class org.cloudgraph.test.socialgraph.actor.query.QLead
Returns a DSL query element for reference property, source.
source() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMutual
Returns a DSL query element for reference property, source.
SOURCE_EDGE - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
Represents the logical Property sourceEdge which is part of the Type Node.
sourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL query element for reference property, sourceEdge.
sourceEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL query element for reference property, sourceEdge, while adding the given path predicate expression.
sourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL query element for reference property, sourceEdge.
sourceEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL query element for reference property, sourceEdge, while adding the given path predicate expression.
sourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL query element for reference property, sourceEdge.
sourceEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL query element for reference property, sourceEdge, while adding the given path predicate expression.
sourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL query element for reference property, sourceEdge.
sourceEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL query element for reference property, sourceEdge, while adding the given path predicate expression.
sourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL query element for reference property, sourceEdge.
sourceEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL query element for reference property, sourceEdge, while adding the given path predicate expression.
sourceEdge() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL query element for reference property, sourceEdge.
sourceEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL query element for reference property, sourceEdge, while adding the given path predicate expression.
sourceEdge() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL query element for reference property, sourceEdge.
sourceEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL query element for reference property, sourceEdge, while adding the given path predicate expression.
story() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL query element for reference property, story.
story(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL query element for reference property, story, while adding the given path predicate expression.
STORY - Static variable in interface org.cloudgraph.test.socialgraph.actor.Topic
Represents the logical Property story which is part of the Type Topic.
story() - Method in class org.cloudgraph.test.socialgraph.story.query.QStoryFeed
Returns a DSL query element for reference property, story.
story(Expression) - Method in class org.cloudgraph.test.socialgraph.story.query.QStoryFeed
Returns a DSL query element for reference property, story, while adding the given path predicate expression.
Story - Interface in org.cloudgraph.test.socialgraph.story
A specialized node that contains a snip of message, information, or news update created by an actor node.
STORY - Static variable in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Represents the logical Property story which is part of the Type StoryFeed.
STORY_FEED - Static variable in interface org.cloudgraph.test.socialgraph.story.Story
Represents the logical Property storyFeed which is part of the Type Story.
storyFeed() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL query element for reference property, storyFeed.
storyFeed(Expression) - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL query element for reference property, storyFeed, while adding the given path predicate expression.
StoryFeed - Interface in org.cloudgraph.test.socialgraph.story
A list of story nodes created and owned by an actor (person or group).
StoryFeedSDO - Class in org.cloudgraph.test.socialgraph.story.impl
A list of story nodes created and owned by an actor (person or group).
StoryFeedSDO() - Constructor for class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
Default No-arg constructor required for serialization operations.
StoryFeedSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
 
StorySDO - Class in org.cloudgraph.test.socialgraph.story.impl
A specialized node that contains a snip of message, information, or news update created by an actor node.
StorySDO() - Constructor for class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Default No-arg constructor required for serialization operations.
StorySDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.story.impl.StorySDO
 
STRING_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property stringField which is part of the Type Node.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, stringField.
stringField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, stringField.
StringNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity StringNode.
StringNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity StringNode.
StringNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Default No-arg constructor required for serialization operations.
StringNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.StringNodeSDO
 
STRINGS_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property stringsField which is part of the Type Node.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, stringsField.
stringsField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, stringsField.

T

TARGET - Static variable in interface org.cloudgraph.test.socialgraph.actor.Edge
Represents the logical Property target which is part of the Type Edge.
target() - Method in class org.cloudgraph.test.socialgraph.actor.query.QEdge
Returns a DSL query element for reference property, target.
target() - Method in class org.cloudgraph.test.socialgraph.actor.query.QFollow
Returns a DSL query element for reference property, target.
target() - Method in class org.cloudgraph.test.socialgraph.actor.query.QFriendship
Returns a DSL query element for reference property, target.
target() - Method in class org.cloudgraph.test.socialgraph.actor.query.QLead
Returns a DSL query element for reference property, target.
target() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMutual
Returns a DSL query element for reference property, target.
TARGET_EDGE - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
Represents the logical Property targetEdge which is part of the Type Node.
targetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL query element for reference property, targetEdge.
targetEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QActor
Returns a DSL query element for reference property, targetEdge, while adding the given path predicate expression.
targetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL query element for reference property, targetEdge.
targetEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QMedia
Returns a DSL query element for reference property, targetEdge, while adding the given path predicate expression.
targetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL query element for reference property, targetEdge.
targetEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QNode
Returns a DSL query element for reference property, targetEdge, while adding the given path predicate expression.
targetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL query element for reference property, targetEdge.
targetEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QPhoto
Returns a DSL query element for reference property, targetEdge, while adding the given path predicate expression.
targetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL query element for reference property, targetEdge.
targetEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.actor.query.QTopic
Returns a DSL query element for reference property, targetEdge, while adding the given path predicate expression.
targetEdge() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL query element for reference property, targetEdge.
targetEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL query element for reference property, targetEdge, while adding the given path predicate expression.
targetEdge() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL query element for reference property, targetEdge.
targetEdge(Expression) - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL query element for reference property, targetEdge, while adding the given path predicate expression.
TIME_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property timeField which is part of the Type Node.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, timeField.
timeField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, timeField.
Topic - Interface in org.cloudgraph.test.socialgraph.actor
Generated interface representing the domain model entity Topic.
TOPIC - Static variable in interface org.cloudgraph.test.socialgraph.story.Blog
Represents the logical Property topic which is part of the Type Blog.
topic() - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL query element for reference property, topic.
topic(Expression) - Method in class org.cloudgraph.test.socialgraph.story.query.QBlog
Returns a DSL query element for reference property, topic, while adding the given path predicate expression.
topic() - Method in class org.cloudgraph.test.socialgraph.story.query.QStory
Returns a DSL query element for reference property, topic.
TOPIC - Static variable in interface org.cloudgraph.test.socialgraph.story.Story
Represents the logical Property topic which is part of the Type Story.
TopicSDO - Class in org.cloudgraph.test.socialgraph.actor.impl
Generated implementation class representing the domain model entity Topic.
TopicSDO() - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Default No-arg constructor required for serialization operations.
TopicSDO(Type) - Constructor for class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
 
TYPE_NAME_ACTOR - Static variable in interface org.cloudgraph.test.socialgraph.actor.Actor
The entity or Type logical name associated with this class.
TYPE_NAME_BLOG - Static variable in interface org.cloudgraph.test.socialgraph.story.Blog
The entity or Type logical name associated with this class.
TYPE_NAME_CONCURRENT - Static variable in interface org.cloudgraph.test.datatypes.Concurrent
The entity or Type logical name associated with this class.
TYPE_NAME_DATE_NODE - Static variable in interface org.cloudgraph.test.datatypes.DateNode
The entity or Type logical name associated with this class.
TYPE_NAME_DATE_TIME_NODE - Static variable in interface org.cloudgraph.test.datatypes.DateTimeNode
The entity or Type logical name associated with this class.
TYPE_NAME_DECIMAL_NODE - Static variable in interface org.cloudgraph.test.datatypes.DecimalNode
The entity or Type logical name associated with this class.
TYPE_NAME_DOUBLE_NODE - Static variable in interface org.cloudgraph.test.datatypes.DoubleNode
The entity or Type logical name associated with this class.
TYPE_NAME_EDGE - Static variable in interface org.cloudgraph.test.socialgraph.actor.Edge
The entity or Type logical name associated with this class.
TYPE_NAME_FLOAT_NODE - Static variable in interface org.cloudgraph.test.datatypes.FloatNode
The entity or Type logical name associated with this class.
TYPE_NAME_FOLLOW - Static variable in interface org.cloudgraph.test.socialgraph.actor.Follow
The entity or Type logical name associated with this class.
TYPE_NAME_FRIENDSHIP - Static variable in interface org.cloudgraph.test.socialgraph.actor.Friendship
The entity or Type logical name associated with this class.
TYPE_NAME_INT_NODE - Static variable in interface org.cloudgraph.test.datatypes.IntNode
The entity or Type logical name associated with this class.
TYPE_NAME_LEAD - Static variable in interface org.cloudgraph.test.socialgraph.actor.Lead
The entity or Type logical name associated with this class.
TYPE_NAME_LONG_NODE - Static variable in interface org.cloudgraph.test.datatypes.LongNode
The entity or Type logical name associated with this class.
TYPE_NAME_MEDIA - Static variable in interface org.cloudgraph.test.socialgraph.actor.Media
The entity or Type logical name associated with this class.
TYPE_NAME_MUTUAL - Static variable in interface org.cloudgraph.test.socialgraph.actor.Mutual
The entity or Type logical name associated with this class.
TYPE_NAME_NODE - Static variable in interface org.cloudgraph.test.datatypes.Node
The entity or Type logical name associated with this class.
TYPE_NAME_NODE - Static variable in interface org.cloudgraph.test.socialgraph.actor.Node
The entity or Type logical name associated with this class.
TYPE_NAME_PHOTO - Static variable in interface org.cloudgraph.test.socialgraph.actor.Photo
The entity or Type logical name associated with this class.
TYPE_NAME_STORY - Static variable in interface org.cloudgraph.test.socialgraph.story.Story
The entity or Type logical name associated with this class.
TYPE_NAME_STORY_FEED - Static variable in interface org.cloudgraph.test.socialgraph.story.StoryFeed
The entity or Type logical name associated with this class.
TYPE_NAME_STRING_NODE - Static variable in interface org.cloudgraph.test.datatypes.StringNode
The entity or Type logical name associated with this class.
TYPE_NAME_TOPIC - Static variable in interface org.cloudgraph.test.socialgraph.actor.Topic
The entity or Type logical name associated with this class.
TYPE_NAME_UNSIGNED_INT_NODE - Static variable in interface org.cloudgraph.test.datatypes.UnsignedIntNode
The entity or Type logical name associated with this class.
TYPE_NAME_UNSIGNED_LONG_NODE - Static variable in interface org.cloudgraph.test.datatypes.UnsignedLongNode
The entity or Type logical name associated with this class.

U

unsetActor() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the actor property, clearing the underlying collection.
unsetActor() - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Unsets the actor property, clearing the underlying collection.
unsetActor() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Unsets the actor property, the value of the property of the object being set to the property's default value.
unsetActor() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the actor property, the value of the property of the object being set to the property's default value.
unsetAge() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Unsets the age property, the value of the property of the object being set to the property's default value.
unsetAge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the age property, the value of the property of the object being set to the property's default value.
unsetBlog() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Unsets the blog property, clearing the underlying collection.
unsetBlog() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the blog property, clearing the underlying collection.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetBooleanField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the booleanField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetByteField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the byteField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetBytesField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the bytesField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetCharacterField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the characterField property, the value of the property of the object being set to the property's default value.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the child property, clearing the underlying collection.
unsetChild() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Unsets the child property, clearing the underlying collection.
unsetContent() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the content property, the value of the property of the object being set to the property's default value.
unsetContent() - Method in interface org.cloudgraph.test.socialgraph.actor.Photo
Unsets the content property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the createdBy property, the value of the property of the object being set to the property's default value.
unsetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the createdDate property, the value of the property of the object being set to the property's default value.
unsetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Unsets the createdDate property, the value of the property of the object being set to the property's default value.
unsetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Unsets the createdDate property, the value of the property of the object being set to the property's default value.
unsetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the createdDate property, the value of the property of the object being set to the property's default value.
unsetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the createdDate property, the value of the property of the object being set to the property's default value.
unsetCreatedDate() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Unsets the createdDate property, the value of the property of the object being set to the property's default value.
unsetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the createdDate property, the value of the property of the object being set to the property's default value.
unsetCreatedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the createdDate property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetCreatedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the createdOn property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the dateField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDateTimeField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the dateTimeField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDayField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the dayField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDecimalField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the decimalField property, the value of the property of the object being set to the property's default value.
unsetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the description property, the value of the property of the object being set to the property's default value.
unsetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Unsets the description property, the value of the property of the object being set to the property's default value.
unsetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Unsets the description property, the value of the property of the object being set to the property's default value.
unsetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the description property, the value of the property of the object being set to the property's default value.
unsetDescription() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the description property, the value of the property of the object being set to the property's default value.
unsetDescription() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Unsets the description property, the value of the property of the object being set to the property's default value.
unsetDescription() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the description property, the value of the property of the object being set to the property's default value.
unsetDescription() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the description property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDoubleField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the doubleField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetDurationField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the durationField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetFloatField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the floatField property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetId() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the id property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntegerField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the integerField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIntField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the intField property, the value of the property of the object being set to the property's default value.
unsetIq() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Unsets the iq property, the value of the property of the object being set to the property's default value.
unsetIq() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the iq property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastAccessedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the lastAccessedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedBy() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the lastModifiedBy property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLastModifiedOn() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the lastModifiedOn property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLevelNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the levelNum property, the value of the property of the object being set to the property's default value.
unsetLikes() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Unsets the likes property, the value of the property of the object being set to the property's default value.
unsetLikes() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the likes property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetLongField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the longField property, the value of the property of the object being set to the property's default value.
unsetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the modifiedDate property, the value of the property of the object being set to the property's default value.
unsetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Unsets the modifiedDate property, the value of the property of the object being set to the property's default value.
unsetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Unsets the modifiedDate property, the value of the property of the object being set to the property's default value.
unsetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the modifiedDate property, the value of the property of the object being set to the property's default value.
unsetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the modifiedDate property, the value of the property of the object being set to the property's default value.
unsetModifiedDate() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Unsets the modifiedDate property, the value of the property of the object being set to the property's default value.
unsetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the modifiedDate property, the value of the property of the object being set to the property's default value.
unsetModifiedDate() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the modifiedDate property, the value of the property of the object being set to the property's default value.
unsetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the modifiedVersion property, the value of the property of the object being set to the property's default value.
unsetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Unsets the modifiedVersion property, the value of the property of the object being set to the property's default value.
unsetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Unsets the modifiedVersion property, the value of the property of the object being set to the property's default value.
unsetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the modifiedVersion property, the value of the property of the object being set to the property's default value.
unsetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the modifiedVersion property, the value of the property of the object being set to the property's default value.
unsetModifiedVersion() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Unsets the modifiedVersion property, the value of the property of the object being set to the property's default value.
unsetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the modifiedVersion property, the value of the property of the object being set to the property's default value.
unsetModifiedVersion() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the modifiedVersion property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthDayField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the monthDayField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetMonthField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the monthField property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetName() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the name property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetObjectField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the objectField property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetParent() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Unsets the parent property, the value of the property of the object being set to the property's default value.
unsetPhoto() - Method in interface org.cloudgraph.test.socialgraph.actor.Actor
Unsets the photo property, clearing the underlying collection.
unsetPhoto() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the photo property, clearing the underlying collection.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetRootId() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the rootId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSeqId() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the seqId property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in interface org.cloudgraph.test.datatypes.Concurrent
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.ConcurrentSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetSequenceNum() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the sequenceNum property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetShortField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the shortField property, the value of the property of the object being set to the property's default value.
unsetSource() - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Unsets the source property, the value of the property of the object being set to the property's default value.
unsetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Unsets the source property, the value of the property of the object being set to the property's default value.
unsetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Unsets the source property, the value of the property of the object being set to the property's default value.
unsetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Unsets the source property, the value of the property of the object being set to the property's default value.
unsetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Unsets the source property, the value of the property of the object being set to the property's default value.
unsetSource() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Unsets the source property, the value of the property of the object being set to the property's default value.
unsetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the sourceEdge property, clearing the underlying collection.
unsetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Unsets the sourceEdge property, clearing the underlying collection.
unsetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Unsets the sourceEdge property, clearing the underlying collection.
unsetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the sourceEdge property, clearing the underlying collection.
unsetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the sourceEdge property, clearing the underlying collection.
unsetSourceEdge() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Unsets the sourceEdge property, clearing the underlying collection.
unsetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the sourceEdge property, clearing the underlying collection.
unsetSourceEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the sourceEdge property, clearing the underlying collection.
unsetStory() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the story property, clearing the underlying collection.
unsetStory() - Method in interface org.cloudgraph.test.socialgraph.actor.Topic
Unsets the story property, clearing the underlying collection.
unsetStory() - Method in class org.cloudgraph.test.socialgraph.story.impl.StoryFeedSDO
Unsets the story property, clearing the underlying collection.
unsetStory() - Method in interface org.cloudgraph.test.socialgraph.story.StoryFeed
Unsets the story property, clearing the underlying collection.
unsetStoryFeed() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the storyFeed property, clearing the underlying collection.
unsetStoryFeed() - Method in interface org.cloudgraph.test.socialgraph.story.Story
Unsets the storyFeed property, clearing the underlying collection.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the stringField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetStringsField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the stringsField property, the value of the property of the object being set to the property's default value.
unsetTarget() - Method in interface org.cloudgraph.test.socialgraph.actor.Edge
Unsets the target property, the value of the property of the object being set to the property's default value.
unsetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.EdgeSDO
Unsets the target property, the value of the property of the object being set to the property's default value.
unsetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FollowSDO
Unsets the target property, the value of the property of the object being set to the property's default value.
unsetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.FriendshipSDO
Unsets the target property, the value of the property of the object being set to the property's default value.
unsetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.LeadSDO
Unsets the target property, the value of the property of the object being set to the property's default value.
unsetTarget() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MutualSDO
Unsets the target property, the value of the property of the object being set to the property's default value.
unsetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.ActorSDO
Unsets the targetEdge property, clearing the underlying collection.
unsetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.MediaSDO
Unsets the targetEdge property, clearing the underlying collection.
unsetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.NodeSDO
Unsets the targetEdge property, clearing the underlying collection.
unsetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.PhotoSDO
Unsets the targetEdge property, clearing the underlying collection.
unsetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.actor.impl.TopicSDO
Unsets the targetEdge property, clearing the underlying collection.
unsetTargetEdge() - Method in interface org.cloudgraph.test.socialgraph.actor.Node
Unsets the targetEdge property, clearing the underlying collection.
unsetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the targetEdge property, clearing the underlying collection.
unsetTargetEdge() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the targetEdge property, clearing the underlying collection.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTimeField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the timeField property, the value of the property of the object being set to the property's default value.
unsetTopic() - Method in interface org.cloudgraph.test.socialgraph.story.Blog
Unsets the topic property, clearing the underlying collection.
unsetTopic() - Method in class org.cloudgraph.test.socialgraph.story.impl.BlogSDO
Unsets the topic property, clearing the underlying collection.
unsetTopic() - Method in class org.cloudgraph.test.socialgraph.story.impl.StorySDO
Unsets the topic property, the value of the property of the object being set to the property's default value.
unsetTopic() - Method in interface org.cloudgraph.test.socialgraph.story.Story
Unsets the topic property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedIntField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the unsignedIntField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUnsignedLongField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the unsignedLongField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetUriField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the uriField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the YearField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthDayField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the yearMonthDayField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DateTimeNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DecimalNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.DoubleNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.FloatNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.IntNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.LongNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.NodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.StringNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
unsetYearMonthField() - Method in interface org.cloudgraph.test.datatypes.Node
Unsets the yearMonthField property, the value of the property of the object being set to the property's default value.
UNSIGNED_INT_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property unsignedIntField which is part of the Type Node.
UNSIGNED_LONG_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property unsignedLongField which is part of the Type Node.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, unsignedIntField.
unsignedIntField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, unsignedIntField.
UnsignedIntNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity UnsignedIntNode.
UnsignedIntNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity UnsignedIntNode.
UnsignedIntNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
Default No-arg constructor required for serialization operations.
UnsignedIntNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.UnsignedIntNodeSDO
 
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, unsignedLongField.
unsignedLongField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, unsignedLongField.
UnsignedLongNode - Interface in org.cloudgraph.test.datatypes
Generated interface representing the domain model entity UnsignedLongNode.
UnsignedLongNodeSDO - Class in org.cloudgraph.test.datatypes.impl
Generated implementation class representing the domain model entity UnsignedLongNode.
UnsignedLongNodeSDO() - Constructor for class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
Default No-arg constructor required for serialization operations.
UnsignedLongNodeSDO(Type) - Constructor for class org.cloudgraph.test.datatypes.impl.UnsignedLongNodeSDO
 
URI_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property uriField which is part of the Type Node.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, uriField.
uriField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, uriField.

Y

YEAR_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property YearField which is part of the Type Node.
YEAR_MONTH_DAY_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property yearMonthDayField which is part of the Type Node.
YEAR_MONTH_FIELD - Static variable in interface org.cloudgraph.test.datatypes.Node
Represents the logical Property yearMonthField which is part of the Type Node.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, YearField.
YearField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, YearField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthDayField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, yearMonthDayField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QDateNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QDateTimeNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QDecimalNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QDoubleNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QFloatNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QIntNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QLongNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QStringNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedIntNode
Returns a DSL data element for property, yearMonthField.
yearMonthField() - Method in class org.cloudgraph.test.datatypes.query.QUnsignedLongNode
Returns a DSL data element for property, yearMonthField.
A B C D E F G I L M N O P Q R S T U Y 
Skip navigation links

Copyright © 2023. All Rights Reserved.