OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


oracle.dmt.op.re.reapi.rt
Class ItemDetailData

java.lang.Object
  extended byoracle.dmt.op.re.reapi.rt.ItemDetailData


public class ItemDetailData
extends java.lang.Object

Encapsulates the detailed information for recommendation item.

Since:
9.0.1

Constructor Summary
ItemDetailData(Enum.RecommendationAttributeType attrib, java.lang.String value)
Creates and initializes a new ItemDetailData object.

Method Summary
Enum.RecommendationAttributeType getAtribute()
Returns attribute type.
java.lang.String getValue()
Returns item value.
java.lang.String toString()
Prints out values.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ItemDetailData

public ItemDetailData(Enum.RecommendationAttributeType attrib,
                      java.lang.String value)
               throws NullParameterException
Creates and initializes a new ItemDetailData object.
Parameters:
attrib - attribute type
value - item value
Throws:
NullParameterException - if any non-null input parameter is null

Method Detail

getAtribute

public Enum.RecommendationAttributeType getAtribute()
Returns attribute type.
Returns:
RecommendationAttributeType the attribute type

getValue

public java.lang.String getValue()
Returns item value.
Returns:
String the item value

toString

public java.lang.String toString()
Prints out values.

OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.