com.ibm.commerce.likeminds
Class LikeMindsInfo

java.lang.Object
  |
  +--com.ibm.commerce.likeminds.LikeMindsInfo

public class LikeMindsInfo
extends java.lang.Object

This class describes LikeMinds configuration information.


Constructor Summary
LikeMindsInfo(java.lang.String hostName, java.lang.Integer port, java.lang.String engineName, java.lang.String engineType, java.lang.String setName, java.lang.Integer storeId, java.lang.Integer confidence, java.lang.String cacheSize, java.lang.String recOrder, boolean defaultPrediction, boolean predictionCursor, java.lang.String txDataDelimiter, java.lang.String itemIdDelimiter)
          Creates a LikeMindsInfo object.
 
Method Summary
 java.lang.String getCacheSize()
          Returns the desired cache size of the prediction.
 java.lang.String getEngineName()
          Returns the LikeMinds Engine instance name.
 java.lang.String getEngineType()
          Returns the type of the LikeMinds Engine.
 java.lang.String getHostName()
          Return the host name where the LikeMinds Server resides.
 java.lang.String getItemIdDelimiter()
          Return the delimiter to be used in the custom item ID.
 java.lang.Integer getMinimumConfidence()
          Returns the minimum confidence level of recommendations.
 java.lang.Integer getPort()
          Return the port number where LikeMinds Server resides.
 java.lang.String getRecommendationOrder()
          Returns the order of the recommendations.
 java.lang.Integer getStoreId()
          Returns the store ID.
 java.lang.String getTransactionDataDelimiter()
          Returns the transaction data delimiter to be used.
 java.lang.String getTransactionSetName()
          Returns the transaction set name to be used.
 boolean isDefaultPredictionsEnabled()
          Returns if the default predictions is enabled.
 boolean isPredictionCursorUsed()
          Returns if prediction cursor is used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LikeMindsInfo

public LikeMindsInfo(java.lang.String hostName,
                     java.lang.Integer port,
                     java.lang.String engineName,
                     java.lang.String engineType,
                     java.lang.String setName,
                     java.lang.Integer storeId,
                     java.lang.Integer confidence,
                     java.lang.String cacheSize,
                     java.lang.String recOrder,
                     boolean defaultPrediction,
                     boolean predictionCursor,
                     java.lang.String txDataDelimiter,
                     java.lang.String itemIdDelimiter)
Creates a LikeMindsInfo object.
Parameters:
hostName - java.lang.String
port - java.lang.Integer
engineName - java.lang.String
engineType - java.lang.String
setName - java.lang.String
storeId - java.lang.String
confidence - java.lang.String
cacheSize - java.lang.String
recOrder - java.lang.String
defaultPrediction - boolean
predictionCursor - boolean
txDataDelimiter - java.lang.String
itemIdDelimiter - java.lang.String
Method Detail

getCacheSize

public java.lang.String getCacheSize()
Returns the desired cache size of the prediction.
Returns:
java.lang.String

getEngineName

public java.lang.String getEngineName()
Returns the LikeMinds Engine instance name.
Returns:
java.lang.String

getEngineType

public java.lang.String getEngineType()
Returns the type of the LikeMinds Engine.
Returns:
java.lang.String

getHostName

public java.lang.String getHostName()
Return the host name where the LikeMinds Server resides.
Returns:
java.lang.String

getItemIdDelimiter

public java.lang.String getItemIdDelimiter()
Return the delimiter to be used in the custom item ID.
Returns:
java.lang.String

getMinimumConfidence

public java.lang.Integer getMinimumConfidence()
Returns the minimum confidence level of recommendations.
Returns:
java.lang.Integer

getPort

public java.lang.Integer getPort()
Return the port number where LikeMinds Server resides.
Returns:
java.lang.Integer

getRecommendationOrder

public java.lang.String getRecommendationOrder()
Returns the order of the recommendations.
Returns:
java.lang.String

getStoreId

public java.lang.Integer getStoreId()
Returns the store ID.
Returns:
java.lang.Integer

getTransactionDataDelimiter

public java.lang.String getTransactionDataDelimiter()
Returns the transaction data delimiter to be used.
Returns:
java.lang.String

getTransactionSetName

public java.lang.String getTransactionSetName()
Returns the transaction set name to be used.
Returns:
java.lang.String

isDefaultPredictionsEnabled

public boolean isDefaultPredictionsEnabled()
Returns if the default predictions is enabled.
Returns:
boolean

isPredictionCursorUsed

public boolean isPredictionCursorUsed()
Returns if prediction cursor is used.
Returns:
boolean