public class CallActivity extends Object
Call
substruct and the balImpactsArray
associated with it.Constructor and Description |
---|
CallActivity(String resourceName,
String eventDesc,
BigDecimal amount,
String origin,
String destination,
Date startDate,
Date endDate)
Constructs an object with information for a
CallActivity . |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount()
Gets the bulk hours amount
for the resource when the bean is loaded.
|
String |
getDestination()
Gets the destination
for the
CallActivity object 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
CallActivity object when the bean is loaded. |
int |
getLength()
Gets the length
for the resource when the bean is loaded.
|
String |
getOrigin()
Gets the origin
for the
CallActivity object when the bean is loaded. |
String |
getResourceName()
Gets the resource name
for the
CallActivity object when the bean is loaded. |
Date |
getStartDate()
Gets the start date
for the resource when the bean is loaded.
|
public CallActivity(String resourceName, String eventDesc, BigDecimal amount, String origin, String destination, Date startDate, Date endDate)
CallActivity
.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 callpublic String getResourceName()
CallActivity
object when the bean is loaded.public String getEventDesc()
CallActivity
object when the bean is loaded.public String getOrigin()
CallActivity
object when the bean is loaded.public String getDestination()
CallActivity
object when the bean is loaded.public BigDecimal getAmount()
public Date getStartDate()
public Date getEndDate()
public int getLength()
Copyright © 2003, 2023, Oracle and/or its affiliates.