org.xcmis.client.gwt.object
Interface CmisRelationship

All Superinterfaces:
CmisObject
All Known Implementing Classes:
CmisRelationshipImpl

public interface CmisRelationship
extends CmisObject

Created by The eXo Platform SAS.

Version:
$Id: ${date} ${time}
Author:
Ann Zhuleva

Method Summary
 String getSourceId()
           
 String getTargetId()
           
 void setSourceId(String sourceId)
           
 void setTargetId(String targetId)
           
 
Methods inherited from interface org.xcmis.client.gwt.object.CmisObject
getACL, getAllowableActions, getChangeInfo, getObjectInfo, getPathSegment, getPolicyIds, getProperties, getRelationship, getRenditions, isExactACL, setAllowableActions, setChangeInfo, setExactACL, setObjectInfo, setPathSegment, setProperties
 

Method Detail

getSourceId

String getSourceId()
Returns:
String source id

setSourceId

void setSourceId(String sourceId)
Parameters:
sourceId - source id

getTargetId

String getTargetId()
Returns:
String target id

setTargetId

void setTargetId(String targetId)
Parameters:
targetId - target id


Copyright © 2010 eXo Platform SAS. All Rights Reserved.