com.ibm.retail.AEF.event
Class PointsTotal

java.lang.Object
  |
  +--com.ibm.retail.AEF.event.PointsTotal
All Implemented Interfaces:
java.io.Serializable

public class PointsTotal
extends java.lang.Object
implements java.io.Serializable

A PointsTotal is a simple data object to contain information about customer loyalty points.

See Also:
Serialized Form

Field Summary
protected  java.lang.String description
           
protected  java.lang.String type
           
protected  java.lang.String value
           
 
Constructor Summary
PointsTotal()
          Default Constructor
PointsTotal(java.lang.String type, java.lang.String desc, java.lang.String value)
          Constructor
 
Method Summary
(package private) static java.lang.String copyright()
           
 java.lang.String getDescription()
          Get the description
 java.lang.String getType()
          Get the type of points total
 java.lang.String getValue()
          Get the value
 void setDescription(java.lang.String desc)
          Set the description
 void setType(java.lang.String type)
          Set the type of points total
 void setValue(java.lang.String value)
          Set the value
 java.lang.String toString()
          Returns the event as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected java.lang.String type

description

protected java.lang.String description

value

protected java.lang.String value
Constructor Detail

PointsTotal

public PointsTotal()
Default Constructor


PointsTotal

public PointsTotal(java.lang.String type,
                   java.lang.String desc,
                   java.lang.String value)
Constructor

Method Detail

copyright

static java.lang.String copyright()

getType

public java.lang.String getType()
Get the type of points total

Returns:
String

getDescription

public java.lang.String getDescription()
Get the description

Returns:
String

getValue

public java.lang.String getValue()
Get the value

Returns:
String

setType

public void setType(java.lang.String type)
Set the type of points total

Parameters:
type - the points type

setDescription

public void setDescription(java.lang.String desc)
Set the description

Parameters:
desc - description

setValue

public void setValue(java.lang.String value)
Set the value

Parameters:
value - the points value

toString

public java.lang.String toString()
Returns the event as a string.

Overrides:
toString in class java.lang.Object
Returns:
String


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004