Compiere 3.1

org.compiere.vos
Class NodeVO

java.lang.Object
  extended by org.compiere.vos.NodeVO
All Implemented Interfaces:
Serializable

public class NodeVO
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class NodeVO.Mode
           
 
Field Summary
 int componentId
          component Id
 String description
          Description
 int entityID
           
 String entityKey
           
 boolean hasChildren
           
 boolean isFavorite
           
 int level
          Level
 NodeVO.Mode mode
           
 String name
          Name
 int nodeId
          Node Id
 int nodeType
           
 int parentId
          Parent ID
 QueryVO query
           
 boolean summary
           
static int TYPE_COMPONENT
          Action - 10
static int TYPE_DOCACTION
          Action - 8
static int TYPE_ENTITY
          Action - 9
static int TYPE_FORM
           
static int TYPE_INFO_WINDOW
           
static int TYPE_NOTES
           
static int TYPE_OTHER
           
static int TYPE_PREFERENCES
           
static int TYPE_PROCESS
          Process - 3
static int TYPE_REPORT
          Report - 2
static int TYPE_REQUESTS
           
static int TYPE_SETVARIABLE
          Variable - 6
static int TYPE_TASK
           
static int TYPE_USERCHOICE
          Choice - 7
static int TYPE_WINDOW
          Window - 1
static int TYPE_WORKBENCH
          Workbench - 5
static int TYPE_WORKFLOW
          Workflow - 4
 
Constructor Summary
NodeVO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

public NodeVO.Mode mode

level

public int level
Level


name

public String name
Name


description

public String description
Description


parentId

public int parentId
Parent ID


nodeId

public int nodeId
Node Id


componentId

public int componentId
component Id


entityID

public int entityID

entityKey

public String entityKey

nodeType

public int nodeType

summary

public boolean summary

hasChildren

public boolean hasChildren

isFavorite

public boolean isFavorite

TYPE_WINDOW

public static final int TYPE_WINDOW
Window - 1

See Also:
Constant Field Values

TYPE_REPORT

public static final int TYPE_REPORT
Report - 2

See Also:
Constant Field Values

TYPE_PROCESS

public static final int TYPE_PROCESS
Process - 3

See Also:
Constant Field Values

TYPE_WORKFLOW

public static final int TYPE_WORKFLOW
Workflow - 4

See Also:
Constant Field Values

TYPE_WORKBENCH

public static final int TYPE_WORKBENCH
Workbench - 5

See Also:
Constant Field Values

TYPE_SETVARIABLE

public static final int TYPE_SETVARIABLE
Variable - 6

See Also:
Constant Field Values

TYPE_USERCHOICE

public static final int TYPE_USERCHOICE
Choice - 7

See Also:
Constant Field Values

TYPE_DOCACTION

public static final int TYPE_DOCACTION
Action - 8

See Also:
Constant Field Values

TYPE_ENTITY

public static final int TYPE_ENTITY
Action - 9

See Also:
Constant Field Values

TYPE_COMPONENT

public static final int TYPE_COMPONENT
Action - 10

See Also:
Constant Field Values

TYPE_NOTES

public static final int TYPE_NOTES
See Also:
Constant Field Values

TYPE_REQUESTS

public static final int TYPE_REQUESTS
See Also:
Constant Field Values

TYPE_FORM

public static final int TYPE_FORM
See Also:
Constant Field Values

TYPE_TASK

public static final int TYPE_TASK
See Also:
Constant Field Values

TYPE_OTHER

public static final int TYPE_OTHER
See Also:
Constant Field Values

TYPE_INFO_WINDOW

public static final int TYPE_INFO_WINDOW
See Also:
Constant Field Values

TYPE_PREFERENCES

public static final int TYPE_PREFERENCES
See Also:
Constant Field Values

query

public QueryVO query
Constructor Detail

NodeVO

public NodeVO()

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.