Package org.alfresco.search.sql.model
Class SQLResultSetRowEntry
- java.lang.Object
-
- org.alfresco.search.sql.model.SQLResultSetRowEntry
-
@Validated public class SQLResultSetRowEntry extends Object
SQLResultSetRowEntry
-
-
Constructor Summary
Constructors Constructor Description SQLResultSetRowEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLabel()Get labelStringgetValue()Get valueinthashCode()SQLResultSetRowEntrylabel(String label)voidsetLabel(String label)voidsetValue(String value)StringtoString()SQLResultSetRowEntryvalue(String value)
-
-
-
Method Detail
-
label
public SQLResultSetRowEntry label(String label)
-
getLabel
public String getLabel()
Get label- Returns:
- label
-
setLabel
public void setLabel(String label)
-
value
public SQLResultSetRowEntry value(String value)
-
getValue
public String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
-
-