org.alfresco.slingshot.web.scripts
Class NodeBrowserScript.ChildAssociation
java.lang.Object
org.alfresco.slingshot.web.scripts.NodeBrowserScript.Association
org.alfresco.slingshot.web.scripts.NodeBrowserScript.ChildAssociation
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- NodeBrowserScript
public class NodeBrowserScript.ChildAssociation
- extends NodeBrowserScript.Association
- implements java.io.Serializable
Child assoc wrapper class
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
childRef
protected org.alfresco.service.cmr.repository.NodeRef childRef
parentRef
protected org.alfresco.service.cmr.repository.NodeRef parentRef
childType
protected NodeBrowserScript.QNameBean childType
parentType
protected NodeBrowserScript.QNameBean parentType
primary
protected boolean primary
name
protected NodeBrowserScript.QNameBean name
typeName
protected NodeBrowserScript.QNameBean typeName
NodeBrowserScript.ChildAssociation
public NodeBrowserScript.ChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef ref)
getChildRef
public org.alfresco.service.cmr.repository.NodeRef getChildRef()
getChildTypeName
public NodeBrowserScript.QNameBean getChildTypeName()
getParentRef
public org.alfresco.service.cmr.repository.NodeRef getParentRef()
getParentTypeName
public NodeBrowserScript.QNameBean getParentTypeName()
isPrimary
public boolean isPrimary()
getPrimary
public boolean getPrimary()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.