|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.pnr.tif.DetailRecord
public class DetailRecord
This class represents the details of a transaction.
Transaction| Constructor Summary | |
|---|---|
DetailRecord()
Builds an empty detail record. |
|
| Method Summary | |
|---|---|
void |
addDetail(java.lang.String detail,
java.math.BigDecimal value)
Adds a number detail to the details record. |
void |
addDetail(java.lang.String detail,
java.util.Date value)
Adds a date detail to the details record. |
void |
addDetail(java.lang.String detail,
java.lang.Object value)
Adds a detail to the details record. |
void |
addDetail(java.lang.String detail,
java.lang.String value)
Adds a string detail to the details record. |
DetailRecord |
duplicate()
|
boolean |
equals(java.lang.Object other)
Compares this DetailRecord with an other. |
java.lang.Object |
getDetail(java.lang.String detail)
Retrieves the value of a detail. |
java.util.Collection<java.lang.String> |
getDetails()
Returns a collection of the detail names in this detail record. |
int |
size()
Returns the number of details. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DetailRecord()
| Method Detail |
|---|
public void addDetail(java.lang.String detail,
java.lang.Object value)
detail - name of the detail.value - value of the detail.
public void addDetail(java.lang.String detail,
java.lang.String value)
detail - name of the detail.value - value of the detail.
public void addDetail(java.lang.String detail,
java.math.BigDecimal value)
detail - name of the detail.value - value of the detail.
public void addDetail(java.lang.String detail,
java.util.Date value)
detail - name of the detail.value - value of the detail.public java.lang.Object getDetail(java.lang.String detail)
detail - the name of the detail to retrieve.
public java.util.Collection<java.lang.String> getDetails()
public int size()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - the object to compare with.
public final DetailRecord duplicate()
|
SAP CC 1.0
API 4.2 (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2
(c) Copyright 2009 SAP AG. All rights reserved.