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
-
Sponsor(String)
- Purpose: Constructor
-
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
-
getName()
- Purpose: gets the name of the Sponsor
Pre: none
Post: returns name of sponsor
-
removeTableMatcher()
- Purpose: Removes the table matcher reference variable
Pre: none
Post: _tableMatch = null
-
setTableMatcher(TableMatcher)
- Purpose: Sets the table matcher reference variable
Pre: none
Post: none
Sponsor
public Sponsor(String name)
- Purpose: Constructor
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
getName
public String getName()
- Purpose: gets the name of the Sponsor
Pre: none
Post: returns name of sponsor
setTableMatcher
public void setTableMatcher(TableMatcher tm)
- Purpose: Sets the table matcher reference variable
Pre: none
Post: none
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