All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sat.EMSpecData

java.lang.Object
   |
   +----sat.EMSpecData

public final class EMSpecData
extends Object
a cheapo class which is just used to pass EM spec data as a single object to the QueryEngine.

Author:
Satyen Kale

Variable Index

 o capacity
 o endDate
 o IC_flag
 o location
 o moderated_flag
 o name
lotsa public fields for the various attributes.
 o startDate

Constructor Index

 o EMSpecData()

Method Index

 o setDates(String, String)
set start date and end date

Variables

 o name
 public String name
lotsa public fields for the various attributes. all are specified to be package access.

 o location
 public String location
 o startDate
 public Date startDate
 o endDate
 public Date endDate
 o capacity
 public int capacity
 o IC_flag
 public int IC_flag
 o moderated_flag
 public int moderated_flag

Constructors

 o EMSpecData
 public EMSpecData()

Methods

 o setDates
 public boolean setDates(String start,
                         String end)
set start date and end date

Parameters:
start - the start date
end - the end date
Returns:
true if the dates are in correct format, false otherwise

All Packages  Class Hierarchy  This Package  Previous  Next  Index