Class CallActivity

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

public class CallActivity extends Object
A utility class that contains all of the information contained in a Call substruct and the balImpactsArray associated with it.
Version:
%version: 4 % %date_modified: Thu Nov 08 18:27:23 2001 %
Author:
sujata
  • Constructor Details

    • CallActivity

      public CallActivity(String resourceName, String eventDesc, BigDecimal amount, String origin, String destination, Date startDate, Date endDate)
      Constructs an object with information for a CallActivity.
      Parameters:
      resourceName - the name of the resource
      eventDesc - a description of the event
      amount - the charge amount
      origin - the call origin
      destination - the call destination
      startDate - the start of the call
      endDate - the end of the call
  • Method Details

    • getResourceName

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

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

      public String getOrigin()
      Gets the origin for the CallActivity object when the bean is loaded.
    • getDestination

      public String getDestination()
      Gets the destination for the CallActivity object when the bean is loaded.
    • getAmount

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

      public Date getStartDate()
      Gets the start date for the resource when the bean is loaded.
    • getEndDate

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

      public int getLength()
      Gets the length for the resource when the bean is loaded.