public class RecordAttribute extends Object
| Constructor and Description |
|---|
RecordAttribute(String attrName,
String attrValue)
Creates a new
RecordAttribute |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrName()
Retrieves the attribute name
|
String |
getAttrValue()
Retrieves the attribute value
|
void |
setAttrName(String attrName)
Sets the atribute name
|
void |
setAttrValue(String attrValue)
Sets the atribute value
|
public RecordAttribute(String attrName, String attrValue) throws Exception
RecordAttributeattrName - The attribute name. This cannot be null or zero lengthedattrValue - The attribute value. This cannot be null or zero lengthedException - An unrecoverable for the operation error occuredpublic String getAttrName()
public void setAttrName(String attrName) throws Exception
attrName - The attribute name. This cannot be null or zero lengthedException - An unrecoverable for the operation error occuredpublic String getAttrValue()
Copyright © 2020. All Rights Reserved.