| 
 | Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference 10g (9.0.4) B10387-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.jsp.webutil.personalization.Item
| Field Summary | |
| static java.lang.String | INT_DIM_NAVIGATIONConstant representing NAVIGATION Interest Dimension | 
| static java.lang.String | INT_DIM_PURCHASINGConstant representing PURCHASING Interest Dimension | 
| static java.lang.String | INT_DIM_RATINGConstant representing RATING Interest Dimension | 
| Constructor Summary | |
| Item()Empty constructor | |
| Item(java.lang.String type, long ID)Construct Item from string and long | |
| Item(java.lang.String type, java.lang.String ID)Construct Item from string attributes | |
| Method Summary | |
|  long | getID()return Item ID | 
|  float | getPrediction()return Item's prediction. | 
|  java.lang.String | getType()return Item type | 
|  boolean | isCategory()return true iff item is a Category | 
|  void | setCategory()set Item type to "Category" | 
|  void | setID(long id)set Item ID | 
|  void | setType(java.lang.String t)set Item type | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final java.lang.String INT_DIM_NAVIGATION
public static final java.lang.String INT_DIM_PURCHASING
public static final java.lang.String INT_DIM_RATING
| Constructor Detail | 
public Item()
public Item(java.lang.String type,
            java.lang.String ID)
     throws javax.servlet.jsp.JspTagException
type - item typeID - item ID
public Item(java.lang.String type,
            long ID)
type - item typeID - item ID| Method Detail | 
public java.lang.String getType()
public long getID()
public float getPrediction()
public boolean isCategory()
public void setType(java.lang.String t)
public void setCategory()
public void setID(long id)
| 
 | Oracle Application Server Containers for J2EE Support for JavaServer Pages API Reference 10g (9.0.4) B10387-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||