public class

ObjectRelationship

extends Relationship
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.Relationship
     ↳ com.emc.documentum.fs.datamodel.core.ObjectRelationship

Class Overview

Java class for ObjectRelationship complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ObjectRelationship">
   <complexContent>
     <extension base="{http://core.datamodel.fs.documentum.emc.com/}Relationship">
       <sequence>
         <element name="Target" type="{http://core.datamodel.fs.documentum.emc.com/}DataObject"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DataObject target
[Expand]
Inherited Fields
From class com.emc.documentum.fs.datamodel.core.Relationship
Public Constructors
ObjectRelationship()
Public Methods
DataObject getTarget()
Gets the value of the target property.
void setTarget(DataObject value)
Sets the value of the target property.
[Expand]
Inherited Methods
From class com.emc.documentum.fs.datamodel.core.Relationship
From class java.lang.Object

Fields

protected DataObject target

Public Constructors

public ObjectRelationship ()

Public Methods

public DataObject getTarget ()

Gets the value of the target property.

Returns

public void setTarget (DataObject value)

Sets the value of the target property.

Parameters
value Allowed object is DataObject