ibspan.ecap.merchant.shopdecisions.dataaccess
Class BuyerEntity

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

public class BuyerEntity
extends java.lang.Object

A class representing a single buyer.

Author:
Micha³ Drozdowicz

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

Constructor Detail

BuyerEntity

public BuyerEntity(java.lang.String globalId)
Creates a new instance of BuyerEntity.

Parameters:
globalId - the global id of the buyer.
Method Detail

getGlobalId

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

Returns:
the global id of the buyer.