org.alfresco.repo.rendition
Class RenditionLocationImpl

java.lang.Object
  extended by org.alfresco.repo.rendition.RenditionLocationImpl
All Implemented Interfaces:
RenditionLocation

public class RenditionLocationImpl
extends java.lang.Object
implements RenditionLocation

This simple class is a struct containing a rendition node, its parent and its name.


Constructor Summary
RenditionLocationImpl(org.alfresco.service.cmr.repository.NodeRef parentRef, org.alfresco.service.cmr.repository.NodeRef childRef, java.lang.String childName)
           
 
Method Summary
 java.lang.String getChildName()
          Gets the name of the rendition.
 org.alfresco.service.cmr.repository.NodeRef getChildRef()
          Gets the rendition node itself.
 org.alfresco.service.cmr.repository.NodeRef getParentRef()
          Gets the parent node of the rendition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenditionLocationImpl

public RenditionLocationImpl(org.alfresco.service.cmr.repository.NodeRef parentRef,
                             org.alfresco.service.cmr.repository.NodeRef childRef,
                             java.lang.String childName)
Method Detail

getChildName

public java.lang.String getChildName()
Description copied from interface: RenditionLocation
Gets the name of the rendition.

Specified by:
getChildName in interface RenditionLocation
Returns:

getParentRef

public org.alfresco.service.cmr.repository.NodeRef getParentRef()
Description copied from interface: RenditionLocation
Gets the parent node of the rendition.

Specified by:
getParentRef in interface RenditionLocation
Returns:

getChildRef

public org.alfresco.service.cmr.repository.NodeRef getChildRef()
Description copied from interface: RenditionLocation
Gets the rendition node itself.

Specified by:
getChildRef in interface RenditionLocation
Returns:


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.