com.jamasoftware.contour.domain.visitor.contourItem
Class ExtTreeNodeContourItemVisitorOptions

java.lang.Object
  extended by com.jamasoftware.contour.domain.visitor.contourItem.ExtTreeNodeContourItemVisitorOptions

public class ExtTreeNodeContourItemVisitorOptions
extends java.lang.Object


Constructor Summary
ExtTreeNodeContourItemVisitorOptions()
           
 
Method Summary
static ExtTreeNodeContourItemVisitorOptions create(com.jamasoftware.contour.service.dto.ExtDocumentTreeNode node, com.jamasoftware.contour.service.dto.TreeOptions treeOptions)
           
 com.jamasoftware.contour.service.dto.ExtDocumentTreeNode getNode()
           
 com.jamasoftware.contour.service.dto.TreeOptions getTreeOptions()
           
 void setNode(com.jamasoftware.contour.service.dto.ExtDocumentTreeNode node)
           
 void setTreeOptions(com.jamasoftware.contour.service.dto.TreeOptions treeOptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtTreeNodeContourItemVisitorOptions

public ExtTreeNodeContourItemVisitorOptions()
Method Detail

create

public static ExtTreeNodeContourItemVisitorOptions create(com.jamasoftware.contour.service.dto.ExtDocumentTreeNode node,
                                                          com.jamasoftware.contour.service.dto.TreeOptions treeOptions)

getNode

public com.jamasoftware.contour.service.dto.ExtDocumentTreeNode getNode()

setNode

public void setNode(com.jamasoftware.contour.service.dto.ExtDocumentTreeNode node)

getTreeOptions

public com.jamasoftware.contour.service.dto.TreeOptions getTreeOptions()

setTreeOptions

public void setTreeOptions(com.jamasoftware.contour.service.dto.TreeOptions treeOptions)


Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.