Oracle Personalization
REAPI_RT
v9.0.2

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

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

public class Recommendation
extends Object

Encapsulates a recommended item.

Since:
9.0.0

Constructor Summary
Recommendation(ItemDetailData[] attribs)
          Creates and initializes a new Recommendation object.
 
Method Summary
TypeMethod
 ItemDetailData[] getAtributes()
          Deprecated. Use method getAttributes instead
 ItemDetailData[] getAttributes()
          Returns recomendation attributes in an array of ItemDetailData.
 String toString()
          Prints out attributes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Recommendation

public Recommendation(ItemDetailData[] attribs)
               throws NullParameterException
Creates and initializes a new Recommendation object.
Parameters:
attribs - attributes of the recommendation
Method Detail

getAtributes

public ItemDetailData[] getAtributes()
Deprecated. Use method getAttributes instead


getAttributes

public ItemDetailData[] getAttributes()
Returns recomendation attributes in an array of ItemDetailData.
Returns:
recomendation attributes in an array of ItemDetailData.

toString

public String toString()
Prints out attributes. This method is mainly for debugging purposes
Overrides:
toString in class Object
Returns:
String a string containing the details of the recommendation object

Oracle Personalization
REAPI_RT
v9.0.2