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

B14053-01


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

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


public class Recommendation
extends java.lang.Object

Encapsulates a recommended item.

Since:
9.0.0

Constructor Summary
Recommendation(ItemDetailData[] attribs)
Creates and initializes a new Recommendation object.

Method Summary
ItemDetailData[] getAtributes()
Deprecated. Use method getAttributes instead
ItemDetailData[] getAttributes()
Returns recomendation attributes in an array of ItemDetailData.
java.lang.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 java.lang.String toString()
Prints out attributes. This method is mainly for debugging purposes
Returns:
String a string containing the details of the recommendation object

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

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.