Class Activity

java.lang.Object
com.portal.web.comp.Activity

public class Activity extends Object
A utility class that contains all of the information contained in a balImpactsArray.
Version:
%version: 4 % %date_modified: Thu Nov 08 18:27:20 2001 %
Author:
sujata
  • Constructor Details

    • Activity

      public Activity(String resourceName, String eventDesc, BigDecimal amount, Date endDate)
      Constructs an object with information for an Activity.
      Parameters:
      resourceName - the name of the resource
      eventDesc - a description of the event
      amount - the charge amount
      endDate - the date the call ended
  • Method Details

    • getResourceName

      public String getResourceName()
      Gets the resource name for the Activity object when the bean is loaded.
    • getEventDesc

      public String getEventDesc()
      Gets the event description for the Activity object when the bean is loaded.
    • getCurrencyAmount

      public BigDecimal getCurrencyAmount()
      Gets the currency amount for the resource when the bean is loaded.
    • getAmount

      public BigDecimal getAmount()
      Gets the amount for the resource when the bean is loaded.
    • getEndDate

      public Date getEndDate()
      Gets the end date for the resource when the bean is loaded.