public class TxDetail extends Object implements Serializable
TxDetailType or a user
defined name can be used.| Constructor and Description |
|---|
TxDetail()
Constructor
|
TxDetail(String detailName,
String detailValue)
Constructor
|
TxDetail(TxDetailType detailName,
String detailValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDetailName()
Gets the detail name
|
String |
getDetailValue()
Gets the detail value
|
void |
setDetailName(String detailName)
Sets the detail name as a string
|
void |
setDetailValue(String detailValue)
Sets the detail value
|
String |
toString() |
public TxDetail()
public TxDetail(TxDetailType detailName, String detailValue)
detailName - The detail type of the detail.detailValue - The detail valuepublic void setDetailName(String detailName)
detailName - The detail namepublic String getDetailName()
public void setDetailValue(String detailValue)
detailValue - The detail valuepublic String getDetailValue()
Copyright © 2018–2025 The Direct Project. All rights reserved.