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


Constructor Summary
RenditionLocationImpl(NodeRef parentRef, NodeRef childRef, java.lang.String childName)
           
 
Method Summary
 java.lang.String getChildName()
           
 NodeRef getChildRef()
           
 NodeRef getParentRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenditionLocationImpl

public RenditionLocationImpl(NodeRef parentRef,
                             NodeRef childRef,
                             java.lang.String childName)
Method Detail

getChildName

public java.lang.String getChildName()
Specified by:
getChildName in interface RenditionLocation

getParentRef

public NodeRef getParentRef()
Specified by:
getParentRef in interface RenditionLocation

getChildRef

public NodeRef getChildRef()
Specified by:
getChildRef in interface RenditionLocation


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