org.xcmis.client.gwt.object.impl
Class CmisRelationshipImpl

java.lang.Object
  extended by org.xcmis.client.gwt.object.impl.CmisObjectImpl
      extended by org.xcmis.client.gwt.object.impl.CmisRelationshipImpl
All Implemented Interfaces:
CmisObject, CmisRelationship

public class CmisRelationshipImpl
extends CmisObjectImpl
implements CmisRelationship

Created by The eXo Platform SAS.

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

Constructor Summary
CmisRelationshipImpl(CmisObject object, String sourceId, String targetId)
           
 
Method Summary
 String getSourceId()
           
 String getTargetId()
           
 void setSourceId(String sourceId)
           
 void setTargetId(String targetId)
           
 
Methods inherited from class org.xcmis.client.gwt.object.impl.CmisObjectImpl
getACL, getAllowableActions, getChangeInfo, getObjectInfo, getPathSegment, getPolicyIds, getProperties, getRelationship, getRenditions, isExactACL, setAllowableActions, setChangeInfo, setExactACL, setObjectInfo, setPathSegment, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

CmisRelationshipImpl

public CmisRelationshipImpl(CmisObject object,
                            String sourceId,
                            String targetId)
Method Detail

getSourceId

public String getSourceId()
Specified by:
getSourceId in interface CmisRelationship
Returns:
String source id
See Also:
CmisRelationship.getSourceId()

getTargetId

public String getTargetId()
Specified by:
getTargetId in interface CmisRelationship
Returns:
String target id
See Also:
CmisRelationship.getTargetId()

setSourceId

public void setSourceId(String sourceId)
Specified by:
setSourceId in interface CmisRelationship
Parameters:
sourceId - source id
See Also:
CmisRelationship.setSourceId(java.lang.String)

setTargetId

public void setTargetId(String targetId)
Specified by:
setTargetId in interface CmisRelationship
Parameters:
targetId - target id
See Also:
CmisRelationship.setTargetId(java.lang.String)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.