|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.thumbnail.ThumbnailParentAssociationDetails
public class ThumbnailParentAssociationDetails
Encapsulates the details of a thumbnails parent association
Constructor Summary | |
---|---|
ThumbnailParentAssociationDetails(NodeRef parent,
QName assocType,
QName assocName)
Constructor. |
Method Summary | |
---|---|
QName |
getAssociationName()
Get the child association name |
QName |
getAssociationType()
Get the child association type |
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 |
---|
public ThumbnailParentAssociationDetails(NodeRef parent, QName assocType, QName assocName)
parent
- the parent node referenceassocType
- the child association typeassocName
- the child association nameMethod Detail |
---|
public NodeRef getParent()
public QName getAssociationType()
public QName getAssociationName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |