All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class designer.Sponsor

java.lang.Object
   |
   +----designer.Sponsor

public class Sponsor
extends Object
Purpose: Provide the framework for the Sponsor


Constructor Index

 o Sponsor(String)
Purpose: Constructor

Method Index

 o execute()
Purpose: Runs the Sponsor
Pre: _tableMatcher must be assigned to a valid object or null
Post: Returns an integer value representing the suitability of the plan
 o getName()
Purpose: gets the name of the Sponsor
Pre: none Post: returns name of sponsor
 o removeTableMatcher()
Purpose: Removes the table matcher reference variable
Pre: none
Post: _tableMatch = null
 o setTableMatcher(TableMatcher)
Purpose: Sets the table matcher reference variable
Pre: none
Post: none

Constructors

 o Sponsor
 public Sponsor(String name)
Purpose: Constructor

Methods

 o execute
 public int execute()
Purpose: Runs the Sponsor
Pre: _tableMatcher must be assigned to a valid object or null
Post: Returns an integer value representing the suitability of the plan

 o getName
 public String getName()
Purpose: gets the name of the Sponsor
Pre: none Post: returns name of sponsor

 o setTableMatcher
 public void setTableMatcher(TableMatcher tm)
Purpose: Sets the table matcher reference variable
Pre: none
Post: none

 o removeTableMatcher
 public void removeTableMatcher()
Purpose: Removes the table matcher reference variable
Pre: none
Post: _tableMatch = null


All Packages  Class Hierarchy  This Package  Previous  Next  Index