org.alfresco.slingshot.web.scripts
Class NodeBrowserScript.ChildAssociation

java.lang.Object
  extended by org.alfresco.slingshot.web.scripts.NodeBrowserScript.Association
      extended by 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

Field Summary
protected  org.alfresco.service.cmr.repository.NodeRef childRef
           
protected  NodeBrowserScript.QNameBean childType
           
protected  NodeBrowserScript.QNameBean name
           
protected  org.alfresco.service.cmr.repository.NodeRef parentRef
           
protected  NodeBrowserScript.QNameBean parentType
           
protected  boolean primary
           
protected  NodeBrowserScript.QNameBean typeName
           
 
Constructor Summary
NodeBrowserScript.ChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef ref)
           
 
Method Summary
 org.alfresco.service.cmr.repository.NodeRef getChildRef()
           
 NodeBrowserScript.QNameBean getChildTypeName()
           
 org.alfresco.service.cmr.repository.NodeRef getParentRef()
           
 NodeBrowserScript.QNameBean getParentTypeName()
           
 boolean getPrimary()
           
 boolean isPrimary()
           
 
Methods inherited from class org.alfresco.slingshot.web.scripts.NodeBrowserScript.Association
getName, getTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NodeBrowserScript.ChildAssociation

public NodeBrowserScript.ChildAssociation(org.alfresco.service.cmr.repository.ChildAssociationRef ref)
Method Detail

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.