ibspan.ecap.merchant.shopdecisions.dataaccess
Class StrategyEntity

java.lang.Object
  extended by ibspan.ecap.merchant.shopdecisions.dataaccess.StrategyEntity

public class StrategyEntity
extends java.lang.Object

A class representing a negotiation strategy.

Author:
Micha³ Drozdowicz

Constructor Summary
StrategyEntity(java.lang.String globalId, java.lang.String description)
          Creates a new instance of StrategyEntity.
 
Method Summary
 java.lang.String getDescription()
          Gets the description of the strategy.
 java.lang.String getGlobalId()
          Gets the global id of the strategy.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrategyEntity

public StrategyEntity(java.lang.String globalId,
                      java.lang.String description)
Creates a new instance of StrategyEntity.

Parameters:
globalId - the global id of the strategy.
description - the description of the strategy.
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description of the strategy.

Returns:
the description of the strategy.

getGlobalId

public java.lang.String getGlobalId()
Gets the global id of the strategy.

Returns:
the global id of the strategy.