Package com.portal.web.comp
Class Activity
java.lang.Object
com.portal.web.comp.Activity
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 Summary
ConstructorsConstructorDescriptionActivity
(String resourceName, String eventDesc, BigDecimal amount, Date endDate) Constructs an object with information for anActivity
. -
Method Summary
Modifier and TypeMethodDescriptionGets the amount for the resource when the bean is loaded.Gets the currency amount for the resource when the bean is loaded.Gets the end date for the resource when the bean is loaded.Gets the event description for theActivity
object when the bean is loaded.Gets the resource name for theActivity
object when the bean is loaded.
-
Constructor Details
-
Activity
Constructs an object with information for anActivity
.- Parameters:
resourceName
- the name of the resourceeventDesc
- a description of the eventamount
- the charge amountendDate
- the date the call ended
-
-
Method Details
-
getResourceName
Gets the resource name for theActivity
object when the bean is loaded. -
getEventDesc
Gets the event description for theActivity
object when the bean is loaded. -
getCurrencyAmount
Gets the currency amount for the resource when the bean is loaded. -
getAmount
Gets the amount for the resource when the bean is loaded. -
getEndDate
Gets the end date for the resource when the bean is loaded.
-