Dashboard Builder Sample Dashboards 6.2.0.CR2

org.jboss.dashboard.showcase
Class SalesDashboardData.Opportunity

java.lang.Object
  extended by org.jboss.dashboard.showcase.SalesDashboardData.Opportunity
Enclosing class:
SalesDashboardData

public static class SalesDashboardData.Opportunity
extends Object


Field Summary
 Date closingDate
           
 String color
           
 String country
           
 Date creationDate
           
 String customer
           
 String pipeline
           
 String product
           
 String salesPerson
           
 String source
           
 String status
           
 
Constructor Summary
SalesDashboardData.Opportunity()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pipeline

public String pipeline

status

public String status

country

public String country

product

public String product

customer

public String customer

salesPerson

public String salesPerson

creationDate

public Date creationDate

closingDate

public Date closingDate

source

public String source

color

public String color
Constructor Detail

SalesDashboardData.Opportunity

public SalesDashboardData.Opportunity()

Dashboard Builder Sample Dashboards 6.2.0.CR2

Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.