org.alfresco.service.cmr.thumbnail
Class ThumbnailParentAssociationDetails

java.lang.Object
  extended by org.alfresco.service.cmr.thumbnail.ThumbnailParentAssociationDetails

public class ThumbnailParentAssociationDetails
extends java.lang.Object

Encapsulates the details of a thumbnails parent association


Constructor Summary
ThumbnailParentAssociationDetails(org.alfresco.service.cmr.repository.NodeRef parent, org.alfresco.service.namespace.QName assocType, org.alfresco.service.namespace.QName assocName)
          Constructor.
 
Method Summary
 org.alfresco.service.namespace.QName getAssociationName()
          Get the child association name
 org.alfresco.service.namespace.QName getAssociationType()
          Get the child association type
 org.alfresco.service.cmr.repository.NodeRef getParent()
          Get the parent node reference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThumbnailParentAssociationDetails

public ThumbnailParentAssociationDetails(org.alfresco.service.cmr.repository.NodeRef parent,
                                         org.alfresco.service.namespace.QName assocType,
                                         org.alfresco.service.namespace.QName assocName)
Constructor. All parameters must be specified.

Parameters:
parent - the parent node reference
assocType - the child association type
assocName - the child association name
Method Detail

getParent

public org.alfresco.service.cmr.repository.NodeRef getParent()
Get the parent node reference

Returns:
NodeRef the parent node reference

getAssociationType

public org.alfresco.service.namespace.QName getAssociationType()
Get the child association type

Returns:
QName the child association type

getAssociationName

public org.alfresco.service.namespace.QName getAssociationName()
Get the child association name

Returns:
QName the child association name


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