|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.common.searchservice.searchlibrary.resultset.elements.RecordAttribute
public class RecordAttribute
Placeholder for attribute key values that can be placed in each result serialization
Constructor Summary | |
---|---|
RecordAttribute(java.lang.String attrName,
java.lang.String attrValue)
Creates a new RecordAttribute |
Method Summary | |
---|---|
java.lang.String |
getAttrName()
Retrieves the attribute name |
java.lang.String |
getAttrValue()
Retrieves the attribute value |
void |
setAttrName(java.lang.String attrName)
Sets the atribute name |
void |
setAttrValue(java.lang.String attrValue)
Sets the atribute value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordAttribute(java.lang.String attrName, java.lang.String attrValue) throws java.lang.Exception
RecordAttribute
attrName
- The attribute name. This cannot be null or zero lengthedattrValue
- The attribute value. This cannot be null or zero lengthed
java.lang.Exception
- An unrecoverable for the operation error occuredMethod Detail |
---|
public java.lang.String getAttrName()
public void setAttrName(java.lang.String attrName) throws java.lang.Exception
attrName
- The attribute name. This cannot be null or zero lengthed
java.lang.Exception
- An unrecoverable for the operation error occuredpublic java.lang.String getAttrValue()
public void setAttrValue(java.lang.String attrValue) throws java.lang.Exception
attrValue
- The attribute value. This cannot be null or zero lengthed
java.lang.Exception
- An unrecoverable for the operation error occured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |