public class Activity extends Object
balImpactsArray
.Constructor and Description |
---|
Activity(String resourceName,
String eventDesc,
BigDecimal amount,
Date endDate)
Constructs an object with information for an
Activity . |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
Gets the amount
for the resource when the bean is loaded.
|
BigDecimal |
getCurrencyAmount()
Gets the currency amount
for the resource when the bean is loaded.
|
Date |
getEndDate()
Gets the end date
for the resource when the bean is loaded.
|
String |
getEventDesc()
Gets the event description
for the
Activity object when the bean is loaded. |
String |
getResourceName()
Gets the resource name
for the
Activity object when the bean is loaded. |
public Activity(String resourceName, String eventDesc, BigDecimal amount, Date endDate)
Activity
.resourceName
- the name of the resourceeventDesc
- a description of the eventamount
- the charge amountendDate
- the date the call endedpublic String getResourceName()
Activity
object when the bean is loaded.public String getEventDesc()
Activity
object when the bean is loaded.public BigDecimal getCurrencyAmount()
public BigDecimal getAmount()
public Date getEndDate()
Copyright © 2003, 2023, Oracle and/or its affiliates.