Compiere 3.1

org.compiere.vos
Class GoalDetailVO

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

public class GoalDetailVO
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class GoalDetailVO.GoalDetailRowVO
           
 
Field Summary
 double maxValue
           
 String nameLabel
           
 NodeVO node
           
 List<GoalDetailVO.GoalDetailRowVO> rows
           
 String valueLabel
           
 
Constructor Summary
GoalDetailVO()
           
 
Method Summary
 void addDetailRow(NodeVO node, String name, double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

public NodeVO node

nameLabel

public String nameLabel

valueLabel

public String valueLabel

rows

public List<GoalDetailVO.GoalDetailRowVO> rows

maxValue

public double maxValue
Constructor Detail

GoalDetailVO

public GoalDetailVO()
Method Detail

addDetailRow

public void addDetailRow(NodeVO node,
                         String name,
                         double value)

Compiere 3.1

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