com.filenet.wcm.apps.server.util.compounddocument
Class ComponentRelationshipRef

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.compounddocument.ComponentRelationshipRef
All Implemented Interfaces:
java.lang.Cloneable

public class ComponentRelationshipRef
extends java.lang.Object
implements java.lang.Cloneable

Hold the Component Relationship object data


Field Summary
static int INSERTED
           
static int MODIFIED
           
static int NEW
           
static int REMOVED
           
static int UNCHANGED
           
 
Constructor Summary
ComponentRelationshipRef()
           
ComponentRelationshipRef(com.filenet.api.core.ComponentRelationship cr)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getBindingLabel()
           
 int getCascadeDelete()
           
 com.filenet.api.core.Document getChildComponent()
           
 java.lang.String getClassId()
           
 com.filenet.api.core.ComponentRelationship getComponentRelationship()
           
 int getComponentRelationshipType()
           
 boolean getCopyToReservation()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 com.filenet.api.core.Document getParentComponent()
           
 int getPreventDelete()
           
 com.filenet.api.property.Properties getProperties()
           
 java.lang.String getPropertiesXML()
           
 int getSortOrder()
           
 int getState()
           
 java.lang.String getURIValue()
           
 int getVersionBindType()
           
 void refreshComponentRelationshipProperties()
           
 void setBindingLabel(java.lang.String value)
           
 void setCascadeDelete(int value)
           
 void setChildComponent(com.filenet.api.core.Document childDocument)
           
 void setClassId(java.lang.String id)
           
 void setComponentRelationship(com.filenet.api.core.ComponentRelationship cr)
           
 void setComponentRelationshipType(int type)
           
 void setCopyToReservation(boolean value)
           
 void setId(java.lang.String value)
           
 void setName(java.lang.String value)
           
 void setParentComponent(com.filenet.api.core.Document parentDocument)
           
 void setPreventDelete(int value)
           
 void setPropertiesXML(java.lang.String xml)
           
 void setSortOrder(int sortOrder)
           
 void setState(int value)
           
 void setURIValue(java.lang.String value)
           
 void setVersionBindType(int type)
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNCHANGED

public static final int UNCHANGED
See Also:
Constant Field Values

MODIFIED

public static final int MODIFIED
See Also:
Constant Field Values

NEW

public static final int NEW
See Also:
Constant Field Values

INSERTED

public static final int INSERTED
See Also:
Constant Field Values

REMOVED

public static final int REMOVED
See Also:
Constant Field Values
Constructor Detail

ComponentRelationshipRef

public ComponentRelationshipRef()

ComponentRelationshipRef

public ComponentRelationshipRef(com.filenet.api.core.ComponentRelationship cr)
Method Detail

setId

public void setId(java.lang.String value)

getId

public java.lang.String getId()

setName

public void setName(java.lang.String value)

getName

public java.lang.String getName()

setClassId

public void setClassId(java.lang.String id)

getClassId

public java.lang.String getClassId()

setComponentRelationshipType

public void setComponentRelationshipType(int type)

getComponentRelationshipType

public int getComponentRelationshipType()

setVersionBindType

public void setVersionBindType(int type)

getVersionBindType

public int getVersionBindType()

setURIValue

public void setURIValue(java.lang.String value)

getURIValue

public java.lang.String getURIValue()

setBindingLabel

public void setBindingLabel(java.lang.String value)

getBindingLabel

public java.lang.String getBindingLabel()

getProperties

public com.filenet.api.property.Properties getProperties()

setSortOrder

public void setSortOrder(int sortOrder)

getSortOrder

public int getSortOrder()

setParentComponent

public void setParentComponent(com.filenet.api.core.Document parentDocument)

getParentComponent

public com.filenet.api.core.Document getParentComponent()

setChildComponent

public void setChildComponent(com.filenet.api.core.Document childDocument)

getChildComponent

public com.filenet.api.core.Document getChildComponent()

setCopyToReservation

public void setCopyToReservation(boolean value)

getCopyToReservation

public boolean getCopyToReservation()

setCascadeDelete

public void setCascadeDelete(int value)

getCascadeDelete

public int getCascadeDelete()

setPreventDelete

public void setPreventDelete(int value)

getPreventDelete

public int getPreventDelete()

setPropertiesXML

public void setPropertiesXML(java.lang.String xml)

getPropertiesXML

public java.lang.String getPropertiesXML()

setComponentRelationship

public void setComponentRelationship(com.filenet.api.core.ComponentRelationship cr)

getComponentRelationship

public com.filenet.api.core.ComponentRelationship getComponentRelationship()

refreshComponentRelationshipProperties

public void refreshComponentRelationshipProperties()

setState

public void setState(int value)

getState

public int getState()

update

public void update()

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.