Class NodeBrowserPost.ChildAssociation
- java.lang.Object
-
- org.alfresco.repo.web.scripts.admin.NodeBrowserPost.Association
-
- org.alfresco.repo.web.scripts.admin.NodeBrowserPost.ChildAssociation
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NodeBrowserPost
public class NodeBrowserPost.ChildAssociation extends NodeBrowserPost.Association implements Serializable
Child assoc wrapper class- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NodeRefchildRefprotected NodeBrowserPost.QNameBeanchildTypeprotected NodeBrowserPost.QNameBeannameprotected NodeRefparentRefprotected NodeBrowserPost.QNameBeanparentTypeprotected booleanprimaryprotected NodeBrowserPost.QNameBeantypeName
-
Constructor Summary
Constructors Constructor Description ChildAssociation(ChildAssociationRef ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeRefgetChildRef()NodeBrowserPost.QNameBeangetChildTypeName()NodeRefgetParentRef()NodeBrowserPost.QNameBeangetParentTypeName()booleangetPrimary()booleanisPrimary()-
Methods inherited from class org.alfresco.repo.web.scripts.admin.NodeBrowserPost.Association
getName, getTypeName
-
-
-
-
Field Detail
-
childRef
protected NodeRef childRef
-
parentRef
protected NodeRef parentRef
-
childType
protected NodeBrowserPost.QNameBean childType
-
parentType
protected NodeBrowserPost.QNameBean parentType
-
primary
protected boolean primary
-
name
protected NodeBrowserPost.QNameBean name
-
typeName
protected NodeBrowserPost.QNameBean typeName
-
-
Constructor Detail
-
ChildAssociation
public ChildAssociation(ChildAssociationRef ref)
-
-
Method Detail
-
getChildRef
public NodeRef getChildRef()
-
getChildTypeName
public NodeBrowserPost.QNameBean getChildTypeName()
-
getParentRef
public NodeRef getParentRef()
-
getParentTypeName
public NodeBrowserPost.QNameBean getParentTypeName()
-
isPrimary
public boolean isPrimary()
-
getPrimary
public boolean getPrimary()
-
-