This table stores the questions and answers generated by the Guided Sell metaphor.
Column Descriptions
Column Name
| Column Type
| Description
|
TREEID
| INTEGER NOT NULL
| The internal reference number of the question and answer tree. Foreign key to the ICMERTREE table.
|
CONCEPTID
| INTEGER NOT NULL
| The internal reference number of the concept (question or answer).
|
PARENTCONCEPTID
| INTEGER
| Reserved for IBM internal use.
|
STOREID
| INTEGER
| The internal reference number of the store for which this concept was created.
|
CLASSNAME
| CHAR(100) NOT NULL
| Java class name for a question or an answer. For example, com.ibm.commerce.pa.metaphor.Question.
|
METAPHORLINKID
| INTEGER
| The metaphor to which this answer is linked.
|
ORDERSEQUENCE
| INTEGER NOT NULL DEFAULT 0
| Order sequence of the concepts within a tree.
|
RANKING
| DOUBLE NOT NULL DEFAULT 0
| Reserved for IBM internal use.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|