public class StoryFeedSDO extends org.plasma.sdo.core.CoreDataObject implements Serializable, StoryFeed
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI
The SDO namespace URI associated with the SDO Type for this class
|
STORY, TYPE_NAME_STORY_FEED| Constructor and Description |
|---|
StoryFeedSDO()
Default No-arg constructor required for serialization operations.
|
StoryFeedSDO(commonj.sdo.Type type) |
| 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, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, dump, dumpDepthFirst, equals, find, get, 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, 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, getUUID, getUUIDAsString, hashCode, isSet, isSet, isSet, remove, remove, reparent, reset, resetUUID, set, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setContainer, setContainmentProperty, setDataGraph, 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, toString, unset, unset, unset, uuidFromBase64, uuidToBase64, valuesgetEdges, getEntityName, getValue, getValueObject, removeValue, setValue, setValueObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, 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, unsetpublic static final String NAMESPACE_URI
public StoryFeedSDO()
public StoryFeedSDO(commonj.sdo.Type type)
public boolean isSetStory()
isSetStory in interface StoryFeedpublic void unsetStory()
unsetStory in interface StoryFeedpublic Story createStory()
Story automatically establishing a containment relationship through the object's reference property, story.createStory in interface StoryFeedStory automatically establishing a containment relationship through the object's reference property story.public Story[] getStory()
StoryFeedpublic Story getStory(int idx)
StoryFeedpublic int getStoryCount()
StoryFeedgetStoryCount in interface StoryFeedpublic void setStory(Story[] value)
StoryFeedpublic void addStory(Story value)
StoryFeedpublic void removeStory(Story value)
StoryFeedremoveStory in interface StoryFeedvalue - the value to removeCopyright © 2023. All Rights Reserved.