ibspan.ecap.merchant.shopdecisions.dataaccess
Class ProductEntity

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

public class ProductEntity
extends java.lang.Object

A class representing a single product.

Author:
Micha³ Drozdowicz

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

Constructor Detail

ProductEntity

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

Parameters:
globalId - the global product id.
Method Detail

getGlobalId

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

Returns:
the product global id.