public class ActorSDO extends org.plasma.sdo.core.CoreDataObject implements Serializable, Actor
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE_URI
The SDO namespace URI associated with the SDO Type for this class
|
AGE, BLOG, IQ, PHOTO, TYPE_NAME_ACTORCREATED_DATE, DESCRIPTION, ID, MODIFIED_DATE, MODIFIED_VERSION, NAME, SOURCE_EDGE, TARGET_EDGE, TYPE_NAME_NODE| Constructor and Description |
|---|
ActorSDO()
Default No-arg constructor required for serialization operations.
|
ActorSDO(commonj.sdo.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBlog(Blog value)
Adds the given value of Type Blog for the object's multi-valued property blog.
|
void |
addPhoto(Photo value)
Adds the given value of Type Photo for the object's multi-valued property photo.
|
void |
addSourceEdge(Edge value)
Adds the given value of Type Edge for the object's multi-valued property sourceEdge.
|
void |
addTargetEdge(Edge value)
Adds the given value of Type Edge for the object's multi-valued property targetEdge.
|
Blog |
createBlog()
Creates and returns a new instance of Type
Blog automatically establishing a containment relationship through the object's reference property, blog. |
Photo |
createPhoto()
Creates and returns a new instance of Type
Photo automatically establishing a containment relationship through the object's reference property, photo. |
Edge |
createSourceEdge(Class<? extends Edge> clss)
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. |
Edge |
createTargetEdge(Class<? extends Edge> clss)
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. |
int |
getAge()
Returns the value of the age property.
|
Blog[] |
getBlog()
Returns an array of Blog set for the object's multi-valued property blog.
|
Blog |
getBlog(int idx)
Returns the Blog set for the object's multi-valued property blog based on the given index.
|
int |
getBlogCount()
Returns a count for multi-valued property blog.
|
Date |
getCreatedDate()
Returns the value of the createdDate property.
|
String |
getDescription()
Returns the value of the description property.
|
String |
getId()
Returns the value of the id property.
|
int |
getIq()
Returns the value of the iq property.
|
Date |
getModifiedDate()
Returns the value of the modifiedDate property.
|
long |
getModifiedVersion()
Returns the value of the modifiedVersion property.
|
String |
getName()
Returns the value of the name property.
|
Photo[] |
getPhoto()
Returns an array of Photo set for the object's multi-valued property photo.
|
Photo |
getPhoto(int idx)
Returns the Photo set for the object's multi-valued property photo based on the given index.
|
int |
getPhotoCount()
Returns a count for multi-valued property photo.
|
Edge[] |
getSourceEdge()
Returns an array of Edge set for the object's multi-valued property sourceEdge.
|
Edge |
getSourceEdge(int idx)
Returns the Edge set for the object's multi-valued property sourceEdge based on the given index.
|
int |
getSourceEdgeCount()
Returns a count for multi-valued property sourceEdge.
|
Edge[] |
getTargetEdge()
Returns an array of Edge set for the object's multi-valued property targetEdge.
|
Edge |
getTargetEdge(int idx)
Returns the Edge set for the object's multi-valued property targetEdge based on the given index.
|
int |
getTargetEdgeCount()
Returns a count for multi-valued property targetEdge.
|
boolean |
isSetAge()
Returns true if the age property is set.
|
boolean |
isSetBlog()
Returns true if the blog property is set.
|
boolean |
isSetCreatedDate()
Returns true if the createdDate property is set.
|
boolean |
isSetDescription()
Returns true if the description property is set.
|
boolean |
isSetId()
Returns true if the id property is set.
|
boolean |
isSetIq()
Returns true if the iq property is set.
|
boolean |
isSetModifiedDate()
Returns true if the modifiedDate property is set.
|
boolean |
isSetModifiedVersion()
Returns true if the modifiedVersion property is set.
|
boolean |
isSetName()
Returns true if the name property is set.
|
boolean |
isSetPhoto()
Returns true if the photo property is set.
|
boolean |
isSetSourceEdge()
Returns true if the sourceEdge property is set.
|
boolean |
isSetTargetEdge()
Returns true if the targetEdge property is set.
|
void |
removeBlog(Blog value)
Removes the given value of Type Blog for the object's multi-valued property blog.
|
void |
removePhoto(Photo value)
Removes the given value of Type Photo for the object's multi-valued property photo.
|
void |
removeSourceEdge(Edge value)
Removes the given value of Type Edge for the object's multi-valued property sourceEdge.
|
void |
removeTargetEdge(Edge value)
Removes the given value of Type Edge for the object's multi-valued property targetEdge.
|
void |
setAge(int value)
Sets the value of the age property to the given value.
|
void |
setBlog(Blog[] value)
Sets the given array of Type Blog for the object's multi-valued property blog.
|
void |
setCreatedDate(Date value)
Sets the value of the createdDate property to the given value.
|
void |
setDescription(String value)
Sets the value of the description property to the given value.
|
void |
setId(String value)
Sets the value of the id property to the given value.
|
void |
setIq(int value)
Sets the value of the iq property to the given value.
|
void |
setModifiedDate(Date value)
Sets the value of the modifiedDate property to the given value.
|
void |
setModifiedVersion(long value)
Sets the value of the modifiedVersion property to the given value.
|
void |
setName(String value)
Sets the value of the name property to the given value.
|
void |
setPhoto(Photo[] value)
Sets the given array of Type Photo for the object's multi-valued property photo.
|
void |
setSourceEdge(Edge[] value)
Sets the given array of Type Edge for the object's multi-valued property sourceEdge.
|
void |
setTargetEdge(Edge[] value)
Sets the given array of Type Edge for the object's multi-valued property targetEdge.
|
void |
unsetAge()
Unsets the age property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetBlog()
Unsets the blog property, clearing the underlying collection.
|
void |
unsetCreatedDate()
Unsets the createdDate property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetDescription()
Unsets the description property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetId()
Unsets the id property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetIq()
Unsets the iq property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetModifiedDate()
Unsets the modifiedDate property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetModifiedVersion()
Unsets the modifiedVersion property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetName()
Unsets the name property, the value
of the property of the object being set to the property's
default value.
|
void |
unsetPhoto()
Unsets the photo property, clearing the underlying collection.
|
void |
unsetSourceEdge()
Unsets the sourceEdge property, clearing the underlying collection.
|
void |
unsetTargetEdge()
Unsets the targetEdge 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 ActorSDO()
public ActorSDO(commonj.sdo.Type type)
public boolean isSetAge()
getAge or setAge(...) for a definition of property agepublic void unsetAge()
getAge or setAge(...) for a definition of property agepublic int getAge()
public void setAge(int value)
public boolean isSetBlog()
public void unsetBlog()
public Blog createBlog()
Blog automatically establishing a containment relationship through the object's reference property, blog.createBlog in interface ActorBlog automatically establishing a containment relationship through the object's reference property blog.public Blog[] getBlog()
Actorpublic Blog getBlog(int idx)
Actorpublic int getBlogCount()
ActorgetBlogCount in interface Actorpublic void setBlog(Blog[] value)
Actorpublic void addBlog(Blog value)
Actorpublic void removeBlog(Blog value)
ActorremoveBlog in interface Actorvalue - the value to removepublic boolean isSetCreatedDate()
public void unsetCreatedDate()
public Date getCreatedDate()
public void setCreatedDate(Date value)
public boolean isSetDescription()
public void unsetDescription()
public String getDescription()
public void setDescription(String value)
public boolean isSetId()
getId or setId(...) for a definition of property idpublic void unsetId()
getId or setId(...) for a definition of property idpublic String getId()
public void setId(String value)
maxLength: 36public boolean isSetIq()
getIq or setIq(...) for a definition of property iqpublic void unsetIq()
getIq or setIq(...) for a definition of property iqpublic int getIq()
public void setIq(int value)
public boolean isSetModifiedDate()
public void unsetModifiedDate()
public Date getModifiedDate()
public void setModifiedDate(Date value)
public boolean isSetModifiedVersion()
getModifiedVersion or setModifiedVersion(...) for a definition of property modifiedVersionpublic void unsetModifiedVersion()
getModifiedVersion or setModifiedVersion(...) for a definition of property modifiedVersionpublic long getModifiedVersion()
public void setModifiedVersion(long value)
public boolean isSetName()
public void unsetName()
public String getName()
public void setName(String value)
maxLength: 32public boolean isSetPhoto()
isSetPhoto in interface Actorpublic void unsetPhoto()
unsetPhoto in interface Actorpublic Photo createPhoto()
Photo automatically establishing a containment relationship through the object's reference property, photo.createPhoto in interface ActorPhoto automatically establishing a containment relationship through the object's reference property photo.public Photo[] getPhoto()
Actorpublic Photo getPhoto(int idx)
Actorpublic int getPhotoCount()
ActorgetPhotoCount in interface Actorpublic void setPhoto(Photo[] value)
Actorpublic void addPhoto(Photo value)
Actorpublic void removePhoto(Photo value)
ActorremovePhoto in interface Actorvalue - the value to removepublic boolean isSetSourceEdge()
public void unsetSourceEdge()
public Edge createSourceEdge(Class<? extends Edge> clss)
Edge automatically establishing a containment relationship through the object's reference property, sourceEdge.clss - the subclass Type
Returns a new instance of the given subclass Type for abstract base Type Edge.public Edge[] getSourceEdge()
Nodepublic Edge getSourceEdge(int idx)
Nodeidx - the indexpublic int getSourceEdgeCount()
Nodepublic void setSourceEdge(Edge[] value)
Nodevalue - the array valuepublic void addSourceEdge(Edge value)
Nodevalue - the value to addpublic void removeSourceEdge(Edge value)
Nodevalue - the value to removepublic boolean isSetTargetEdge()
public void unsetTargetEdge()
public Edge createTargetEdge(Class<? extends Edge> clss)
Edge automatically establishing a containment relationship through the object's reference property, targetEdge.clss - the subclass Type
Returns a new instance of the given subclass Type for abstract base Type Edge.public Edge[] getTargetEdge()
Nodepublic Edge getTargetEdge(int idx)
Nodeidx - the indexpublic int getTargetEdgeCount()
Nodepublic void setTargetEdge(Edge[] value)
Nodevalue - the array valuepublic void addTargetEdge(Edge value)
Nodevalue - the value to addCopyright © 2023. All Rights Reserved.