public interface Blog extends Node
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTOR
|
static String |
LIKES
the likes count for a blog
|
static String |
NAMESPACE_URI
|
static String |
TOPIC
|
static String |
TYPE_NAME_BLOG
The entity or Type logical name associated with this class.
|
CREATED_DATE, DESCRIPTION, ID, MODIFIED_DATE, MODIFIED_VERSION, NAME, SOURCE_EDGE, TARGET_EDGE, TYPE_NAME_NODE| Modifier and Type | Method and Description |
|---|---|
void |
addTopic(Topic value)
Adds the given value of Type Topic for the object's multi-valued property topic.
|
Actor |
createActor()
Creates and returns a new instance of Type
Actor automatically establishing a containment relationship through the object's reference property, actor. |
Topic |
createTopic()
Creates and returns a new instance of Type
Topic automatically establishing a containment relationship through the object's reference property, topic. |
Actor |
getActor()
Returns the value of the actor property.
|
long |
getLikes()
Returns the value of the likes property.
|
Topic[] |
getTopic()
Returns an array of Topic set for the object's multi-valued property topic.
|
Topic |
getTopic(int idx)
Returns the Topic set for the object's multi-valued property topic based on the given index.
|
int |
getTopicCount()
Returns a count for multi-valued property topic.
|
void |
incrementLikes(long value)
Increments the value of the likes property by the given value.
|
boolean |
isSetActor()
Returns true if the actor property is set.
|
boolean |
isSetLikes()
Returns true if the likes property is set.
|
boolean |
isSetTopic()
Returns true if the topic property is set.
|
void |
removeTopic(Topic value)
Removes the given value of Type Topic for the object's multi-valued property topic.
|
void |
setActor(Actor value)
Sets the value of the actor property to the given value.
|
void |
setTopic(Topic[] value)
Sets the given array of Type Topic for the object's multi-valued property topic.
|
void |
unsetActor()
Unsets the actor property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetLikes()
Unsets the likes property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetTopic()
Unsets the topic property, clearing the underlying collection.
|
addSourceEdge, addTargetEdge, createSourceEdge, createTargetEdge, getCreatedDate, getDescription, getId, getModifiedDate, getModifiedVersion, getName, getSourceEdge, getSourceEdge, getSourceEdgeCount, getTargetEdge, getTargetEdge, getTargetEdgeCount, isSetCreatedDate, isSetDescription, isSetId, isSetModifiedDate, isSetModifiedVersion, isSetName, isSetSourceEdge, isSetTargetEdge, removeSourceEdge, removeTargetEdge, setCreatedDate, setDescription, setId, setModifiedDate, setModifiedVersion, setName, setSourceEdge, setTargetEdge, unsetCreatedDate, unsetDescription, unsetId, unsetModifiedDate, unsetModifiedVersion, unsetName, unsetSourceEdge, unsetTargetEdgeaccept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, get, getDataObject, getUUID, getUUIDAsString, remove, remove, reparent, reset, resetUUID, set, setContainer, setContainmentProperty, setDataGraph, valuescreateDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unsetstatic final String NAMESPACE_URI
static final String TYPE_NAME_BLOG
static final String ACTOR
static final String TOPIC
static final String LIKES
boolean isSetActor()
void unsetActor()
Actor createActor()
Actor automatically establishing a containment relationship through the object's reference property, actor.Actor automatically establishing a containment relationship through the object's reference property actor.Actor getActor()
void setActor(Actor value)
boolean isSetTopic()
void unsetTopic()
Topic createTopic()
Topic automatically establishing a containment relationship through the object's reference property, topic.Topic automatically establishing a containment relationship through the object's reference property topic.Topic[] getTopic()
Topic getTopic(int idx)
idx - the indexint getTopicCount()
void setTopic(Topic[] value)
value - the array valuevoid addTopic(Topic value)
value - the value to addvoid removeTopic(Topic value)
value - the value to removeboolean isSetLikes()
getLikes or setLikes(...) for a definition of property likesvoid unsetLikes()
getLikes or setLikes(...) for a definition of property likeslong getLikes()
void incrementLikes(long value)
Copyright © 2023. All Rights Reserved.