com.filenet.wcm.apps.server.util.compounddocument
Class ComponentRelationshipRef
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ComponentRelationshipRef
public ComponentRelationshipRef()
ComponentRelationshipRef
public ComponentRelationshipRef(com.filenet.api.core.ComponentRelationship cr)
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.