ibspan.ecap.merchant.shopdecisions.dataaccess
Class TemplateEntity

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

public class TemplateEntity
extends java.lang.Object

A class representing a negotiation template.

Author:
Micha³ Drozdowicz

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

Constructor Detail

TemplateEntity

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

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

getDescription

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

Returns:
the description of the template.

getGlobalId

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

Returns:
the global id.