Package com.portal.web.comp
Class CallActivity
java.lang.Object
com.portal.web.comp.CallActivity
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 Summary
ConstructorsConstructorDescriptionCallActivity
(String resourceName, String eventDesc, BigDecimal amount, String origin, String destination, Date startDate, Date endDate) Constructs an object with information for aCallActivity
. -
Method Summary
Modifier and TypeMethodDescriptionGets the bulk hours amount for the resource when the bean is loaded.Gets the destination for theCallActivity
object when the bean is loaded.Gets the end date for the resource when the bean is loaded.Gets the event description for theCallActivity
object when the bean is loaded.int
Gets the length for the resource when the bean is loaded.Gets the origin for theCallActivity
object when the bean is loaded.Gets the resource name for theCallActivity
object when the bean is loaded.Gets the start date for the resource when the bean is loaded.
-
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 aCallActivity
.- Parameters:
resourceName
- the name of the resourceeventDesc
- a description of the eventamount
- the charge amountorigin
- the call origindestination
- the call destinationstartDate
- the start of the callendDate
- the end of the call
-
-
Method Details
-
getResourceName
Gets the resource name for theCallActivity
object when the bean is loaded. -
getEventDesc
Gets the event description for theCallActivity
object when the bean is loaded. -
getOrigin
Gets the origin for theCallActivity
object when the bean is loaded. -
getDestination
Gets the destination for theCallActivity
object when the bean is loaded. -
getAmount
Gets the bulk hours amount for the resource when the bean is loaded. -
getStartDate
Gets the start date for the resource when the bean is loaded. -
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.
-