org.xcmis.client.gwt.object.impl
Class CmisRelationshipImpl
java.lang.Object
org.xcmis.client.gwt.object.impl.CmisObjectImpl
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
| 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 |
CmisRelationshipImpl
public CmisRelationshipImpl(CmisObject object,
String sourceId,
String targetId)
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.