Oracle Personalization
REAPI_RT
v9.0.2

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

java.lang.Object
  |
  +--oracle.dmt.op.re.reapi.rt.ItemDetailData

public class ItemDetailData
extends Object

Encapsulates the detailed information for recommendation item.

Since:
9.0.1

Constructor Summary
ItemDetailData(Enum.RecommendationAttributeType attrib, String value)
          Creates and initializes a new ItemDetailData object.
 
Method Summary
TypeMethod
 Enum.RecommendationAttributeType getAtribute()
          Returns attribute type.
 String getValue()
          Returns item value.
 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,
                      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 String getValue()
Returns item value.
Returns:
String the item value

toString

public String toString()
Prints out values.
Overrides:
toString in class Object

Oracle Personalization
REAPI_RT
v9.0.2