Class ThumbnailParentAssociationDetails
- java.lang.Object
-
- org.alfresco.service.cmr.thumbnail.ThumbnailParentAssociationDetails
-
public class ThumbnailParentAssociationDetails extends Object
Encapsulates the details of a thumbnails parent association- Author:
- Roy Wetherall
-
-
Constructor Summary
Constructors Constructor Description ThumbnailParentAssociationDetails(NodeRef parent, QName assocType, QName assocName)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetAssociationName()Get the child association nameQNamegetAssociationType()Get the child association typeNodeRefgetParent()Get the parent node reference
-
-
-
Method Detail
-
getParent
public NodeRef getParent()
Get the parent node reference- Returns:
- NodeRef the parent node reference
-
getAssociationType
public QName getAssociationType()
Get the child association type- Returns:
- QName the child association type
-
getAssociationName
public QName getAssociationName()
Get the child association name- Returns:
- QName the child association name
-
-