public interface StoryFeed
extends org.plasma.sdo.PlasmaDataObject
Story| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI
|
static String |
STORY
|
static String |
TYPE_NAME_STORY_FEED
The entity or Type logical name associated with this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addStory(Story value)
Adds the given value of Type Story for the object's multi-valued property story.
|
Story |
createStory()
Creates and returns a new instance of Type
Story automatically establishing a containment relationship through the object's reference property, story. |
Story[] |
getStory()
Returns an array of Story set for the object's multi-valued property story.
|
Story |
getStory(int idx)
Returns the Story set for the object's multi-valued property story based on the given index.
|
int |
getStoryCount()
Returns a count for multi-valued property story.
|
boolean |
isSetStory()
Returns true if the story property is set.
|
void |
removeStory(Story value)
Removes the given value of Type Story for the object's multi-valued property story.
|
void |
setStory(Story[] value)
Sets the given array of Type Story for the object's multi-valued property story.
|
void |
unsetStory()
Unsets the story property, clearing the underlying collection.
|
accept, 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_STORY_FEED
static final String STORY
boolean isSetStory()
void unsetStory()
Story createStory()
Story automatically establishing a containment relationship through the object's reference property, story.Story automatically establishing a containment relationship through the object's reference property story.Story[] getStory()
Story getStory(int idx)
idx - the indexint getStoryCount()
void setStory(Story[] value)
value - the array valuevoid addStory(Story value)
value - the value to addvoid removeStory(Story value)
value - the value to removeCopyright © 2023. All Rights Reserved.